Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github.com/cosmos/ibc-go/v2 from 2.0.3 to 2.2.0 (#655)
Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.3 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/ibc-go/releases">github.com/cosmos/ibc-go/v2's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <p>This release includes a fix for a security vulnerability identified in <code>transfer</code> application. User funds in accounts and staking delegations are <strong>NOT</strong> at risk.</p> <p>The only other change in this release (see <a href="https://github.com/cosmos/ibc-go/blob/v2.2.0/CHANGELOG.md">CHANGELOG</a>) is the bump of the Cosmos SDK to v0.45.1 (for more information, see <a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.1">Cosmos SDK v0.45.1 Release Notes</a>).</p> <hr /> <p>To learn more about ibc-go versioning, please read our <a href="https://github.com/cosmos/ibc-go/blob/main/RELEASES.md">RELEASES.md</a>.</p> <p><strong>IMPORTANT</strong>: 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 <a href="https://github.com/cosmos/ibc-go/blob/main/docs/migrations/sdk-to-v1.md">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</a> <strong>AND</strong> the <a href="https://github.com/cosmos/ibc-go/blob/main/docs/migrations/v1-to-v2.md">migration from ibc-go v1 to v2</a>.</p> <h2>v2.1.0</h2> <p>This release includes a fix for a security vulnerability identified in <code>transfer</code> application. User funds in accounts and staking delegations are <strong>NOT</strong> at risk.</p> <p>For the release line v2.x, we recommend <strong>NOT</strong> to use any version of ibc-go < v2.1.0.</p> <p>Please see the <a href="https://github.com/cosmos/ibc-go/blob/v2.1.0/CHANGELOG.md">CHANGELOG</a> for the full set of changes included in this release.</p> <hr /> <p>To learn more about ibc-go versioning, please read our <a href="https://github.com/cosmos/ibc-go/blob/main/RELEASES.md">RELEASES.md</a>.</p> <p><strong>IMPORTANT</strong>: 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 <a href="https://github.com/cosmos/ibc-go/blob/main/docs/migrations/sdk-to-v1.md">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</a> <strong>AND</strong> the <a href="https://github.com/cosmos/ibc-go/blob/main/docs/migrations/v1-to-v2.md">migration from ibc-go v1 to v2</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/ibc-go/blob/v2.2.0/CHANGELOG.md">github.com/cosmos/ibc-go/v2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cosmos/ibc-go/releases/tag/v2.2.0">v2.2.0</a> - 2022-03-15</h2> <h3>Dependencies</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/851">#851</a> Bump SDK version to v0.45.1</li> </ul> <h2><a href="https://github.com/cosmos/ibc-go/releases/tag/v2.1.0">v2.1.0</a> - 2022-03-15</h2> <h3>Dependencies</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/1084">#1084</a> Bump SDK version to v0.44.6</li> <li><a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/948">#948</a> Bump ics23/go to v0.7</li> </ul> <h3>State Machine Breaking</h3> <ul> <li>(transfer) <a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/818">#818</a> Error acknowledgements returned from Transfer <code>OnRecvPacket</code> now include a deterministic ABCI code and error message.</li> </ul> <h3>Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/679">#679</a> New CLI command <code>query ibc-transfer denom-hash <denom trace></code> to get the denom hash for a denom trace; this might be useful for debug</li> </ul> <h3>Bug Fixes</h3> <ul> <li>(client) <a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/941">#941</a> Classify client states without consensus states as expired</li> <li>(transfer) <a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/978">#978</a> Support base denoms with slashes in denom validation</li> <li>(channel) <a href="https://github-redirect.dependabot.com/cosmos/ibc-go/pull/995">#995</a> Call <code>packet.GetSequence()</code> rather than passing func in <code>AcknowledgePacket</code> log output</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/ibc-go/commit/bfb76858a34489d85c0404e4fdd597389229787d"><code>bfb7685</code></a> Merge pull request from GHSA-j658-c98j-fww4 (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/1126">#1126</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/712351fdbc00088c17c434d09546c4d6c43fe5f7"><code>712351f</code></a> update changelog</li> <li><a href="https://github.com/cosmos/ibc-go/commit/3e59143cb6b7222c69feaaa6fd25792dc51437ba"><code>3e59143</code></a> build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.0 to 0.45.1 (backpor...</li> <li><a href="https://github.com/cosmos/ibc-go/commit/5b29d4ef60733e9bb76a3d2d7783817bfebcb735"><code>5b29d4e</code></a> build(deps): bump github.com/cosmos/cosmos-sdk from 0.44.5 to 0.45.0 (backpor...</li> <li><a href="https://github.com/cosmos/ibc-go/commit/f8ab338a2390ee9a5e992d7d68dba3422c8eda51"><code>f8ab338</code></a> deps: revert bump to SDK 0.45.1 (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/1084">#1084</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/450f031ad1c0c7a5692cd7b5b21d46915f1ebbce"><code>450f031</code></a> call packet.GetSequence() rather than passing the func as argument (backport ...</li> <li><a href="https://github.com/cosmos/ibc-go/commit/3562bb19de8b6250582dfc36bdd435f401276f99"><code>3562bb1</code></a> chore: fix broken link (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/972">#972</a>) (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/1065">#1065</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/6ad21e4257846020616919ddd7c22817c8046551"><code>6ad21e4</code></a> docs: add missing args to NewKeeper in integration docs (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/1038">#1038</a>) (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/1053">#1053</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/46ba51c848d69f76dc7d86341893a52e36ca860a"><code>46ba51c</code></a> chore: replace error string in transfer acks with const (backport <a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/818">#818</a>) (<a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/993">#993</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/1ff69133d44003d65cd1e1ee8e79331471f8d142"><code>1ff6913</code></a> fix: classify client states without consensus states as expired (backport <a href="https://github-redirect.dependabot.com/cosmos/ibc-go/issues/94">#94</a>...</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/ibc-go/compare/v2.0.3...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/ibc-go/v2&package-manager=go_modules&previous-version=2.0.3&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information