forked from cosmos/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (cosm…
…os#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
- Loading branch information
Showing
11 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../unreleased/api-breaking/2955-bump-ics.md → .../unreleased/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)) | ||
([\#2967](https://github.com/cosmos/gaia/pull/2967)) |
6 changes: 3 additions & 3 deletions
6
.../unreleased/api-breaking/2955-bump-sdk.md → .../unreleased/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
...log/unreleased/bug-fixes/2955-bump-sdk.md → ...log/unreleased/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,3 +1,3 @@ | ||
- Bump [ICS](https://github.com/cosmos/interchain-security) to | ||
[v3.3.2-lsm](https://github.com/cosmos/interchain-security/releases/tag/v3.3.2-lsm) | ||
([\#2955](https://github.com/cosmos/gaia/pull/2955)) | ||
[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
...nreleased/state-breaking/2955-bump-sdk.md → ...nreleased/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