-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump SDK to v0.47.10-ics-lsm and ICS to v3.3.3-lsm (back…
…port #2967) (#2969) * build(deps): bump SDK to v0.47.10-ics-lsm and ICS to v3.3.3-lsm (#2967) * bump SDK to v0.47.10-ics-lsm * update SDK changelog entries * bump ICS to v3.3.3-lsm * update changelog entries for ICS (cherry picked from commit 1f85c30) # Conflicts: # .changelog/unreleased/api-breaking/2955-bump-ics.md # .changelog/unreleased/api-breaking/2955-bump-sdk.md # .changelog/unreleased/bug-fixes/2955-bump-sdk.md # .changelog/unreleased/state-breaking/2955-bump-sdk.md # .changelog/v15.0.0/api-breaking/2955-bump-ics.md # .changelog/v15.0.0/api-breaking/2955-bump-sdk.md # .changelog/v15.0.0/api-breaking/2967-bump-ics.md # .changelog/v15.0.0/api-breaking/2967-bump-sdk.md # .changelog/v15.0.0/bug-fixes/2955-bump-sdk.md # .changelog/v15.0.0/bug-fixes/2967-bump-sdk.md # .changelog/v15.0.0/dependencies/2955-bump-ics.md # .changelog/v15.0.0/dependencies/2955-bump-sdk.md # .changelog/v15.0.0/dependencies/2967-bump-ics.md # .changelog/v15.0.0/dependencies/2967-bump-sdk.md # .changelog/v15.0.0/state-breaking/2955-bump-sdk.md # .changelog/v15.0.0/state-breaking/2967-bump-sdk.md * fix conflicts * update CHANGELOG.md * typo in changelog * update release notes * typo --------- Co-authored-by: Marius Poke <[email protected]>
- Loading branch information
1 parent
137c600
commit eeb837a
Showing
16 changed files
with
63 additions
and
52 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...log/v15.0.0/api-breaking/2955-bump-ics.md → ...log/v15.0.0/api-breaking/2967-bump-ics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- The consumer CCV genesis state obtained from the provider chain needs to be | ||
transformed to be compatible with older versions of consumer chains | ||
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)). | ||
([\#2955](https://github.com/cosmos/gaia/pull/2955)) | ||
(see [ICS docs](https://cosmos.github.io/interchain-security/consumer-development/consumer-genesis-transformation)). | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) |
6 changes: 3 additions & 3 deletions
6
...log/v15.0.0/api-breaking/2955-bump-sdk.md → ...log/v15.0.0/api-breaking/2967-bump-sdk.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm). | ||
As compared to [v0.47.9](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9), | ||
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm). | ||
As compared to [v0.47.10](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10), | ||
this special branch of cosmos-sdk has the following API-breaking changes: | ||
([\#2955](https://github.com/cosmos/gaia/pull/2955)) | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) | ||
- Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms (e.g., `uatom` for Cosmos Hub). ([sdk-#19302](https://github.com/cosmos/cosmos-sdk/pull/19302)) | ||
- Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.01`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted. ([sdk-#19312](https://github.com/cosmos/cosmos-sdk/pull/19312)) | ||
- Disable the `DenomOwners` query. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266)) |
4 changes: 2 additions & 2 deletions
4
...ngelog/v15.0.0/bug-fixes/2955-bump-sdk.md → ...ngelog/v15.0.0/bug-fixes/2967-bump-sdk.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm) | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm). | ||
This is a special cosmos-sdk branch with support for both ICS and LSM. | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Add support for metaprotocols using Tx extension options ([\#2960](https://github.com/cosmos/gaia/pull/2960)) | ||
- Add support for metaprotocols using Tx extension options. | ||
([\#2960](https://github.com/cosmos/gaia/pull/2960)) |
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
.changelog/v15.0.0/state-breaking/2960-add-metaprotocols-support.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Add support for metaprotocols using Tx extension options ([\#2960](https://github.com/cosmos/gaia/pull/2960)) | ||
- Add support for metaprotocols using Tx extension options. | ||
([\#2960](https://github.com/cosmos/gaia/pull/2960)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v3.3.3-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.3-lsm) | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) |
4 changes: 2 additions & 2 deletions
4
...g/v15.0.0/state-breaking/2955-bump-sdk.md → ...g/v15.0.0/state-breaking/2967-bump-sdk.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.9-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.9-ics-lsm). | ||
[v0.47.10-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.47.10-ics-lsm). | ||
This is a special cosmos-sdk branch with support for both ICS and LSM. | ||
([\#2955](https://github.com/cosmos/gaia/pull/2955)) | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) | ||
- Skip running `addDenomReverseIndex` in `bank/v3` migration as it is prohibitively expensive to run on the Cosmos Hub. ([sdk-#19266](https://github.com/cosmos/cosmos-sdk/pull/19266)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters