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/v7 from 7.3.1 to 7.3.2 (#402)
Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.3.1 to 7.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/ibc-go/releases">github.com/cosmos/ibc-go/v7's releases</a>.</em></p> <blockquote> <h2>v7.3.2</h2> <p>We present here a summary of the most relevant changes, please see the <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/CHANGELOG.md">v7.3.2 changelog</a> for the full set of changes included in this release.</p> <h3>dependencies</h3> <ul> <li>Cosmos SDK has been bumped to <a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.8">v0.47.8</a>.</li> <li>CometBFT has been bumped to <a href="https://github.com/cometbft/cometbft/releases/tag/v0.37.4">v0.37.4</a>.</li> </ul> <h3>core</h3> <ul> <li>The emission of events on erroneous IBC application callbacks was removed due to the <a href="https://github.com/cosmos/ibc-go/security/advisories/GHSA-3v7p-4x7p-4rx7">huckleberry security advisory</a>. Since then, many users have been unable to debug their IBC applications effectively causing a considerable uptick in support requests across many chains. In this release we are introducing re-enabling emission of events on erroneous IBC application callbacks by appending the prefix <code>ibccallbackerror-</code> to all event type and attribute keys.</li> </ul> <p>Special thanks to our external contributors in this release: <a href="https://github.com/emidev98"><code>@emidev98</code></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>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.47.8 and ibc-go v7.3.2, please follow:</p> <ol> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/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>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v1-to-v2.md">migration from ibc-go v1 to v2</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v2-to-v3.md">migration from ibc-go v2 to v3</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v3-to-v4.md">migration from ibc-go v3 to v4</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v4-to-v5.md">migration from ibc-go v4 to v5</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v5-to-v6.md">migration from ibc-go v5 to v6</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v6-to-v7.md">migration from ibc-go v6 to v7</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v7-to-v7_1.md">migration from ibc-go v7 to v7.1</a>.</li> <li>The <a href="https://github.com/cosmos/ibc-go/blob/v7.3.2/docs/migrations/v7_2-to-v7_3.md">migration from ibc-go v7.2 to v7.3</a>.</li> </ol> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md">github.com/cosmos/ibc-go/v7's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cosmos/ibc-go/releases/tag/v7.3.2">v7.3.2</a> - 2024-01-31</h2> <h3>Dependencies</h3> <ul> <li><a href="https://redirect.github.com/cosmos/ibc-go/pull/5717">#5717</a> Update Cosmos SDK to v0.47.8 and CometBFT to v0.37.4.</li> </ul> <h3>Improvements</h3> <ul> <li>(core) <a href="https://redirect.github.com/cosmos/ibc-go/pull/5541">#5541</a> Enable emission of events on erroneous IBC application callbacks by appending a prefix to all event type and attribute keys.</li> </ul> <h3>Bug Fixes</h3> <ul> <li>(apps/27-interchain-accounts) <a href="https://redirect.github.com/cosmos/ibc-go/pull/4944">#4944</a> Add missing proto interface registration.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/ibc-go/commit/747eb6fe37443f93313cbfbb29aebf288ec0228a"><code>747eb6f</code></a> update changelog before v7.3.2 release</li> <li><a href="https://github.com/cosmos/ibc-go/commit/5a45edaebc35bbed824eecfdd0b6dbabbcf4a48f"><code>5a45eda</code></a> deps(<code>release/v7.3.x</code>): update sdk v0.47.8 (<a href="https://redirect.github.com/cosmos/ibc-go/issues/5717">#5717</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/825fe90f9765edbaef099282defe083c94b35fa8"><code>825fe90</code></a> imp(core): allow huckleberry events with a prefix (backport <a href="https://redirect.github.com/cosmos/ibc-go/issues/5541">#5541</a>) (<a href="https://redirect.github.com/cosmos/ibc-go/issues/5574">#5574</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/bef2278049ac46ed97d06c9f94738406355ad739"><code>bef2278</code></a> fix(msg): register proto interface (backport <a href="https://redirect.github.com/cosmos/ibc-go/issues/4944">#4944</a>) (<a href="https://redirect.github.com/cosmos/ibc-go/issues/4953">#4953</a>)</li> <li><a href="https://github.com/cosmos/ibc-go/commit/d73c6d012a710850fd6c6363cbebd1452a5dea95"><code>d73c6d0</code></a> Update CHANGELOG.md</li> <li>See full diff in <a href="https://github.com/cosmos/ibc-go/compare/v7.3.1...v7.3.2">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/v7&package-manager=go_modules&previous-version=7.3.1&new-version=7.3.2)](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 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) </details>
- Loading branch information