forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 35
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
upgrade: v0.47.10 #539
Merged
Merged
upgrade: v0.47.10 #539
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
dc47405
fix(client/tx): simulate with correct pk (backport #18472) (#18503)
mergify[bot] d9c494d
feat(server): cmd flag to disable colored logs (backport #18478) (#18…
mergify[bot] c533e72
build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to 0.37.3 …
dependabot[bot] c76618a
Revert "build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to…
julienrbrt 7f4bed7
fix(server): properly parse multiple gas config (backport #18537) (#1…
mergify[bot] cda8a00
build(deps): Bump github.com/cometbft/cometbft from 0.37.2 to 0.37.4 …
dependabot[bot] 15113db
feat(x/gov): better gov genesis validation (backport #18707) (#18712)
mergify[bot] 77a637d
docs: add ante precision (backport #18709) (#18730)
mergify[bot] 0e76ac4
fix(x/auth): remove misleading gas wanted value from tx simulation fa…
mergify[bot] ee33192
docs: add index page for learn section (backport #18777) (#18779)
mergify[bot] 52b8bcc
docs: fix for links (backport #18816) (#18819)
mergify[bot] 6be7871
fix(baseapp): Reset GasMeter before deliverTX v0.47.x backport (#18826)
Eric-Warehime be58a66
chore: prepare v0.47.7 (#18765)
julienrbrt 3f1b1b3
feat(client): add `WithFromName` to tx factory (backport #18852) (#18…
mergify[bot] ce1a7be
perf: Speedup coins.Sort() when coins is of length 1 (backport #18875…
mergify[bot] fc75bbc
perf: Speedup DecCoin.Sort() when coins is of length 1 (backport #188…
mergify[bot] 4bc771b
fix(server): consensus failure while restart node with wrong `chainId…
atheeshp 4f04d45
test: add NodeURI for clientCtx (backport #18930) (#18988)
mergify[bot] 8e93520
chore: clean-up buf workspace (backport #18993) (#18998)
mergify[bot] 1295fd0
build(deps): Bump cosmossdk.io/log from 1.2.1 to 1.3.0 (#19024)
dependabot[bot] dd769c9
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 (#19025)
dependabot[bot] 343c6ad
fix: allow empty public keys when setting signatures (backport #19106…
mergify[bot] cc64d53
chore: prepare v0.47.8 (#19162)
julienrbrt affd5bd
docs: fix typo in 06-grpc_rest.md (backport #19192) (#19194)
mergify[bot] 6e02068
fix: skip same-sender non-sequential sequence and then add others txs…
mergify[bot] 8b254a1
test(baseapp): Refactor tx selector tests + better comments (backpor…
mergify[bot] 8f23b4d
build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (#19359)
dependabot[bot] b501f5e
chore: prepare v0.47.9 (#19451)
julienrbrt 3faa145
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to…
dependabot[bot] 5c55b30
Merge pull request from GHSA-4j93-fm92-rp4m
julienrbrt 28d2fcc
build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#19564)
dependabot[bot] a685e50
fix: use proper `db_backend` type when reading chain-id (#19573)
k-yang 1e7f3bf
Merge pull request from GHSA-86h5-xcpx-cfqc
catShaark 24f2e72
logs: print proposal if error
javiersuweijie 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,17 +1,20 @@ | ||
# Cosmos SDK v0.47.6 Release Notes | ||
# Cosmos SDK v0.47.10 Release Notes | ||
|
||
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/categories/announcements) | ||
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/6) | ||
|
||
## 🚀 Highlights | ||
|
||
v0.50 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy. | ||
Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.1) and enjoy and the new features and performance improvements. | ||
This early monthly patch release fixes [GHSA-86h5-xcpx-cfqc](https://github.com/cosmos/cosmos-sdk/security/advisories/GHSA-86h5-xcpx-cfqc). | ||
|
||
For this 6th patch release of the `v0.47.x` line, some of the notable changes include: | ||
We recommended to upgrade to this patch release as soon as possible. | ||
When upgrading from <= v0.47.9, please ensure that 2/3 of the validator power upgrade to v0.47.10. | ||
|
||
* The gRPC and API server are both started in standalone mode (CometBFT out of process) | ||
* Fix the default prepare proposal handler to better match CometBFT ABCI specification | ||
Curious? Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.9...v0.47.10) from last release. | ||
|
||
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.5...v0.47.6) from last release. | ||
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.x`. | ||
|
||
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.1`. | ||
## Maintenance Policy | ||
|
||
v0.50 has been released which means the v0.47.x line is now supported for bug fixes only, as per our release policy. Earlier versions are not maintained. | ||
|
||
Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.5) and enjoy and the new features and performance improvements. |
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.
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 Warning