forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump to SDK v0.46.7 #293
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8339276
chore: bump tendermint to 0.34.24 (#13972)
julienrbrt 9765823
chore: add group and gov/v1 in swagger (backport #13984) (#13996)
mergify[bot] 7bb7fa9
fix(baseapp): fix snapshot interval bug (backport #14049) (#14053)
mergify[bot] c1f4ca1
refactor: use viper unmarshal in `config.GetConfig` function (backpor…
mergify[bot] 72699f7
fix(group)!: Don't re-tally proposals after VP end (backport #14071) …
mergify[bot] 85d6f66
fix: do not shadow clientCtx in start.go (backport #14086) (#14101)
mergify[bot] 6e5e302
chore: Test for Server Config Read #14125 (#14127)
mergify[bot] ff27cd3
fix: remove duplicate ante events (backport #13983) (#14142)
mergify[bot] a627446
feat: support alternative query multistore (backport #13529) (#14169)
mergify[bot] cc06bce
fix: state listener observe writes at wrong time (backport #13516) (#…
mergify[bot] 45d2f08
refactor: provide a helper for baseapp options (backport #14175) (#14…
mergify[bot] 463f4e4
feat: add --grpc client option (backport #14051) (#14192)
mergify[bot] eb6d0ef
refactor: cleanup store/streaming/constructor.go (backport #14044) (#…
mergify[bot] fcfa361
chore: audit store/streaming/file/service.go (backport #14234) (#14241)
mergify[bot] 79ac73d
fix: fix grpc flag conflict (backport #14244) (#14248)
mergify[bot] 4153b12
chore: prepare 0.46.7 release (#14103)
julienrbrt f71df80
fix(gov): Fix v3 votes migrations (backport #14214) (#14277)
mergify[bot] 43a2be2
Merge tag 'v0.46.7' into cal/sdk-v0.46.7
cmwaters File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,16 +1,24 @@ | ||
# Cosmos SDK v0.46.6 Release Notes | ||
# Cosmos SDK v0.46.7 Release Notes | ||
|
||
This release introduces small bug fixes and improvements. | ||
This release introduces bug fixes and improvements. Notably, the upgrade to Tendermint [v0.34.24](https://github.com/tendermint/tendermint/releases/tag/v0.34.24). | ||
|
||
Please read the release notes of [v0.46.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.5) if you are upgrading from `<=0.46.4`. | ||
|
||
Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md) for an exhaustive list of changes. | ||
A critical vulnerability has been fixed in the group module. For safety, `v0.46.5` and `v0.46.6` are retracted, even though chains not using the group module are not affected. When using the group module, please upgrade immediately to `v0.46.7`. | ||
|
||
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.5...v0.46.6 | ||
An issue has been discovered in the gov module's votes migration. It does not impact proposals and votes tallying, but the gRPC queries on votes are incorrect. This issue is fixed in `v0.46.7`, however: | ||
- if your chain is already on v0.46 using `<= v0.46.6`, a **coordinated upgrade** to v0.46.7 is required. You can use the helper function `govv046.Migrate_V046_6_To_V046_7` for migrating a chain **already on v0.46 with versions <=v0.46.6** to the latest v0.46.7 correct state. | ||
- if your chain is on a previous version <= v0.45, then simply use v0.46.7 when upgrading to v0.46. | ||
|
||
**NOTE**: The changes mentioned in `v0.46.3` are **still** required: | ||
**NOTE**: The changes mentioned in `v0.46.3` are no longer required. The following replace directive can be removed from the chains. | ||
|
||
```go | ||
# Chains must add the following to their go.mod for the application: | ||
# Can be deleted from go.mod | ||
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 | ||
``` | ||
|
||
Instead, `github.com/confio/ics23/go` must be **bumped to `v0.9.0`**. | ||
|
||
Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md) for an exhaustive list of changes. | ||
|
||
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.6...v0.46.7 |
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods