Skip to content

Commit

Permalink
chore(deps): Bump github.com/cosmos/ibc-go/v7 from 7.5.0 to 7.5.1 (#3115
Browse files Browse the repository at this point in the history
)

Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.5.0 to 7.5.1.
<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.5.1</h2>
<p>This release improves the performance in the handling of <code>MsgRecvPacket</code> and <code>MsgUpdateClient</code> in the <a href="https://github.com/cosmos/ibc-go/blob/v7.5.1/modules/core/ante/ante.go#L30"><code>RedundantRelayDecorator</code> ante handler</a>.</p>
<p>Please check the <a href="https://github.com/cosmos/ibc-go/blob/v7.5.1/CHANGELOG.md">v7.5.1 changelog</a> for more details.</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.47.11 and ibc-go v7.5.1, please follow:</p>
<ol>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/02-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/tree/main/docs/docs/05-migrations/03-v1-to-v2.md">migration from ibc-go v1 to v2</a>.</li>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/04-v2-to-v3.md">migration from ibc-go v2 to v3</a>.</li>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/05-v3-to-v4.md">migration from ibc-go v3 to v4</a>.</li>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/06-v4-to-v5.md">migration from ibc-go v4 to v5</a>.</li>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/07-v5-to-v6.md">migration from ibc-go v5 to v6</a>.</li>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/08-v6-to-v7.md">migration from ibc-go v6 to v7</a>.</li>
<li>The <a href="https://github.com/cosmos/ibc-go/tree/main/docs/docs/05-migrations/09-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/tree/main/docs/docs/05-migrations/10-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/v7.5.1/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.5.1">v7.5.1</a> - 2024-05-22</h2>
<h3>Improvements</h3>
<ul>
<li>(core/ante) <a href="https://redirect.github.com/cosmos/ibc-go/pull/6302">#6302</a> Performance: Skip app callbacks during RecvPacket execution in checkTx within the redundant relay ante handler.</li>
<li>(core/ante) <a href="https://redirect.github.com/cosmos/ibc-go/pull/6280">#6280</a> Performance: Skip redundant proof checking in RecvPacket execution in reCheckTx within the redundant relay ante handler.</li>
<li>(core/ante) <a href="https://redirect.github.com/cosmos/ibc-go/pull/6306">#6306</a> Performance: Skip misbehaviour checks in UpdateClient flow and skip signature checks in reCheckTx mode.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/ibc-go/commit/5080b5987aaa2b45f1ea7003e37b3014a5dd6348"><code>5080b59</code></a> update changelog before v7.5.1 release</li>
<li><a href="https://github.com/cosmos/ibc-go/commit/b5b57ac7cc44ba8259503bd87d379098e41aa3d2"><code>b5b57ac</code></a> imp: add updateClientCheckTx to redunant relayer ante decorator (backport <a href="https://redirect.github.com/cosmos/ibc-go/issues/62">#62</a>...</li>
<li><a href="https://github.com/cosmos/ibc-go/commit/6fbc8c926706969ee3dd47950014a0d65348fb3f"><code>6fbc8c9</code></a> perf: minimize logic on rechecktx for recvpacket (backport <a href="https://redirect.github.com/cosmos/ibc-go/issues/6280">#6280</a>) (<a href="https://redirect.github.com/cosmos/ibc-go/issues/6343">#6343</a>)</li>
<li><a href="https://github.com/cosmos/ibc-go/commit/a1ed61ccbb409f3ba60ef0acfc1f1651a30bedb1"><code>a1ed61c</code></a> perf: minimize necessary execution on recvpacket checktx (backport <a href="https://redirect.github.com/cosmos/ibc-go/issues/6302">#6302</a>) (<a href="https://redirect.github.com/cosmos/ibc-go/issues/6">#6</a>...</li>
<li><a href="https://github.com/cosmos/ibc-go/commit/48b885848f18f681c4d1fcb7d511271d3b0c0c78"><code>48b8858</code></a> Update CHANGELOG.md</li>
<li>See full diff in <a href="https://github.com/cosmos/ibc-go/compare/v7.5.0...v7.5.1">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.5.0&new-version=7.5.1)](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
dependabot[bot] authored May 28, 2024
1 parent 451a17b commit def8c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/gogoproto v1.4.10
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3
github.com/cosmos/ibc-go/v7 v7.5.0
github.com/cosmos/ibc-go/v7 v7.5.1
github.com/cosmos/interchain-security/v4 v4.2.0
github.com/google/gofuzz v1.2.0
github.com/gorilla/mux v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ github.com/cosmos/iavl v0.20.1 h1:rM1kqeG3/HBT85vsZdoSNsehciqUQPWrR4BYmqE2+zg=
github.com/cosmos/iavl v0.20.1/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A=
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3 h1:MZGDMETv72suFpTAD6VPGqSIm1FJcChtk2HmVh9D+Bo=
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3/go.mod h1:UvDmcGIWJPIytq+Q78/ff5NTOsuX/7IrNgEugTW5i0s=
github.com/cosmos/ibc-go/v7 v7.5.0 h1:tvPyuTsNqS1hZK69Wq7MZIvZIg8AblMkcnkAndtQet0=
github.com/cosmos/ibc-go/v7 v7.5.0/go.mod h1:ktFg5GvKOyrGCqTWtW7Grj5uweU4ZapxrNeVS1CLLbo=
github.com/cosmos/ibc-go/v7 v7.5.1 h1:KqS/g7W7EMX1OtOvufS8lWMJibOKpdgtNNZIU6fAgVU=
github.com/cosmos/ibc-go/v7 v7.5.1/go.mod h1:ktFg5GvKOyrGCqTWtW7Grj5uweU4ZapxrNeVS1CLLbo=
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0=
github.com/cosmos/interchain-security/v4 v4.2.0-lsm h1:/ET7ibwJ0tWf5SVRDwSVJ0G53b3i89BsOiFaCguUCDE=
Expand Down

0 comments on commit def8c61

Please sign in to comment.