Skip to content

build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.2.0#21

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/cosmos/ibc-go/v2-2.2.0
Closed

build(deps): bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.2.0#21
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/cosmos/ibc-go/v2-2.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 9, 2022

Bumps github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.2.0.

Release notes

Sourced from github.com/cosmos/ibc-go/v2's releases.

v2.2.0

This release includes a fix for a security vulnerability identified in transfer application. User funds in accounts and staking delegations are NOT at risk.

The only other change in this release (see CHANGELOG) is the bump of the Cosmos SDK to v0.45.1 (for more information, see Cosmos SDK v0.45.1 Release Notes).


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.44.3 and ibc-go v2.0.0, please follow the migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x AND the migration from ibc-go v1 to v2.

v2.1.0

This release includes a fix for a security vulnerability identified in transfer application. User funds in accounts and staking delegations are NOT at risk.

For the release line v2.x, we recommend NOT to use any version of ibc-go < v2.1.0.

Please see the CHANGELOG for the full set of changes included in this release.


To learn more about ibc-go versioning, please read our RELEASES.md.

IMPORTANT: Please read the migration guides for any versions of ibc-go that you might be going through when upgrading to this version. For example: if you upgrade from the IBC module contained in the Cosmos SDK 0.42.0 to SDK v0.44.3 and ibc-go v2.0.0, please follow the migration from SDK 0.41.x or 0.42.x to the IBC module in the ibc-go repository based on the SDK v0.44.x AND the migration from ibc-go v1 to v2.

v2.0.3

UPDATES

15th March 2022: This release is NOT recommended since it contains a security vulnerability in the transfer application. Please use version >= 2.1.0.


This release includes an improvement to minimize channel logging by only emitting the packet sequence, source port/channel, destination port/channel upon packet receives, acknowledgements and timeouts.

Check out the v2.0.3 changelog for more information about this change and see previous changes in the v2.0.x release series.

To learn more about ibc-go versioning, please read our RELEASES.md.

Changelog

Sourced from github.com/cosmos/ibc-go/v2's changelog.

v2.2.0 - 2022-03-15

Dependencies

  • #851 Bump SDK version to v0.45.1

v2.1.0 - 2022-03-15

Dependencies

  • #1084 Bump SDK version to v0.44.6
  • #948 Bump ics23/go to v0.7

State Machine Breaking

  • (transfer) #818 Error acknowledgements returned from Transfer OnRecvPacket now include a deterministic ABCI code and error message.

Features

  • #679 New CLI command query ibc-transfer denom-hash <denom trace> to get the denom hash for a denom trace; this might be useful for debug

Bug Fixes

  • (client) #941 Classify client states without consensus states as expired
  • (transfer) #978 Support base denoms with slashes in denom validation
  • (channel) #995 Call packet.GetSequence() rather than passing func in AcknowledgePacket log output
Commits
  • bfb7685 Merge pull request from GHSA-j658-c98j-fww4 (#1126)
  • 712351f update changelog
  • 3e59143 build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (backpor...
  • 5b29d4e build(deps): bump github.com/cosmos/cosmos-sdk from 0.44.5 to 0.45.0 (backpor...
  • f8ab338 deps: revert bump to SDK 0.45.1 (#1084)
  • 450f031 call packet.GetSequence() rather than passing the func as argument (backport ...
  • 3562bb1 chore: fix broken link (#972) (#1065)
  • 6ad21e4 docs: add missing args to NewKeeper in integration docs (#1038) (#1053)
  • 46ba51c chore: replace error string in transfer acks with const (backport #818) (#993)
  • 1ff6913 fix: classify client states without consensus states as expired (backport #94...
  • 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 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/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.2.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 9, 2022

Dependabot tried to add @riccardom as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/encichain/bdjuno/pulls/21/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the encichain/bdjuno repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 9, 2022

The following labels could not be found: automerge.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 14, 2022

Superseded by #36.

@dependabot dependabot Bot closed this Jun 14, 2022
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/cosmos/ibc-go/v2-2.2.0 branch June 14, 2022 16:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants