Skip to content

Commit

Permalink
build(deps): bump SDK to v0.47.10-ics-lsm and ICS to v3.3.3-lsm (back…
Browse files Browse the repository at this point in the history
…port #2967) (#2969)

* build(deps): bump SDK to v0.47.10-ics-lsm and ICS to v3.3.3-lsm (#2967)

* bump SDK to v0.47.10-ics-lsm

* update SDK changelog entries

* bump ICS to v3.3.3-lsm

* update changelog entries for ICS

(cherry picked from commit 1f85c30)

# Conflicts:
#	.changelog/unreleased/api-breaking/2955-bump-ics.md
#	.changelog/unreleased/api-breaking/2955-bump-sdk.md
#	.changelog/unreleased/bug-fixes/2955-bump-sdk.md
#	.changelog/unreleased/state-breaking/2955-bump-sdk.md
#	.changelog/v15.0.0/api-breaking/2955-bump-ics.md
#	.changelog/v15.0.0/api-breaking/2955-bump-sdk.md
#	.changelog/v15.0.0/api-breaking/2967-bump-ics.md
#	.changelog/v15.0.0/api-breaking/2967-bump-sdk.md
#	.changelog/v15.0.0/bug-fixes/2955-bump-sdk.md
#	.changelog/v15.0.0/bug-fixes/2967-bump-sdk.md
#	.changelog/v15.0.0/dependencies/2955-bump-ics.md
#	.changelog/v15.0.0/dependencies/2955-bump-sdk.md
#	.changelog/v15.0.0/dependencies/2967-bump-ics.md
#	.changelog/v15.0.0/dependencies/2967-bump-sdk.md
#	.changelog/v15.0.0/state-breaking/2955-bump-sdk.md
#	.changelog/v15.0.0/state-breaking/2967-bump-sdk.md

* fix conflicts

* update CHANGELOG.md

* typo in changelog

* update release notes

* typo

---------

Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
mergify[bot] and mpoke authored Feb 28, 2024
1 parent 137c600 commit eeb837a
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 52 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- The consumer CCV genesis state obtained from the provider chain needs to be
transformed to be compatible with older versions of consumer chains
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)).
([\#2955](https://github.com/cosmos/gaia/pull/2955))
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)).
([\#2967](https://github.com/cosmos/gaia/pull/2967))
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
As compared to [v0.47.9](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9),
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
As compared to [v0.47.10](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10),
this special branch of cosmos-sdk has the following API-breaking changes:
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms (e.g., `uatom` for Cosmos Hub). ([sdk-#19302](https://github.com/cosmos/cosmos-sdk/pull/19302))
- Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312))
- Disable the `DenomOwners` query. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266))
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
This special branch of cosmos-sdk backports a series of fixes for issues found
during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audit-reports/blob/master/Cosmos%20SDK/2024-01-23%20Audit%20Report%20-%20Cosmos%20SDK%20v1.0.pdf).
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Backport [sdk-#18146](https://github.com/cosmos/cosmos-sdk/pull/18146): Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312))
- Partially backport [sdk-#18047](https://github.com/cosmos/cosmos-sdk/pull/18047): Add a limit of 200 grants pruned per `EndBlock` in the feegrant module. ([sdk-#19314](https://github.com/cosmos/cosmos-sdk/pull/19314))
- Partially backport [skd-#18737](https://github.com/cosmos/cosmos-sdk/pull/18737): Add a limit of 200 grants pruned per `BeginBlock` in the authz module. ([sdk-#19315](https://github.com/cosmos/cosmos-sdk/pull/19315))
Expand Down
3 changes: 0 additions & 3 deletions .changelog/v15.0.0/dependencies/2955-bump-ics.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/v15.0.0/dependencies/2955-bump-sdk.md

This file was deleted.

3 changes: 3 additions & 0 deletions .changelog/v15.0.0/dependencies/2967-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm)
([\#2967](https://github.com/cosmos/gaia/pull/2967))
4 changes: 4 additions & 0 deletions .changelog/v15.0.0/dependencies/2967-bump-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
This is a special cosmos-sdk branch with support for both ICS and LSM.
([\#2967](https://github.com/cosmos/gaia/pull/2967))
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Add support for metaprotocols using Tx extension options ([\#2960](https://github.com/cosmos/gaia/pull/2960))
- Add support for metaprotocols using Tx extension options.
([\#2960](https://github.com/cosmos/gaia/pull/2960))
3 changes: 0 additions & 3 deletions .changelog/v15.0.0/state-breaking/2955-bump-ics.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Add support for metaprotocols using Tx extension options ([\#2960](https://github.com/cosmos/gaia/pull/2960))
- Add support for metaprotocols using Tx extension options.
([\#2960](https://github.com/cosmos/gaia/pull/2960))
3 changes: 3 additions & 0 deletions .changelog/v15.0.0/state-breaking/2967-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm)
([\#2967](https://github.com/cosmos/gaia/pull/2967))
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
This is a special cosmos-sdk branch with support for both ICS and LSM.
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Skip running `addDenomReverseIndex` in `bank/v3` migration as it is prohibitively expensive to run on the Cosmos Hub. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266))
37 changes: 22 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
- Reject `MsgVote` messages from accounts with less than 1 atom staked.
([\#2912](https://github.com/cosmos/gaia/pull/2912))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
As compared to [v0.47.9](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9),
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
As compared to [v0.47.10](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10),
this special branch of cosmos-sdk has the following API-breaking changes:
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms (e.g., `uatom` for Cosmos Hub). ([sdk-#19302](https://github.com/cosmos/cosmos-sdk/pull/19302))
- Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312))
- Disable the `DenomOwners` query. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266))
- The consumer CCV genesis state obtained from the provider chain needs to be
transformed to be compatible with older versions of consumer chains
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)).
([\#2955](https://github.com/cosmos/gaia/pull/2955))
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)).
([\#2967](https://github.com/cosmos/gaia/pull/2967))

### BUG FIXES

- Add ante handler that only allows `MsgVote` messages from accounts with at least
1 atom staked. ([\#2912](https://github.com/cosmos/gaia/pull/2912))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
This special branch of cosmos-sdk backports a series of fixes for issues found
during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audit-reports/blob/master/Cosmos%20SDK/2024-01-23%20Audit%20Report%20-%20Cosmos%20SDK%20v1.0.pdf).
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Backport [sdk-#18146](https://github.com/cosmos/cosmos-sdk/pull/18146): Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312))
- Partially backport [sdk-#18047](https://github.com/cosmos/cosmos-sdk/pull/18047): Add a limit of 200 grants pruned per `EndBlock` in the feegrant module. ([sdk-#19314](https://github.com/cosmos/cosmos-sdk/pull/19314))
- Partially backport [skd-#18737](https://github.com/cosmos/cosmos-sdk/pull/18737): Add a limit of 200 grants pruned per `BeginBlock` in the authz module. ([sdk-#19315](https://github.com/cosmos/cosmos-sdk/pull/19315))
Expand All @@ -50,12 +50,17 @@
to [v0.37.4](https://github.com/cometbft/cometbft/releases/tag/v0.37.4)
([\#2852](https://github.com/cosmos/gaia/pull/2852))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
This is a special cosmos-sdk branch with support for both ICS and LSM.
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm)
([\#2955](https://github.com/cosmos/gaia/pull/2955))
[v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm)
([\#2967](https://github.com/cosmos/gaia/pull/2967))

### FEATURES

- Add support for metaprotocols using Tx extension options.
([\#2960](https://github.com/cosmos/gaia/pull/2960))

### STATE BREAKING

Expand All @@ -82,14 +87,16 @@
- Remove `GovPreventSpamDecorator` and initialize the `MinInitialDepositRatio` gov
param to `10%`.
([\#2913](https://github.com/cosmos/gaia/pull/2913))
- Add support for metaprotocols using Tx extension options.
([\#2960](https://github.com/cosmos/gaia/pull/2960))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm).
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm).
This is a special cosmos-sdk branch with support for both ICS and LSM.
([\#2955](https://github.com/cosmos/gaia/pull/2955))
([\#2967](https://github.com/cosmos/gaia/pull/2967))
- Skip running `addDenomReverseIndex` in `bank/v3` migration as it is prohibitively expensive to run on the Cosmos Hub. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266))
- Bump [ICS](https://github.com/cosmos/interchain-security) to
[v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm)
([\#2955](https://github.com/cosmos/gaia/pull/2955))
[v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm)
([\#2967](https://github.com/cosmos/gaia/pull/2967))

## Previous Versions

Expand Down
8 changes: 5 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Refer to the [upgrading guide](https://github.com/cosmos/gaia/blob/release/v15.x

<!-- Add any highlights of this release -->

The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses [v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm), a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:
The focus of this release is the upgrade of Cosmos SDK to v0.47 -- this release uses [v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm), a special Cosmos SDK branch with support for both ICS and LSM. Consequently, it also upgrades the following dependencies:

- IBC to [v7.3.1](https://github.com/cosmos/ibc-go/releases/tag/v7.3.1)
- CometBFT to [v0.37.4](https://github.com/cometbft/cometbft/releases/tag/v0.37.4)
- Interchain Security to [v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm)
- Interchain Security to [v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm)
- Packet Forward Middleware to [v7.1.2](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv7.1.2)

In addition, this release migrates the following state:
Expand All @@ -24,7 +24,9 @@ In addition, this release migrates the following state:
- Migrates the vesting funds from _cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498_
to the community pool (according to [governance proposal 860](https://www.mintscan.io/cosmos/proposals/860)).

Finally, this releases fixes a series of issues found during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audit-reports/blob/master/Cosmos%20SDK/2024-01-23%20Audit%20Report%20-%20Cosmos%20SDK%20v1.0.pdf). As a result, this release introduces the following API changes:
Also, this release adds support for metaprotocols using the transaction extension options. See the [docs of the x/metaprotocols module](https://github.com/cosmos/gaia/tree/release/v15.x/x/metaprotocols) for more details.

Finally, this releases fixes a series of issues found during the [Oak Security audit of SDK 0.47](https://github.com/oak-security/audit-reports/blob/master/Cosmos%20SDK/2024-01-23%20Audit%20Report%20-%20Cosmos%20SDK%20v1.0.pdf). As a result, this release introduces the following API changes:

- Reject `MsgVote` messages from accounts with less than 1 ATOM staked.
- A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted.
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.21
require (
cosmossdk.io/api v0.3.1
cosmossdk.io/errors v1.0.1
cosmossdk.io/math v1.2.0
cosmossdk.io/math v1.3.0
cosmossdk.io/simapp v0.0.0-20230602123434-616841b9704d
cosmossdk.io/tools/rosetta v0.2.1
github.com/cometbft/cometbft v0.37.4
github.com/cometbft/cometbft-db v0.10.0
github.com/cosmos/cosmos-sdk v0.47.8
github.com/cosmos/cosmos-sdk v0.47.10
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.2
Expand Down Expand Up @@ -211,18 +211,18 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
nhooyr.io/websocket v1.8.6 // indirect
pgregory.net/rapid v1.1.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace (
// Use cosmos keyring
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0

// Use special SDK v0.47.x release with support for both ICS and LSM
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.10-ics-lsm

// Use special ICS v3.3.x release with support for LSM
github.com/cosmos/interchain-security/v3 => github.com/cosmos/interchain-security/v3 v3.3.2-lsm
github.com/cosmos/interchain-security/v3 => github.com/cosmos/interchain-security/v3 v3.3.3-lsm

// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ cosmossdk.io/errors v1.0.1 h1:bzu+Kcr0kS/1DuPBtUFdWjzLqyUuCiyHjyJB6srBV/0=
cosmossdk.io/errors v1.0.1/go.mod h1:MeelVSZThMi4bEakzhhhE/CKqVv3nOJDA25bIqRDu/U=
cosmossdk.io/log v1.3.1 h1:UZx8nWIkfbbNEWusZqzAx3ZGvu54TZacWib3EzUYmGI=
cosmossdk.io/log v1.3.1/go.mod h1:2/dIomt8mKdk6vl3OWJcPk2be3pGOS8OQaLUM/3/tCM=
cosmossdk.io/math v1.2.0 h1:8gudhTkkD3NxOP2YyyJIYYmt6dQ55ZfJkDOaxXpy7Ig=
cosmossdk.io/math v1.2.0/go.mod h1:l2Gnda87F0su8a/7FEKJfFdJrM0JZRXQaohlgJeyQh0=
cosmossdk.io/math v1.3.0 h1:RC+jryuKeytIiictDslBP9i1fhkVm6ZDmZEoNP316zE=
cosmossdk.io/math v1.3.0/go.mod h1:vnRTxewy+M7BtXBNFybkuhSH4WfedVAAnERHgVFhp3k=
cosmossdk.io/simapp v0.0.0-20230602123434-616841b9704d h1:G24nV8KQ5tcSLJEYPUEpKxuX4usvpQg5r7LhCLYPs1o=
cosmossdk.io/simapp v0.0.0-20230602123434-616841b9704d/go.mod h1:xbjky3L3DJEylaho6gXplkrMvJ5sFgv+qNX+Nn47bzY=
cosmossdk.io/tools/rosetta v0.2.1 h1:ddOMatOH+pbxWbrGJKRAawdBkPYLfKXutK9IETnjYxw=
Expand Down Expand Up @@ -396,8 +396,8 @@ github.com/cosmos/btcutil v1.0.5 h1:t+ZFcX77LpKtDBhjucvnOH8C2l2ioGsBNEQ3jef8xFk=
github.com/cosmos/btcutil v1.0.5/go.mod h1:IyB7iuqZMJlthe2tkIFL33xPyzbFYP0XVdS8P5lUPis=
github.com/cosmos/cosmos-proto v1.0.0-beta.4 h1:aEL7tU/rLOmxZQ9z4i7mzxcLbSCY48OdY7lIWTLG7oU=
github.com/cosmos/cosmos-proto v1.0.0-beta.4/go.mod h1:oeB+FyVzG3XrQJbJng0EnV8Vljfk9XvTIpGILNU/9Co=
github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm h1:IBZd1wBRSqlqrls+YzzQfR67HWBFLXyTqH6zwEsVpKU=
github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm/go.mod h1:Vks1CurTEJIWcjLkXZ4hLpdXsnVRRBmBRr6tygK9vHc=
github.com/cosmos/cosmos-sdk v0.47.10-ics-lsm h1:nW5xAl4SQchNExAkcPPTPpgu6CnEHc75g4JIKkVNgAI=
github.com/cosmos/cosmos-sdk v0.47.10-ics-lsm/go.mod h1:7lymTBqaezjxtEnVMwBNx0rXcOMoP49NUpYugIrjyus=
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y=
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
Expand All @@ -414,8 +414,8 @@ github.com/cosmos/ibc-go/v7 v7.3.2 h1:FeUDcBX7VYY0e0iRmcVkPPUjYfAqIc//QuHXo8JHz9
github.com/cosmos/ibc-go/v7 v7.3.2/go.mod h1:IMeOXb7gwpZ+/nOG5BuUkdW4weM1ezvN4PQPws4uzOI=
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/v3 v3.3.2-lsm h1:wDPv+TvEHfhvPtx8gKOKLyMLszXKZsDI12NZfHRa6K8=
github.com/cosmos/interchain-security/v3 v3.3.2-lsm/go.mod h1:yafTLQWdtEiz++bqgVJx5T0BTkMSHEF93P1eS9+Tssk=
github.com/cosmos/interchain-security/v3 v3.3.3-lsm h1:xcOcMBFSC5TEK6W7Y4el4F6JsjYJLLsB7gLwA7zkZ2Q=
github.com/cosmos/interchain-security/v3 v3.3.3-lsm/go.mod h1:CkPCAlk6xSHyUO6nUrzz+HLqrfpnBHMQIJHVo6YuhLo=
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=
github.com/cosmos/keyring v1.2.0/go.mod h1:fc+wB5KTk9wQ9sDx0kFXB3A0MaeGHM9AwRStKOQ5vOA=
github.com/cosmos/ledger-cosmos-go v0.12.4 h1:drvWt+GJP7Aiw550yeb3ON/zsrgW0jgh5saFCr7pDnw=
Expand Down Expand Up @@ -1981,6 +1981,6 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
rsc.io/tmplfunc v0.0.3/go.mod h1:AG3sTPzElb1Io3Yg4voV9AGZJuleGAwaVRxL9M49PhA=
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU=

0 comments on commit eeb837a

Please sign in to comment.