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/cosmos-sdk from 0.45.4 to 0.45.5 (#…
…1014) Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.4 to 0.45.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/releases">github.com/cosmos/cosmos-sdk's releases</a>.</em></p> <blockquote> <h2>v0.45.5</h2> <h1>Cosmos SDK v0.45.5 Release Notes</h1> <p>This release introduces a few bug fixes and improvements. Notably, it removes the redacted error message, fixes a few bugs in the <code>types</code> package, and indexing of events for failed txs.</p> <p>See the <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.5/CHANGELOG.md">Cosmos SDK v0.45.5 Changelog</a> for the exhaustive list of all changes.</p> <p><strong>Full Commit History</strong>: <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.4...v0.45.5">https://github.com/cosmos/cosmos-sdk/compare/v0.45.4...v0.45.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.45.5/CHANGELOG.md">github.com/cosmos/cosmos-sdk's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.5">v0.45.5</a> - 2022-06-09</h2> <h3>Improvements</h3> <ul> <li>(x/feegrant) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11813">#11813</a> Fix pagination total count in <code>AllowancesByGranter</code> query.</li> <li>(errors) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/12002">#12002</a> Removed 'redacted' error message from defaultErrEncoder.</li> <li>(ante) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/12017">#12017</a> Index ante events for failed tx (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12013">#12013</a>).</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/12153">#12153</a> Add a new <code>NewSimulationManagerFromAppModules</code> constructor, to simplify simulation wiring.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11796">#11796</a> Handle EOF error case in <code>readLineFromBuf</code>, which allows successful reading of passphrases from STDIN.</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11772">#11772</a> Limit types.Dec length to avoid overflow.</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/10947">#10947</a> Add <code>AllowancesByGranter</code> query to the feegrant module</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/9639">#9639</a> Check store keys length before accessing them by making sure that <code>key</code> is of length <code>m+1</code> (for <code>key[n:m]</code>)</li> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11983">#11983</a> (x/feegrant, x/authz) rename grants query commands to <code>grants-by-grantee</code>, <code>grants-by-granter</code> cmds.</li> </ul> <h2>Improvements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/11886">#11886</a> Improve error messages</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/a2761bdc6f23500a2b38d398ee2a423f2a5311c0"><code>a2761bd</code></a> chore: prep release notes + cl (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12207">#12207</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/4dd96eba09d54778096fcfb071497ed28cf44b1e"><code>4dd96eb</code></a> Revert "fix: add base account getter (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12154">#12154</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12161">#12161</a>)" (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12213">#12213</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/a3f8a83ec4c516e4c6074bc461163b03dc160bf0"><code>a3f8a83</code></a> chore(types): add MustAccAddressFromBech32 util func (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12201">#12201</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12205">#12205</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/48c2f77a274c0af31ba2d916388f18e239c09a2f"><code>48c2f77</code></a> fix(upgrades): perform no-op if 'from' and 'to' migration version are equal (...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/95d873faebd19392ec1368653add86e838d286df"><code>95d873f</code></a> chore: remove direct reliance on staking from slashing (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12177">#12177</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12">#12</a>...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/bec98b55e3656a0b357ce21d1911149ad578232c"><code>bec98b5</code></a> perf: modify DelegatorSharesInvariant for better performance (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12170">#12170</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12179">#12179</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/d721a760d8a94e8f14a2dc8391806718c8c22287"><code>d721a76</code></a> refactor: Simplify SimulationManager setup (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12153">#12153</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12159">#12159</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/008d10da40f91eb9b0b92dfec67b013184b8d67d"><code>008d10d</code></a> fix: add base account getter (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12154">#12154</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12161">#12161</a>)</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/057a6ca7e74d684ee15a27bb9bb465c0345f9d2f"><code>057a6ca</code></a> fix: cli <code>grants-by-grantee</code>, <code>grants-by-granter</code> cmds (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/11983">#11983</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12">#12</a>...</li> <li><a href="https://github.com/cosmos/cosmos-sdk/commit/a802a5cf9ca66f95a917a5f5caf45b07e21eee34"><code>a802a5c</code></a> fix: Make rechecking a tx check the sequence number <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12060">#12060</a> (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/12062">#12062</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.45.4...v0.45.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/cosmos-sdk&package-manager=go_modules&previous-version=0.45.4&new-version=0.45.5)](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> (cherry picked from commit 3eb43ef)
- Loading branch information