Skip to content

Commit 8c80802

Browse files
build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.1 to 0.46.2 (cosmos#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>
1 parent 2056c2d commit 8c80802

File tree

3 files changed

+74
-32
lines changed

3 files changed

+74
-32
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
3838

3939
### Dependencies
4040

41+
* [\#2458](https://github.com/cosmos/ibc-go/pull/2458) Bump Cosmos SDK to v0.46.2
42+
4143
### API Breaking
4244

4345
* (apps/29-fee) [\#2395](https://github.com/cosmos/ibc-go/pull/2395) Remove param space from ics29 NewKeeper function. The field was unused.

go.mod

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
cosmossdk.io/math v1.0.0-beta.3
99
github.com/armon/go-metrics v0.4.1
1010
github.com/confio/ics23/go v0.7.0
11-
github.com/cosmos/cosmos-sdk v0.46.1
11+
github.com/cosmos/cosmos-sdk v0.46.2
1212
github.com/gogo/protobuf v1.3.3
1313
github.com/golang/protobuf v1.5.2
1414
github.com/gorilla/mux v1.8.0
@@ -21,17 +21,17 @@ require (
2121
github.com/stretchr/testify v1.8.0
2222
github.com/tendermint/tendermint v0.34.21
2323
github.com/tendermint/tm-db v0.6.7
24-
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
24+
google.golang.org/genproto v0.0.0-20220815135757-37a418bb8959
2525
google.golang.org/grpc v1.49.0
2626
google.golang.org/protobuf v1.28.1
2727
gopkg.in/yaml.v2 v2.4.0
2828
)
2929

3030
require (
31-
cloud.google.com/go v0.100.2 // indirect
32-
cloud.google.com/go/compute v1.6.1 // indirect
33-
cloud.google.com/go/iam v0.3.0 // indirect
34-
cloud.google.com/go/storage v1.14.0 // indirect
31+
cloud.google.com/go v0.102.1 // indirect
32+
cloud.google.com/go/compute v1.7.0 // indirect
33+
cloud.google.com/go/iam v0.4.0 // indirect
34+
cloud.google.com/go/storage v1.22.1 // indirect
3535
cosmossdk.io/errors v1.0.0-beta.7 // indirect
3636
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
3737
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -46,13 +46,14 @@ require (
4646
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
4747
github.com/cespare/xxhash v1.1.0 // indirect
4848
github.com/cespare/xxhash/v2 v2.1.2 // indirect
49+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
4950
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
5051
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
5152
github.com/cosmos/btcutil v1.0.4 // indirect
5253
github.com/cosmos/cosmos-proto v1.0.0-alpha7 // indirect
5354
github.com/cosmos/go-bip39 v1.0.0 // indirect
5455
github.com/cosmos/gorocksdb v1.2.0 // indirect
55-
github.com/cosmos/iavl v0.19.1 // indirect
56+
github.com/cosmos/iavl v0.19.2-0.20220916140702-9b6be3095313 // indirect
5657
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
5758
github.com/cosmos/ledger-go v0.9.2 // indirect
5859
github.com/creachadair/taskgroup v0.3.2 // indirect
@@ -76,8 +77,12 @@ require (
7677
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7778
github.com/golang/snappy v0.0.4 // indirect
7879
github.com/google/btree v1.0.1 // indirect
80+
github.com/google/go-cmp v0.5.8 // indirect
7981
github.com/google/orderedcode v0.0.1 // indirect
82+
github.com/google/uuid v1.3.0 // indirect
83+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
8084
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
85+
github.com/googleapis/go-type-adapters v1.0.0 // indirect
8186
github.com/gorilla/handlers v1.5.1 // indirect
8287
github.com/gorilla/websocket v1.5.0 // indirect
8388
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
@@ -100,8 +105,9 @@ require (
100105
github.com/lib/pq v1.10.6 // indirect
101106
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
102107
github.com/magiconair/properties v1.8.6 // indirect
108+
github.com/manifoldco/promptui v0.9.0 // indirect
103109
github.com/mattn/go-colorable v0.1.12 // indirect
104-
github.com/mattn/go-isatty v0.0.14 // indirect
110+
github.com/mattn/go-isatty v0.0.16 // indirect
105111
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
106112
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
107113
github.com/minio/highwayhash v1.0.2 // indirect
@@ -137,12 +143,12 @@ require (
137143
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
138144
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
139145
golang.org/x/net v0.0.0-20220726230323-06994584191e // indirect
140-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
141-
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
146+
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
147+
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
142148
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
143149
golang.org/x/text v0.3.7 // indirect
144-
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
145-
google.golang.org/api v0.81.0 // indirect
150+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
151+
google.golang.org/api v0.93.0 // indirect
146152
google.golang.org/appengine v1.6.7 // indirect
147153
gopkg.in/ini.v1 v1.67.0 // indirect
148154
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)