Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/cosmos/interchain-security/v6 from 6.3.0 to 6.4.0 #238

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps github.com/cosmos/interchain-security/v6 from 6.3.0 to 6.4.0.

Release notes

Sourced from github.com/cosmos/interchain-security/v6's releases.

v6.4.0

Interchain Security v6.4.0 Release Notes

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release.

Refer to the upgrading guide when migrating from v6.3.x to v6.4.x.

🚀 Highlights

This is a major ICS release that brings a series of improvements to both provider and consumer chains.

  • Remove the VSCMaturedPackets from the consumer module (as per ADR 018).
  • Add a priority list to the power shaping parameters.
  • Remove the governance proposal whitelisting from consumer chains.
  • Enable the chain ID of a consumer chain to be updated after creation, but before launch.
  • Enable querying the provider module for the genesis time for a consumer chain.
  • Enable consumer chains to have customizable slashing and jailing (as per ADR 020).
  • Simplify the changeover from standalone to consumer chains by reusing the existing IBC connection to the provider.

In addition to the above improvements, this release also adds interchain tests to ICS. This is an effort to simplify the testing framework and increase the confidence of ICS releases.

Changelog

Sourced from github.com/cosmos/interchain-security/v6's changelog.

v6.4.0

January 7, 2025

API BREAKING

  • Enable existing (standalone) chains to use the existing client (and connection) to the provider chain when becoming a consumer chain. This feature introduces the following API-breaking changes. (#2400)

    • Add connection_id and preCCV to ConsumerGenesisState, the consumer genesis state created by the provider chain. If the connection_id is not empty, preCCV is set to true and both provider.client_state and provider.consensus_state are set to nil (as the consumer doesn't need to create a new provider client). As a result, for older versions of consumers, the connection_id in ConsumerInitializationParameters must be empty and the resulting ConsumerGenesisState needs to be adapted, i.e., both connection_id and preCCV need to be removed.

BUG FIXES

  • Bump cosmossdk.io/math to v1.4.0 (#2408)
  • [x/consumer] Updated genesis transform CLI to transform consumer-genesis content exported by v6.2 providers for consumer chains at version v5. Removed transformation for older consumer versions. (#2373)
  • [x/provider] Fixed pagination bug in query for listing the consumer chains. (#2398)
  • [x/provider] Fixed pagination in the list consumer chains query. (#2377)

DEPENDENCIES

FEATURES

  • Enable existing (standalone) chains to use the existing client (and connection) to the provider chain when becoming a consumer chain. This feature introduces

... (truncated)

Commits
  • 0257a28 docs: prepare v6.4.0 release (#2462)
  • 9a22b97 cleanup changelog
  • d56af59 feat!: enable standalone consumers to reuse existing clients for ICS (#2400)
  • d1072eb chore: Update codeowners (#2460)
  • 0c11aaf build(deps): bump golang.org/x/crypto to v0.31.0 (#2429)
  • e37ed1e build(deps): bump SDK to v0.50.11 (#2458)
  • 0a03587 docs: update docs on releases (#2457)
  • 9226c93 build(deps): bump cosmossdk.io/x/tx from 0.13.5 to 0.13.7 (#2453)
  • ae07a7b build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#2454)
  • 644ae0d build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#2438)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cosmos/interchain-security/v6](https://github.com/cosmos/interchain-security) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/cosmos/interchain-security/releases)
- [Changelog](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md)
- [Commits](cosmos/interchain-security@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/interchain-security/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automerge Automatically merge PR once all prerequisites pass dependencies Pull requests that update a dependency file labels Jan 13, 2025
@dependabot dependabot bot requested review from hallazzang and RiccardoM January 13, 2025 03:46
@RiccardoM
Copy link
Contributor

@dependabot ignore this dependency

@dependabot dependabot bot closed this Jan 16, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2025

OK, I won't notify you about github.com/cosmos/interchain-security/v6 again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/interchain-security/v6-6.4.0 branch January 16, 2025 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once all prerequisites pass dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant