forked from classic-terra/cosmos-sdk
-
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.
Merge pull request from GHSA-3qp7-gj37-g9rx
Co-authored-by: likhita-809 <[email protected]> Co-authored-by: Sai Kumar <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: emidev98 <[email protected]> Co-authored-by: colin axnér <[email protected]> Co-authored-by: Marko Baricevic <[email protected]> Co-authored-by: likhita-809 <[email protected]> Co-authored-by: Sai Kumar <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: emidev98 <[email protected]> Co-authored-by: colin axnér <[email protected]> Co-authored-by: Marko Baricevic <[email protected]>
- Loading branch information
1 parent
8667eba
commit facd40d
Showing
51 changed files
with
6,606 additions
and
633 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,19 @@ | ||
# Cosmos SDK v0.46.2 Release Notes | ||
# Cosmos SDK v0.46.3 Release Notes | ||
|
||
This release introduces a number of bug fixes, features and improvements. | ||
This is a security release for the [Dragonberry security advisory](https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702). | ||
Please upgrade ASAP. | ||
|
||
Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md) for an exhaustive list of changes. | ||
Next to this, we have also included a few minor bugfixes. | ||
|
||
**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2 | ||
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/go v8.0.0 | ||
``` | ||
|
||
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
Oops, something went wrong.