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

Bump github.com/cosmos/interchain-security/v4 from 4.0.0 to 4.5.0 #1299

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps github.com/cosmos/interchain-security/v4 from 4.0.0 to 4.5.0.

Release notes

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

v4.5.0

Replicated Security v4.5.0 Release Notes

Note this release is ONLY relevant to consumers

📝 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 v4.4.x to v4.5.x.

🚀 Highlights

This release improves the reward distribution logic for PSS by allowing consumer chains to be identified from the IBC transfer packet memo, see #2290 for more details.

v4.4.0

Replicated Security v4.4.0 Release Notes

Note this release is ONLY relevant to consumers

📝 Changelog

Check out the changelog for a list of relevant changes or compare all changes from the ICS v4.0.0, which is the last version for consumers.

Upgrading the consumer from v4.0.0 to v4.4.0 will not require state migration.

🚀 Highlights

This release deprecates the Soft Opt-out feature.

v4.3.1

Interchain Security v4.3.1 Release Notes ❗ Note this release is ONLY relevant to providers

📝 Changelog

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

🚀 Highlights

This release fixes a bug in the cryptographic equivocation feature of the provider module -- it adds a height-base filter for consumer equivocation evidence.

v4.3.1-lsm

Interchain Security v4.3.1-lsm Release Notes ❗ Note this release is ONLY relevant to providers

... (truncated)

Changelog

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

v4.5.0

September 30, 2024

BUG FIXES

  • Remove duplicate event emission on cached context. (#2282)

FEATURES

  • [x/consumer] Populate the memo on the IBC transfer packets used to send ICS rewards with the required consumer chain Id to identify the consumer to the provider.
  • [x/provider] Identify the source of ICS rewards from the IBC transfer packet memo. (#2290)

STATE BREAKING

  • [x/consumer] Populate the memo on the IBC transfer packets used to send ICS rewards with the required consumer chain Id to identify the consumer to the provider.
  • [x/provider] Identify the source of ICS rewards from the IBC transfer packet memo. (#2290)

v4.4.0

July 16, 2024

API BREAKING

  • Remove soft opt-out feature. (#1964)

FEATURES

  • Remove soft opt-out feature. (#1964)

STATE BREAKING

Commits
  • 0f8344d docs: add changelog for v4.5.0 release (#2314)
  • 084d792 feat!: add memo to IBC transfers of ICS rewards (backport #2290) (#2312)
  • e2469d3 fix!: remove duplicate event emission (backport #2282) (#2300)
  • 5eb6d8c docs: rm extra sections from docusaurus cfg (#2073)
  • 41c9d32 doc: update docs for ICS v4.4.0 release (#2037)
  • 0654bc8 doc: backport upgrading instructions (#2036)
  • fea13ac build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#2023)
  • a6feefe build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#2028)
  • 2c6ea12 build(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 (#2022)
  • 8a61f24 chore: backport changelog from ICS v4.3.1 to main (#2031)
  • 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/v4](https://github.com/cosmos/interchain-security) from 4.0.0 to 4.5.0.
- [Release notes](https://github.com/cosmos/interchain-security/releases)
- [Changelog](https://github.com/cosmos/interchain-security/blob/v4.5.0/CHANGELOG.md)
- [Commits](cosmos/interchain-security@v4.0.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 7, 2024
Copy link

This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you!

@github-actions github-actions bot added the Stale label Oct 22, 2024
@github-actions github-actions bot closed this Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/interchain-security/v4-4.5.0 branch October 28, 2024 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants