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/ibc-go/v2 from 2.0.3 to 2.2.0 #786

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2022

Bumps github.com/cosmos/ibc-go/v2 from 2.0.3 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.

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.3 to 2.2.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.2.0/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.3...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 requested a review from alpe as a code owner March 16, 2022 08:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2022
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #786 (c23c7ec) into master (3bc0bde) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
+ Coverage   58.64%   58.68%   +0.03%     
==========================================
  Files          50       50              
  Lines        5845     5845              
==========================================
+ Hits         3428     3430       +2     
+ Misses       2166     2165       -1     
+ Partials      251      250       -1     
Impacted Files Coverage Δ
x/wasm/keeper/keeper.go 87.90% <0.00%> (+0.35%) ⬆️

@alpe alpe merged commit 16ea5b0 into master Mar 20, 2022
@alpe alpe deleted the dependabot/go_modules/github.com/cosmos/ibc-go/v2-2.2.0 branch March 20, 2022 08:22
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 state breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant