Skip to content

Commit

Permalink
deps!: bump ICS to v2.4.0-lsm (#2825)
Browse files Browse the repository at this point in the history
* bump ICS to v2.4.0-lsm

* add changelog entries and update v14.0.0 section

* add changelog entry for #2821
  • Loading branch information
mpoke authored Nov 21, 2023
1 parent ca1ba72 commit b3b4c15
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/unreleased/api-breaking/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Deprecate equivocation proposals of ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825))
1 change: 1 addition & 0 deletions .changelog/unreleased/dependencies/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825))
3 changes: 3 additions & 0 deletions .changelog/unreleased/features/2821-evidence-height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Set in the v14 upgrade handler the min evidence height for `neutron-1`
at `4552189` and for `stride-1` at `6375035`.
([\#2821](https://github.com/cosmos/gaia/pull/2821))
1 change: 1 addition & 0 deletions .changelog/unreleased/features/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825))
1 change: 1 addition & 0 deletions .changelog/unreleased/state-breaking/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825))
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

*November 15, 2023*

***This release is deprecated and should not be used in production. Use v14.1.0 instead.***

### API BREAKING

- Deprecate equivocation proposals of ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814))
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.16-ics-lsm

// Use special ICS release with support for LSM
github.com/cosmos/interchain-security/v2 => github.com/cosmos/interchain-security/v2 v2.4.0-lsm-rc1
github.com/cosmos/interchain-security/v2 => github.com/cosmos/interchain-security/v2 v2.4.0-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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4 v4.1.1 h1:Tei
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4 v4.1.1/go.mod h1:mFk2qfXAm7ndXQQuXUGm9tlC2OM9jxPQb5PRKEHNU5I=
github.com/cosmos/ibc-go/v4 v4.4.2 h1:PG4Yy0/bw6Hvmha3RZbc53KYzaCwuB07Ot4GLyzcBvo=
github.com/cosmos/ibc-go/v4 v4.4.2/go.mod h1:j/kD2JCIaV5ozvJvaEkWhLxM2zva7/KTM++EtKFYcB8=
github.com/cosmos/interchain-security/v2 v2.4.0-lsm-rc1 h1:tHlpfMJDxcAiNmLC/fqPNfY/608po6TxEpi4bJfpXBc=
github.com/cosmos/interchain-security/v2 v2.4.0-lsm-rc1/go.mod h1:7W8hrBDV/ehMmUTFZzfSuJRRgSwrflxszbl8Jj1cuIw=
github.com/cosmos/interchain-security/v2 v2.4.0-lsm h1:1BQ94GQD4TVOLfL2/jJn2Vgro6ph+tVgChk5ziy/JOA=
github.com/cosmos/interchain-security/v2 v2.4.0-lsm/go.mod h1:7W8hrBDV/ehMmUTFZzfSuJRRgSwrflxszbl8Jj1cuIw=
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 b3b4c15

Please sign in to comment.