forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v0.45.x' of github.com:cosmos/cosmos-sdk into v…
…0.45.8-akash
- Loading branch information
Showing
57 changed files
with
9,487 additions
and
2,153 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
# Cosmos SDK v0.45.8 Release Notes | ||
# Cosmos SDK v0.45.9 Release Notes | ||
|
||
This release introduces few improvements, such as the speed-up of the crisis invariant checks (thanks to a Juno bounty), and updated Tendermint and IAVL dependencies. | ||
This is a security release for the | ||
[Dragonberry security advisory](https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702). | ||
Please upgrade ASAP. | ||
|
||
See the [Cosmos SDK v0.45.8 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.8/CHANGELOG.md) for the exhaustive list of all changes. | ||
Next to this, we have also included a few minor bugfixes. | ||
|
||
**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.7...v0.45.8 | ||
Chains must add the following to their go.mod for the application: | ||
|
||
```go | ||
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23 | ||
``` | ||
|
||
Bumping the SDK version should be smooth, however, feel free to tag core devs to review your upgrading PR: | ||
|
||
- **CET**: @tac0turtle, @okwme, @AdityaSripal, @colin-axner, @julienrbrt | ||
- **EST**: @ebuchman, @alexanderbez, @aaronc | ||
- **PST**: @jtremback, @nicolaslara, @czarcas7ic, @p0mvn | ||
- **CDT**: @ValarDragon, @zmanian |
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
Oops, something went wrong.