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.
Apply v0.45.10 changes and prep changelog for v0.45.10-pio-1 (#318)
* fix: move ics23 to correct folder (cosmos#13549) * fix: fix liveness tests cosmos#13551 * feat: add `GenSignedMockTx` (cosmos#13557) * fix: fix `make proto-gen` (cosmos#13564) * fix: fix `make proto-gen` * add changelog * feat: [REDO] gRPC query for operator and chain configuration (backport cosmos#13485) (cosmos#13589) * chore: bump tendermint to `0.34.22` (cosmos#13585) * fix: (v0.45.x) regression in return value of WithdrawDelegationRewards when rewards are zero (cosmos#13588) * fix(server): v0.45.x Populate the PruningKeepEvery config entry in GetConfig. (cosmos#13610) * Populate the PruningKeepEvery config entry in GetConfig. * Update changlog. * feat(cli): add module-account cli cmd and grpc get api (backport cosmos#13612) (cosmos#13617) * feat(cli): add module-account cli cmd and grpc get api (cosmos#13612) (cherry picked from commit ddf5cf0) # Conflicts: # CHANGELOG.md # api/cosmos/auth/v1beta1/query.pulsar.go # api/cosmos/auth/v1beta1/query_grpc.pb.go # proto/cosmos/auth/v1beta1/query.proto # tests/e2e/auth/suite.go # x/auth/client/cli/query.go # x/auth/keeper/grpc_query.go # x/auth/keeper/grpc_query_test.go # x/auth/types/query.pb.go # x/auth/types/query.pb.gw.go * update changelog * fix conflicts Co-authored-by: Sai Kumar <[email protected]> Co-authored-by: Julien Robert <[email protected]> * chore: prepare 0.45.10 changelog (cosmos#13624) * chore: prepare 0.45.10 changelog * default release notes * period * Add missing changelog section for v0.45.9-pio-1. * Remove the old release notes. * Remove accidentally duplicated section for v0.45.4. * Add new v0.45.10-pio-1 section to the changelog and update the release notes to reflect our stuff. * Include a 'nothing' under unreleased. * Add links to changlog entries. Co-authored-by: Aaron Craelius <[email protected]> Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Julien Robert <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Nick DeLuca <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Sai Kumar <[email protected]>
- Loading branch information
1 parent
b4526b0
commit 78cb115
Showing
48 changed files
with
2,532 additions
and
897 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
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,22 +1,11 @@ | ||
# Cosmos SDK v0.45.9 Release Notes | ||
# Provenance Blockchain Cosmos SDK v0.45.10-pio-1 Release Notes | ||
|
||
This is a security release for the | ||
[Dragonberry security advisory](https://forum.cosmos.network/t/ibc-security-advisory-dragonberry/7702). | ||
Please upgrade ASAP. | ||
This release introduces a number of bug fixes, features and improvements. | ||
|
||
Next to this, we have also included a few minor bugfixes. | ||
Please see the [CHANGELOG](https://github.com/provenance-io/cosmos-sdk/blob/release-pio/v0.45.x/CHANGELOG.md) for an exhaustive list of changes. | ||
|
||
Chains must add the following to their go.mod for the application: | ||
**Commit Histories**: | ||
|
||
```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 version also includes the Provenance Blockchain specific changes present in previous version. | ||
* [v0.45.9 to v0.45.10](https://github.com/provenance-io/cosmos-sdk/compare/v0.45.9...v0.45.10) | ||
* [v0.45.9-pio-1 to v0.45.10-pio-1](https://github.com/provenance-io/cosmos-sdk/compare/v0.45.9-pio-1...v0.45.10-pio-1) | ||
* [v0.45.10 to v0.45.10-pio-1](https://github.com/provenance-io/cosmos-sdk/compare/v0.45.10...v0.45.10-pio-1) |
Oops, something went wrong.