Skip to content

Commit

Permalink
(deps!): bump ICS to v2.3.0-provider-lsm (cosmos#2808) (cosmos#2809)
Browse files Browse the repository at this point in the history
* bump ics

* update changelog entries
  • Loading branch information
sainoe authored Nov 10, 2023
1 parent 82d8706 commit 5f2b558
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .changelog/unreleased/api-breaking/2781-bump-ics.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/unreleased/api-breaking/2809-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Deprecate equivocation proposals of ICS provider module ([\#2809](https://github.com/cosmos/gaia/pull/2809))
1 change: 0 additions & 1 deletion .changelog/unreleased/dependencies/2781-bump-ics.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/unreleased/dependencies/2809-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2795](https://github.com/cosmos/gaia/pull/2809))
1 change: 0 additions & 1 deletion .changelog/unreleased/features/2781-bump-ics.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/unreleased/features/2809-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 ([\#2809](https://github.com/cosmos/gaia/pull/2809))
1 change: 0 additions & 1 deletion .changelog/unreleased/state-breaking/2781-bump-ics.md

This file was deleted.

1 change: 1 addition & 0 deletions .changelog/unreleased/state-breaking/2809-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2809](https://github.com/cosmos/gaia/pull/2809))
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.2.0-provider-lsm
github.com/cosmos/interchain-security/v2 => github.com/cosmos/interchain-security/v2 v2.3.0-provider-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.2.0-provider-lsm h1:hKYsM+vv31oZ0f0VVpysVOrEMwXQ0c9ubOlDF89te90=
github.com/cosmos/interchain-security/v2 v2.2.0-provider-lsm/go.mod h1:7W8hrBDV/ehMmUTFZzfSuJRRgSwrflxszbl8Jj1cuIw=
github.com/cosmos/interchain-security/v2 v2.3.0-provider-lsm h1:CpcyvB2+PADT+QBIqmhEU4+GMDjjjEVLHt8PJOet2xc=
github.com/cosmos/interchain-security/v2 v2.3.0-provider-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 5f2b558

Please sign in to comment.