From cafd7028f731142e633ea2a85be39395adad9f4d Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Mon, 8 Jul 2024 10:42:52 +0200 Subject: [PATCH] chore!: bump ICS to v4.3.1-lsm (#3193) * backport changelog update from v18.x * bump ICS to v4.3.1-lsm * add changelog entries * remove globalfee from changelog config --- .changelog/unreleased/dependencies/3193-bump-ics.md | 3 +++ .changelog/unreleased/state-breaking/3193-bump-ics.md | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changelog/unreleased/dependencies/3193-bump-ics.md create mode 100644 .changelog/unreleased/state-breaking/3193-bump-ics.md diff --git a/.changelog/unreleased/dependencies/3193-bump-ics.md b/.changelog/unreleased/dependencies/3193-bump-ics.md new file mode 100644 index 00000000000..732fbbe6bdf --- /dev/null +++ b/.changelog/unreleased/dependencies/3193-bump-ics.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/state-breaking/3193-bump-ics.md b/.changelog/unreleased/state-breaking/3193-bump-ics.md new file mode 100644 index 00000000000..732fbbe6bdf --- /dev/null +++ b/.changelog/unreleased/state-breaking/3193-bump-ics.md @@ -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)) \ No newline at end of file diff --git a/go.mod b/go.mod index ca00ffc29a5..7540a2636e0 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index ff8eaa6c913..9b1de1fd0fb 100644 --- a/go.sum +++ b/go.sum @@ -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=