From be6d3c47b9eb8b167f4a94eafec5939eda5b273f Mon Sep 17 00:00:00 2001 From: MSalopek Date: Wed, 28 Feb 2024 12:57:38 +0100 Subject: [PATCH] deps!: use cosmos-sdk v0.47.10-ics-lsm (#1665) * deps!: use cosmos-sdk v0.47.10-ics-lsm * chore: changelogs * chore: add missing previous deps --- .changelog/epilogue.md | 27 +------------------ .../dependencies/1648-use-lsm-sdk.md | 2 ++ .../state-breaking/1648-use-lsm-sdk.md | 2 ++ .changelog/v3.3.2-lsm/summary.md | 2 ++ .../dependencies/1665-use-lsm-sdk.md | 2 ++ .../state-breaking/1665-use-lsm-sdk.md | 2 ++ .changelog/v3.3.3-lsm/summary.md | 2 ++ go.mod | 8 +++--- go.sum | 12 ++++----- 9 files changed, 22 insertions(+), 37 deletions(-) create mode 100644 .changelog/v3.3.2-lsm/dependencies/1648-use-lsm-sdk.md create mode 100644 .changelog/v3.3.2-lsm/state-breaking/1648-use-lsm-sdk.md create mode 100644 .changelog/v3.3.2-lsm/summary.md create mode 100644 .changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md create mode 100644 .changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md create mode 100644 .changelog/v3.3.3-lsm/summary.md diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md index 08e82ea253..3a080d16b9 100644 --- a/.changelog/epilogue.md +++ b/.changelog/epilogue.md @@ -1,28 +1,3 @@ -## v3.1.0 - -Date July 11th, 2023 - -A minor upgrade to v3.0.0, which removes the panic in the consumer ccv module which would occur in an emergency scenario where the ccv channel is closed. This release also fixes how a distribution related event is emitted, and bumps cometbft. - -* (feat) [#1127](https://github.com/cosmos/interchain-security/pull/1127) Remove consumer panic when ccv channel is closed -* (fix) [#720](https://github.com/cosmos/interchain-security/issues/720) Fix the attribute `AttributeDistributionTotal` value in `FeeDistribution` event emit. -* (deps) [#1119](https://github.com/cosmos/interchain-security/pull/1119) bump cometbft from `v0.37.1` to `0.37.2`. - -## v3.0.0 - -Date: June 21st, 2023 - -Interchain Security v3 uses SDK 0.47 and IBC 7. - -* (fix) [#1093](https://github.com/cosmos/interchain-security/pull/1093) Make SlashPacketData backward compatible when sending data over the wire -* (deps) [#1019](https://github.com/cosmos/interchain-security/pull/1019) Bump multiple dependencies. - * Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to [v0.47.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.3). - * Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v7.1.0](https://github.com/cosmos/ibc-go/releases/tag/v7.1.0). - * Bump [CometBFT](https://github.com/cometbft/cometbft) to [v0.37.1](https://github.com/cometbft/cometbft/releases/tag/v0.37.1). -* `[x/ccv/provider]` (fix) [#945](https://github.com/cosmos/interchain-security/issues/945) Refactor `AfterUnbondingInitiated` to not panic when `PutUnbondingOnHold` returns error. -* `[x/ccv/provider]` (fix) [#977](https://github.com/cosmos/interchain-security/pull/977) Avoids panicking the provider when an unbonding delegation was removed through a `CancelUnbondingDelegation` message. -* `[x/ccv/democracy]` (feat) [#1019](https://github.com/cosmos/interchain-security/pull/1019) Whitelisting non-legacy params in the "democracy module" require the entire module to be whitelisted. - ## Previous Versions -[CHANGELOG of previous versions](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md) \ No newline at end of file +[CHANGELOG of previous versions](https://github.com/cosmos/interchain-security/blob/main/CHANGELOG.md) diff --git a/.changelog/v3.3.2-lsm/dependencies/1648-use-lsm-sdk.md b/.changelog/v3.3.2-lsm/dependencies/1648-use-lsm-sdk.md new file mode 100644 index 0000000000..174d13b7d3 --- /dev/null +++ b/.changelog/v3.3.2-lsm/dependencies/1648-use-lsm-sdk.md @@ -0,0 +1,2 @@ +- Update cosmos-sdk to v0.47.9-ics-lsm + ([\#1648](https://github.com/cosmos/interchain-security/pull/1648)) \ No newline at end of file diff --git a/.changelog/v3.3.2-lsm/state-breaking/1648-use-lsm-sdk.md b/.changelog/v3.3.2-lsm/state-breaking/1648-use-lsm-sdk.md new file mode 100644 index 0000000000..174d13b7d3 --- /dev/null +++ b/.changelog/v3.3.2-lsm/state-breaking/1648-use-lsm-sdk.md @@ -0,0 +1,2 @@ +- Update cosmos-sdk to v0.47.9-ics-lsm + ([\#1648](https://github.com/cosmos/interchain-security/pull/1648)) \ No newline at end of file diff --git a/.changelog/v3.3.2-lsm/summary.md b/.changelog/v3.3.2-lsm/summary.md new file mode 100644 index 0000000000..ede1806c81 --- /dev/null +++ b/.changelog/v3.3.2-lsm/summary.md @@ -0,0 +1,2 @@ +*February 20, 2024* + diff --git a/.changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md b/.changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md new file mode 100644 index 0000000000..e197f56b3b --- /dev/null +++ b/.changelog/v3.3.3-lsm/dependencies/1665-use-lsm-sdk.md @@ -0,0 +1,2 @@ +- Update cosmos-sdk to v0.47.10-ics-lsm + ([\#1665](https://github.com/cosmos/interchain-security/pull/1665)) \ No newline at end of file diff --git a/.changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md b/.changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md new file mode 100644 index 0000000000..e197f56b3b --- /dev/null +++ b/.changelog/v3.3.3-lsm/state-breaking/1665-use-lsm-sdk.md @@ -0,0 +1,2 @@ +- Update cosmos-sdk to v0.47.10-ics-lsm + ([\#1665](https://github.com/cosmos/interchain-security/pull/1665)) \ No newline at end of file diff --git a/.changelog/v3.3.3-lsm/summary.md b/.changelog/v3.3.3-lsm/summary.md new file mode 100644 index 0000000000..bc288155f4 --- /dev/null +++ b/.changelog/v3.3.3-lsm/summary.md @@ -0,0 +1,2 @@ +*February 28, 2024* + diff --git a/go.mod b/go.mod index e7f6c79838..2f044c9bb1 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,10 @@ go 1.20 require ( cosmossdk.io/errors v1.0.1 - cosmossdk.io/math v1.2.0 + cosmossdk.io/math v1.3.0 github.com/cometbft/cometbft v0.37.4 github.com/cometbft/cometbft-db v0.8.0 - github.com/cosmos/cosmos-sdk v0.47.5 + github.com/cosmos/cosmos-sdk v0.47.10-ics-lsm github.com/cosmos/gogoproto v1.4.10 github.com/cosmos/ibc-go/v7 v7.3.1 github.com/cosmos/ics23/go v0.10.0 @@ -161,7 +161,7 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect nhooyr.io/websocket v1.8.6 // indirect pgregory.net/rapid v1.1.0 - sigs.k8s.io/yaml v1.3.0 // indirect + sigs.k8s.io/yaml v1.4.0 // indirect ) require ( @@ -193,5 +193,3 @@ require ( // following versions might cause unexpected behavior replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 - -replace github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm diff --git a/go.sum b/go.sum index d2c110f591..4223421a0f 100644 --- a/go.sum +++ b/go.sum @@ -197,8 +197,8 @@ cosmossdk.io/errors v1.0.1 h1:bzu+Kcr0kS/1DuPBtUFdWjzLqyUuCiyHjyJB6srBV/0= cosmossdk.io/errors v1.0.1/go.mod h1:MeelVSZThMi4bEakzhhhE/CKqVv3nOJDA25bIqRDu/U= cosmossdk.io/log v1.3.1 h1:UZx8nWIkfbbNEWusZqzAx3ZGvu54TZacWib3EzUYmGI= cosmossdk.io/log v1.3.1/go.mod h1:2/dIomt8mKdk6vl3OWJcPk2be3pGOS8OQaLUM/3/tCM= -cosmossdk.io/math v1.2.0 h1:8gudhTkkD3NxOP2YyyJIYYmt6dQ55ZfJkDOaxXpy7Ig= -cosmossdk.io/math v1.2.0/go.mod h1:l2Gnda87F0su8a/7FEKJfFdJrM0JZRXQaohlgJeyQh0= +cosmossdk.io/math v1.3.0 h1:RC+jryuKeytIiictDslBP9i1fhkVm6ZDmZEoNP316zE= +cosmossdk.io/math v1.3.0/go.mod h1:vnRTxewy+M7BtXBNFybkuhSH4WfedVAAnERHgVFhp3k= cosmossdk.io/tools/rosetta v0.2.1 h1:ddOMatOH+pbxWbrGJKRAawdBkPYLfKXutK9IETnjYxw= cosmossdk.io/tools/rosetta v0.2.1/go.mod h1:Pqdc1FdvkNV3LcNIkYWt2RQY6IP1ge6YWZk8MhhO9Hw= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= @@ -324,8 +324,8 @@ github.com/cosmos/btcutil v1.0.5 h1:t+ZFcX77LpKtDBhjucvnOH8C2l2ioGsBNEQ3jef8xFk= github.com/cosmos/btcutil v1.0.5/go.mod h1:IyB7iuqZMJlthe2tkIFL33xPyzbFYP0XVdS8P5lUPis= github.com/cosmos/cosmos-proto v1.0.0-beta.4 h1:aEL7tU/rLOmxZQ9z4i7mzxcLbSCY48OdY7lIWTLG7oU= github.com/cosmos/cosmos-proto v1.0.0-beta.4/go.mod h1:oeB+FyVzG3XrQJbJng0EnV8Vljfk9XvTIpGILNU/9Co= -github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm h1:IBZd1wBRSqlqrls+YzzQfR67HWBFLXyTqH6zwEsVpKU= -github.com/cosmos/cosmos-sdk v0.47.9-ics-lsm/go.mod h1:Vks1CurTEJIWcjLkXZ4hLpdXsnVRRBmBRr6tygK9vHc= +github.com/cosmos/cosmos-sdk v0.47.10-ics-lsm h1:nW5xAl4SQchNExAkcPPTPpgu6CnEHc75g4JIKkVNgAI= +github.com/cosmos/cosmos-sdk v0.47.10-ics-lsm/go.mod h1:7lymTBqaezjxtEnVMwBNx0rXcOMoP49NUpYugIrjyus= github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y= github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY= github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw= @@ -1654,6 +1654,6 @@ rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= -sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= -sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= +sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E= +sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY= sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU=