From b3b4c155b94bd923d9e8c2fecf3c6d53b1d6d3a1 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 21 Nov 2023 12:35:18 +0100 Subject: [PATCH] deps!: bump ICS to v2.4.0-lsm (#2825) * bump ICS to v2.4.0-lsm * add changelog entries and update v14.0.0 section * add changelog entry for #2821 --- .changelog/unreleased/api-breaking/2825-bump-ics.md | 1 + .changelog/unreleased/dependencies/2825-bump-ics.md | 1 + .changelog/unreleased/features/2821-evidence-height.md | 3 +++ .changelog/unreleased/features/2825-bump-ics.md | 1 + .changelog/unreleased/state-breaking/2825-bump-ics.md | 1 + CHANGELOG.md | 2 ++ go.mod | 2 +- go.sum | 4 ++-- 8 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .changelog/unreleased/api-breaking/2825-bump-ics.md create mode 100644 .changelog/unreleased/dependencies/2825-bump-ics.md create mode 100644 .changelog/unreleased/features/2821-evidence-height.md create mode 100644 .changelog/unreleased/features/2825-bump-ics.md create mode 100644 .changelog/unreleased/state-breaking/2825-bump-ics.md diff --git a/.changelog/unreleased/api-breaking/2825-bump-ics.md b/.changelog/unreleased/api-breaking/2825-bump-ics.md new file mode 100644 index 00000000000..593251b2898 --- /dev/null +++ b/.changelog/unreleased/api-breaking/2825-bump-ics.md @@ -0,0 +1 @@ +- Deprecate equivocation proposals of ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/2825-bump-ics.md b/.changelog/unreleased/dependencies/2825-bump-ics.md new file mode 100644 index 00000000000..78c44554ea1 --- /dev/null +++ b/.changelog/unreleased/dependencies/2825-bump-ics.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/features/2821-evidence-height.md b/.changelog/unreleased/features/2821-evidence-height.md new file mode 100644 index 00000000000..00bfa1d910f --- /dev/null +++ b/.changelog/unreleased/features/2821-evidence-height.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/features/2825-bump-ics.md b/.changelog/unreleased/features/2825-bump-ics.md new file mode 100644 index 00000000000..1ffe596333e --- /dev/null +++ b/.changelog/unreleased/features/2825-bump-ics.md @@ -0,0 +1 @@ +- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/2825-bump-ics.md b/.changelog/unreleased/state-breaking/2825-bump-ics.md new file mode 100644 index 00000000000..78c44554ea1 --- /dev/null +++ b/.changelog/unreleased/state-breaking/2825-bump-ics.md @@ -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)) \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 681c7f7412c..0c24a011bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/go.mod b/go.mod index b1439b26685..fda5dfd1c75 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.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 diff --git a/go.sum b/go.sum index 65d53c14a41..6b53b0ce579 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.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=