Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.1 to 0.46.2 #2458

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Bumps github.com/cosmos/cosmos-sdk from 0.46.1 to 0.46.2.

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.46.2

Cosmos SDK v0.46.2 Release Notes

This release introduces a number of bug fixes, features and improvements.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.1...v0.46.2

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.46.2 - 2022-10-03

API Breaking Changes

  • (cli) #13089 Fix rollback command don't actually delete multistore versions, added method RollbackToVersion to interface CommitMultiStore and added method CommitMultiStore to Application interface.
  • (cli) #13089 NewRollbackCmd now takes an appCreator types.AppCreator.

Features

  • (cli) #13207 Reduce user's password prompts when calling keyring List() function.
  • (cli) #13353 Add tx group draft-proposal command for generating group proposal JSONs (skeleton).
  • (cli) #13304 Add tx gov draft-proposal command for generating proposal JSONs (skeleton).
  • (x/authz) #13047 Add a GetAuthorization function to the keeper.
  • (cli) #12742 Add the prune CLI cmd to manually prune app store history versions based on the pruning options.

Improvements

  • #13323 Ensure withdraw_rewards rewards are emitted from all actions that result in rewards being withdrawn.
  • #13233 Add --append to add-genesis-account sub-command to append new tokens after an account is already created.
  • (x/group) #13214 Add withdraw-proposal command to group module's CLI transaction commands.
  • (x/auth) #13048 Add handling of AccountNumberStoreKeyPrefix to the simulation decoder.
  • (simapp) #13107 Call SetIAVLCacheSize with the configured value in simapp.
  • #13301 Keep the balance query endpoint compatible with legacy blocks
  • #13321 Add flag to disable fast node migration and usage.

Bug Fixes

  • (types) #13265 Correctly coalesce coins even with repeated denominations & simplify logic.
  • (x/auth) #13200 Fix wrong sequences in sign-batch.
  • (export) #13029 Fix exporting the blockParams regression.
  • #13046 Fix missing return statement in BaseApp.Query.
  • (store) #13336 Call streaming listeners for deliver tx event, it was removed accidentally.
  • (grpc) #13417 fix grpc query panic that could crash the node (backport #13352).
  • (grpc) #13418 Add close for grpc only mode.
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.1 to 0.46.2.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.46.1...v0.46.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Issues or PRs to update a dependency label Oct 4, 2022
@dependabot dependabot bot requested a review from fedekunze October 4, 2022 13:18
@mergify mergify bot merged commit 8c80802 into main Oct 4, 2022
@mergify mergify bot deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.2 branch October 4, 2022 21:02
mergify bot pushed a commit that referenced this pull request Oct 4, 2022
…2458)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.1 to 0.46.2.
<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.46.2</h2>
<h1>Cosmos SDK v0.46.2 Release Notes</h1>
<p>This release introduces a number of bug fixes, features and improvements.</p>
<p>Please see the <a href="https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md">CHANGELOG</a> for an exhaustive list of changes.</p>
<p><strong>Full Commit History</strong>: <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2">https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/main/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.46.2">v0.46.2</a> - 2022-10-03</h2>
<h3>API Breaking Changes</h3>
<ul>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13089">#13089</a> Fix rollback command don't actually delete multistore versions, added method <code>RollbackToVersion</code> to interface <code>CommitMultiStore</code> and added method <code>CommitMultiStore</code> to <code>Application</code> interface.</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13089">#13089</a> <code>NewRollbackCmd</code> now takes an <code>appCreator types.AppCreator</code>.</li>
</ul>
<h3>Features</h3>
<ul>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13207">#13207</a> Reduce user's password prompts when calling keyring <code>List()</code> function.</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13353">#13353</a> Add <code>tx group draft-proposal</code> command for generating group proposal JSONs (skeleton).</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13304">#13304</a> Add <code>tx gov draft-proposal</code> command for generating proposal JSONs (skeleton).</li>
<li>(x/authz) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13047">#13047</a> Add a GetAuthorization function to the keeper.</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/12742">#12742</a> Add the <code>prune</code> CLI cmd to manually prune app store history versions based on the pruning options.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13323">#13323</a> Ensure <code>withdraw_rewards</code> rewards are emitted from all actions that result in rewards being withdrawn.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13233">#13233</a> Add <code>--append</code> to <code>add-genesis-account</code> sub-command to append new tokens after an account is already created.</li>
<li>(x/group) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13214">#13214</a> Add <code>withdraw-proposal</code> command to group module's CLI transaction commands.</li>
<li>(x/auth) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13048">#13048</a> Add handling of AccountNumberStoreKeyPrefix to the simulation decoder.</li>
<li>(simapp) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13107">#13107</a> Call <code>SetIAVLCacheSize</code> with the configured value in simapp.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13301">#13301</a> Keep the balance query endpoint compatible with legacy blocks</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13321">#13321</a> Add flag to disable fast node migration and usage.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>(types) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13265">#13265</a> Correctly coalesce coins even with repeated denominations &amp; simplify logic.</li>
<li>(x/auth) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13200">#13200</a> Fix wrong sequences in <code>sign-batch</code>.</li>
<li>(export) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13029">#13029</a> Fix exporting the blockParams regression.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13046">#13046</a> Fix missing return statement in BaseApp.Query.</li>
<li>(store) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13334">#13336</a> Call streaming listeners for deliver tx event, it was removed accidentally.</li>
<li>(grpc) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13417">#13417</a> fix grpc query panic that could crash the node (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13352">#13352</a>).</li>
<li>(grpc) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13418">#13418</a> Add close for grpc only mode.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/26786a07bb02d89a0e491120bfead03975c4ef5c"><code>26786a0</code></a> chore: prepare <code>v0.46.2</code> release (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13436">#13436</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/72a904d223c5ceb9798fc75626521d1bd82b74c2"><code>72a904d</code></a> fix: add close for grpcOnly mode (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13418">#13418</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13422">#13422</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/f80e883ea2b8286bf0768793aa5228940d70afe3"><code>f80e883</code></a> fix: add gRPC nil/zero check in query (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13352">#13352</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13417">#13417</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/51c8a1a3ae1f6f8efc0b5aab6a802b873c4f93d8"><code>51c8a1a</code></a> feat: Add notice for possible iavl fast node migration (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13390">#13390</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13">#13</a>...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/95948f6692bbc463dce04fbb989b60892a0e491e"><code>95948f6</code></a> perf: reduce user's password prompts when calling keyring List function (back...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c351441f0d54d3265618235b4952f45cc47d5ba5"><code>c351441</code></a> docs: guidelines for proto message's String() method (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13364">#13364</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13366">#13366</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/72f89234841ebd392981c4939bd1ff4dec8b7943"><code>72f8923</code></a> feat: add <code>draft-proposal</code> for x/group (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13353">#13353</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13359">#13359</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/9454b97ccb77272a70f6ddc59acd66da18c67205"><code>9454b97</code></a> fix: fix buf commit (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13344">#13344</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/bbcf2f1fde6e841e2de55447bcb17f153c3212e3"><code>bbcf2f1</code></a> fix: fix buf unexisting repo (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13343">#13343</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/f57a11001436ae5c2cd2c511c0c96b075394da21"><code>f57a110</code></a> fix: ensure withdraw_rewards events are always emitted on reward withdrawal (...</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2">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.46.1&new-version=0.46.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 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 8c80802)
damiannolan pushed a commit that referenced this pull request Oct 5, 2022
…2458) (#2462)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.46.1 to 0.46.2.
<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.46.2</h2>
<h1>Cosmos SDK v0.46.2 Release Notes</h1>
<p>This release introduces a number of bug fixes, features and improvements.</p>
<p>Please see the <a href="https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md">CHANGELOG</a> for an exhaustive list of changes.</p>
<p><strong>Full Commit History</strong>: <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2">https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/main/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.46.2">v0.46.2</a> - 2022-10-03</h2>
<h3>API Breaking Changes</h3>
<ul>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13089">#13089</a> Fix rollback command don't actually delete multistore versions, added method <code>RollbackToVersion</code> to interface <code>CommitMultiStore</code> and added method <code>CommitMultiStore</code> to <code>Application</code> interface.</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13089">#13089</a> <code>NewRollbackCmd</code> now takes an <code>appCreator types.AppCreator</code>.</li>
</ul>
<h3>Features</h3>
<ul>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13207">#13207</a> Reduce user's password prompts when calling keyring <code>List()</code> function.</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13353">#13353</a> Add <code>tx group draft-proposal</code> command for generating group proposal JSONs (skeleton).</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13304">#13304</a> Add <code>tx gov draft-proposal</code> command for generating proposal JSONs (skeleton).</li>
<li>(x/authz) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13047">#13047</a> Add a GetAuthorization function to the keeper.</li>
<li>(cli) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/12742">#12742</a> Add the <code>prune</code> CLI cmd to manually prune app store history versions based on the pruning options.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13323">#13323</a> Ensure <code>withdraw_rewards</code> rewards are emitted from all actions that result in rewards being withdrawn.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13233">#13233</a> Add <code>--append</code> to <code>add-genesis-account</code> sub-command to append new tokens after an account is already created.</li>
<li>(x/group) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13214">#13214</a> Add <code>withdraw-proposal</code> command to group module's CLI transaction commands.</li>
<li>(x/auth) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13048">#13048</a> Add handling of AccountNumberStoreKeyPrefix to the simulation decoder.</li>
<li>(simapp) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13107">#13107</a> Call <code>SetIAVLCacheSize</code> with the configured value in simapp.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13301">#13301</a> Keep the balance query endpoint compatible with legacy blocks</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13321">#13321</a> Add flag to disable fast node migration and usage.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>(types) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13265">#13265</a> Correctly coalesce coins even with repeated denominations &amp; simplify logic.</li>
<li>(x/auth) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13200">#13200</a> Fix wrong sequences in <code>sign-batch</code>.</li>
<li>(export) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13029">#13029</a> Fix exporting the blockParams regression.</li>
<li><a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13046">#13046</a> Fix missing return statement in BaseApp.Query.</li>
<li>(store) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13334">#13336</a> Call streaming listeners for deliver tx event, it was removed accidentally.</li>
<li>(grpc) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13417">#13417</a> fix grpc query panic that could crash the node (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13352">#13352</a>).</li>
<li>(grpc) <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/pull/13418">#13418</a> Add close for grpc only mode.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/26786a07bb02d89a0e491120bfead03975c4ef5c"><code>26786a0</code></a> chore: prepare <code>v0.46.2</code> release (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13436">#13436</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/72a904d223c5ceb9798fc75626521d1bd82b74c2"><code>72a904d</code></a> fix: add close for grpcOnly mode (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13418">#13418</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13422">#13422</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/f80e883ea2b8286bf0768793aa5228940d70afe3"><code>f80e883</code></a> fix: add gRPC nil/zero check in query (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13352">#13352</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13417">#13417</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/51c8a1a3ae1f6f8efc0b5aab6a802b873c4f93d8"><code>51c8a1a</code></a> feat: Add notice for possible iavl fast node migration (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13390">#13390</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13">#13</a>...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/95948f6692bbc463dce04fbb989b60892a0e491e"><code>95948f6</code></a> perf: reduce user's password prompts when calling keyring List function (back...</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/c351441f0d54d3265618235b4952f45cc47d5ba5"><code>c351441</code></a> docs: guidelines for proto message's String() method (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13364">#13364</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13366">#13366</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/72f89234841ebd392981c4939bd1ff4dec8b7943"><code>72f8923</code></a> feat: add <code>draft-proposal</code> for x/group (backport <a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13353">#13353</a>) (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13359">#13359</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/9454b97ccb77272a70f6ddc59acd66da18c67205"><code>9454b97</code></a> fix: fix buf commit (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13344">#13344</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/bbcf2f1fde6e841e2de55447bcb17f153c3212e3"><code>bbcf2f1</code></a> fix: fix buf unexisting repo (<a href="https://github-redirect.dependabot.com/cosmos/cosmos-sdk/issues/13343">#13343</a>)</li>
<li><a href="https://github.com/cosmos/cosmos-sdk/commit/f57a11001436ae5c2cd2c511c0c96b075394da21"><code>f57a110</code></a> fix: ensure withdraw_rewards events are always emitted on reward withdrawal (...</li>
<li>Additional commits viewable in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2">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.46.1&new-version=0.46.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 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 8c80802)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Issues or PRs to update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants