Skip to content

Commit

Permalink
build(deps): bump github.com/cosmos/ibc-go/v7 from 7.3.0 to 7.3.1 (#1258
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.3.0 to 7.3.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.3.1</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.1/CHANGELOG.md">v7.3.1
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.5">v0.47.5</a>.</li>
</ul>
<h3>apps/transfer</h3>
<ul>
<li>The REST endpoint <code>/ibc/apps/transfer/v1/denom_traces</code>
takes precedence over
<code>/ibc/apps/transfer/v1/denom_traces/{hash}</code> when no argument
is provided.</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
RELEASES.md.</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.5 and ibc-go v7.3.1, please follow:</p>
<ol>
<li>The <a
href="https://github.com/cosmos/ibc-go/blob/v7.3.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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/v7.3.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.3.1">v7.3.1</a> -
2023-10-20</h2>
<h3>Dependencies</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/ibc-go/pull/4539">#4539</a>
Update Cosmos SDK to v0.47.5.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>(apps/27-interchain-accounts) <a
href="https://redirect.github.com/cosmos/ibc-go/pull/4537">#4537</a> Add
argument to <code>generate-packet-data</code> cli to choose the encoding
format for the messages in the ICA packet data.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>(apps/transfer) <a
href="https://redirect.github.com/cosmos/ibc-go/pull/4709">#4709</a>
Order query service RPCs to fix availability of denom traces endpoint
when no args are provided.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmos/ibc-go/commit/bc741464d48ba636ac4a6f8627e8b3e753fec083"><code>bc74146</code></a>
prepare changelog for v7.3.1 release</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/ff4df17651217fbf00d14f96c18fe4dbc5bdd645"><code>ff4df17</code></a>
fix: denom traces order (backport <a
href="https://redirect.github.com/cosmos/ibc-go/issues/4709">#4709</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4887">#4887</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/e579f6f474155a578ad66e1d6ef2f4f158d9a6c8"><code>e579f6f</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/c3261472c81543f0db0c230403f10f9c173f191b"><code>c326147</code></a>
Update ADR8 (backport <a
href="https://redirect.github.com/cosmos/ibc-go/issues/4631">#4631</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4719">#4719</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/d39291a7f7adeae291532a486372ff6b72626bcb"><code>d39291a</code></a>
docs: fix broken sdk links (<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4716">#4716</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4718">#4718</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/decaa8b3b9a0f03286004bb806be4417aa0e9cfa"><code>decaa8b</code></a>
ci: fix broken docs website (<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4586">#4586</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4692">#4692</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/4ded73a1b4c8a60ebc69ad3653771c17db64eb38"><code>4ded73a</code></a>
docs: fix dead cosmos-sdk links (<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4678">#4678</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4686">#4686</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/de5104be73eb4e867e2db4055f87c0e4378937b2"><code>de5104b</code></a>
cli: add argument to <code>generate-packet-data</code> cli to use
selected encoding form...</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/6c9177715ea69333a45b71cbbbbf5f7f4a9acb57"><code>6c91777</code></a>
docs: fixed broken links from cosmos-sdk (backport <a
href="https://redirect.github.com/cosmos/ibc-go/issues/4571">#4571</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4573">#4573</a>)</li>
<li><a
href="https://github.com/cosmos/ibc-go/commit/77925e8b87294f0704dbc6d8ab1c26f8148d6938"><code>77925e8</code></a>
deps: bump SDK v0.47.5 (backport <a
href="https://redirect.github.com/cosmos/ibc-go/issues/4539">#4539</a>)
(<a
href="https://redirect.github.com/cosmos/ibc-go/issues/4542">#4542</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cosmos/ibc-go/compare/v7.3.0...v7.3.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.3.0&new-version=7.3.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 6e78b0e commit 84202ea
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 @@ -19,7 +19,7 @@ require (
github.com/cosmos/cosmos-sdk v0.47.5
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/gogoproto v1.4.10
github.com/cosmos/ibc-go/v7 v7.3.0
github.com/cosmos/ibc-go/v7 v7.3.1
github.com/ethereum/go-ethereum v1.10.18
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.3.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoK
github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek=
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-go/v7 v7.3.0 h1:QtGeVMi/3JeLWuvEuC60sBHpAF40Oenx/y+bP8+wRRw=
github.com/cosmos/ibc-go/v7 v7.3.0/go.mod h1:mUmaHFXpXrEdcxfdXyau+utZf14pGKVUiXwYftRZZfQ=
github.com/cosmos/ibc-go/v7 v7.3.1 h1:bil1IjnHdyWDASFYKfwdRiNtFP6WK3osW7QFEAgU4I8=
github.com/cosmos/ibc-go/v7 v7.3.1/go.mod h1:wvx4pPBofe5ZdMNV3OFRxSI4auEP5Qfqf8JXLLNV04g=
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/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
Expand Down

0 comments on commit 84202ea

Please sign in to comment.