Skip to content

Commit

Permalink
chore!: bump ICS to v4.3.1-lsm (#3193)
Browse files Browse the repository at this point in the history
* backport changelog update from v18.x

* bump ICS to v4.3.1-lsm

* add changelog entries

* remove globalfee from changelog config
  • Loading branch information
sainoe committed Jul 8, 2024
1 parent 6f7fe81 commit cafd702
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/dependencies/3193-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
[v4.3.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.3.1-
lsm) ([\#3193](https://github.com/cosmos/gaia/pull/3193))
3 changes: 3 additions & 0 deletions .changelog/unreleased/state-breaking/3193-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
[v4.3.1-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.3.1-
lsm) ([\#3193](https://github.com/cosmos/gaia/pull/3193))
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ replace (
github.com/cosmos/iavl => github.com/cosmos/iavl v0.20.1

// Use special ICS v4.1.0-ics-lsm release with support for LSM
github.com/cosmos/interchain-security/v4 => github.com/cosmos/interchain-security/v4 v4.3.0-lsm
github.com/cosmos/interchain-security/v4 => github.com/cosmos/interchain-security/v4 v4.3.1-lsm

github.com/cosmos/ledger-cosmos-go => github.com/cosmos/ledger-cosmos-go v0.12.4

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ github.com/cosmos/ibc-go/v7 v7.6.0 h1:S1G5hcIVe9go+jQV6F9+I9yy+hylbJeLiVHUmktQNr
github.com/cosmos/ibc-go/v7 v7.6.0/go.mod h1:LifBA7JHRHl95ujjHIaBEHmUqy2qCGyqDCXB7qmAsZk=
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/v4 v4.3.0-lsm h1:QZEPone4xBT8Zw2JwkmQxEH97bluEhsTnYnb+pWNutU=
github.com/cosmos/interchain-security/v4 v4.3.0-lsm/go.mod h1:oheLfOdj+k41NwfDZemQTdMYO7j/T+HQWZ1QHQIN/YY=
github.com/cosmos/interchain-security/v4 v4.3.1-lsm h1:8DxY5XXHwl0arFBL4tl8V8H3lE9gANMgqpygo4JFDy4=
github.com/cosmos/interchain-security/v4 v4.3.1-lsm/go.mod h1:oheLfOdj+k41NwfDZemQTdMYO7j/T+HQWZ1QHQIN/YY=
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

0 comments on commit cafd702

Please sign in to comment.