diff --git a/.changelog/unreleased/api-breaking/2781-bump-ics.md b/.changelog/unreleased/api-breaking/2781-bump-ics.md deleted file mode 100644 index ca68afe04d7..00000000000 --- a/.changelog/unreleased/api-breaking/2781-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Deprecate equivocation proposals of ICS provider module ([\#2795](https://github.com/cosmos/gaia/pull/2795)) \ No newline at end of file diff --git a/.changelog/unreleased/api-breaking/2809-bump-ics.md b/.changelog/unreleased/api-breaking/2809-bump-ics.md new file mode 100644 index 00000000000..9b4b4ffa33a --- /dev/null +++ b/.changelog/unreleased/api-breaking/2809-bump-ics.md @@ -0,0 +1 @@ +- Deprecate equivocation proposals of ICS provider module ([\#2809](https://github.com/cosmos/gaia/pull/2809)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/2781-bump-ics.md b/.changelog/unreleased/dependencies/2781-bump-ics.md deleted file mode 100644 index 15e2b3badd7..00000000000 --- a/.changelog/unreleased/dependencies/2781-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Bump [ICS] to [v2.2.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.2.0-provider-lsm) ([\#2795](https://github.com/cosmos/gaia/pull/2795)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/2809-bump-ics.md b/.changelog/unreleased/dependencies/2809-bump-ics.md new file mode 100644 index 00000000000..5a7dcd97088 --- /dev/null +++ b/.changelog/unreleased/dependencies/2809-bump-ics.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/features/2781-bump-ics.md b/.changelog/unreleased/features/2781-bump-ics.md deleted file mode 100644 index 9b98914cee8..00000000000 --- a/.changelog/unreleased/features/2781-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2795](https://github.com/cosmos/gaia/pull/2795)) \ No newline at end of file diff --git a/.changelog/unreleased/features/2809-bump-ics.md b/.changelog/unreleased/features/2809-bump-ics.md new file mode 100644 index 00000000000..edb5b671e7d --- /dev/null +++ b/.changelog/unreleased/features/2809-bump-ics.md @@ -0,0 +1 @@ +- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2809](https://github.com/cosmos/gaia/pull/2809)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/2781-bump-ics.md b/.changelog/unreleased/state-breaking/2781-bump-ics.md deleted file mode 100644 index 15e2b3badd7..00000000000 --- a/.changelog/unreleased/state-breaking/2781-bump-ics.md +++ /dev/null @@ -1 +0,0 @@ -- Bump [ICS] to [v2.2.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.2.0-provider-lsm) ([\#2795](https://github.com/cosmos/gaia/pull/2795)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/2809-bump-ics.md b/.changelog/unreleased/state-breaking/2809-bump-ics.md new file mode 100644 index 00000000000..c6925ad1d37 --- /dev/null +++ b/.changelog/unreleased/state-breaking/2809-bump-ics.md @@ -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)) \ No newline at end of file diff --git a/go.mod b/go.mod index 869ada4c0ef..cdf8d7e33c4 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index a6518f1b5f6..aa99742ddfd 100644 --- a/go.sum +++ b/go.sum @@ -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=