Releases: cosmos/cosmos-sdk
v0.47.12
Cosmos SDK v0.47.12 Release Notes
🚀 Highlights
For this month's patch release of the v0.47.x line, a few bug were fixed in the SDK.
Notably:
- Remove txs from the mempool when they fail in
RecheckTX
Check out the changelog for an exhaustive list of changes or compare changes from last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.x
.
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) and enjoy and the new features and performance improvements.
v0.50.7
Cosmos SDK v0.50.7 Release Notes
🚀 Highlights
For this month patch release of the v0.50.x line, a few improvements were added to the SDK and some bugs were fixed.
Notably, we added and fixed the following:
- Add extra checks in x/consensus
MsgUpdateParams
to prevent footguns when updating the consensus parameters.- Forgetting a field in a x/consensus parameter change gov proposal could lead to a chain halt.
- The fix is in theory consensus breaking, but in practice, it is only a footgun prevention (the path only triggers if the proposal was executed and was invalid). Please ensure that all validators are on v0.50.7 before the execution of a
x/consensus
params update proposal.
- Remove txs from the mempool when they fail in RecheckTX
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.1
.
Note, that the next SDK release, v0.51, will not include x/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.
v0.50.6
Cosmos SDK v0.50.6 Release Notes
🚀 Highlights
For this month's patch release of the v0.50.x line, a few features and improvements were added to the SDK.
Notably, we added and fixed the following:
- Add start customizability to start command options. Customize how an application starts with the new
StartCommandHandler
field inserver.StartCmdOptions
struct. - Fixing GHSA-4j93-fm92-rp4m in
x/feegrant
andx/authz
modules. The upgrade instructions were provided in the v0.50.4 release notes. If you depend on thex/authz
orx/feegrant
module in one of your module, and you do not usedepinject
, please add.SetBankKeeper(...)
ontox/authz
orx/feegrant
keeper in your app.go.
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.1
.
Note, that the next SDK release, v0.51, will not include x/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.
v0.47.11
Cosmos SDK v0.47.11 Release Notes
🚀 Highlights
For this month patch release of the v0.47.x line, a few bug were fixed in the SDK.
Notably:
secp256r1
keys now implement gogoproto's customtype interface.- CLI now throws an error when signing with an incorrect Ledger.
- Fixing GHSA-4j93-fm92-rp4m in
x/feegrant
andx/authz
modules. The upgrade instuctions were provided in the v0.47.9 release notes.
Check out the changelog for an exhaustive list of changes or compare changes from last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.x
.
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) and enjoy and the new features and performance improvements.
v0.50.5
Cosmos SDK v0.50.5 Release Notes
🚀 Highlights
This is time for another patch release of Cosmos SDK Eden.
This release includes a few notable fixes:
- Fix a bypass delegator slashing: GHSA-86h5-xcpx-cfqc
- Fix an issue in
baseapp.ValidateVoteExtensions
helper: GHSA-95rx-m9m5-m94v - Allow to provide custom signers for
x/auth/tx
using depinject
We recommended to upgrade to this patch release as soon as possible.
When upgrading from <= v0.50.4, please ensure that 2/3 of the validator power upgrade to v0.50.5.
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.1
.
Note, that the next SDK release, v0.51, will not include x/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.
v0.47.10
Cosmos SDK v0.47.10 Release Notes
🚀 Highlights
This early monthly patch release fixes GHSA-86h5-xcpx-cfqc.
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.
Curious? Check out the changelog for an exhaustive list of changes or compare changes from last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.x
.
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) and enjoy and the new features and performance improvements.
v0.50.4
Cosmos SDK v0.50.4 Release Notes
🚀 Highlights
Some months ago Cosmos SDK Eden was released. Missed the announcement? Read it here.
For this month patch release of the v0.50.x line, a few features and improvements were added to the SDK.
Notably, we added and fixed the following:
- Adds in-place testnet CLI command for creating testnets from local state (kudos to @czarcas7ic)
- Multiple fixes in baseapp, with fixes in
DefaultProposalHandler
and vote extensions - Add a missed check in
x/auth/vesting
: GHSA-4j93-fm92-rp4m
We recommended to upgrade to this patch release as soon as possible.
When upgrading from <= v0.50.3, please ensure that 2/3 of the validator power upgrade to v0.50.4.
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.1
.
Note, that the next SDK release, v0.51.0, will not include x/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.
v0.47.9
Cosmos SDK v0.47.9 Release Notes
🚀 Highlights
This patch release includes a fix in baseapp in DefaultProposalHandler
and fixes GHSA-4j93-fm92-rp4m.
We recommended to upgrade to this patch release as soon as possible.
When upgrading from <= v0.47.8, please ensure that 2/3 of the validator power upgrade to v0.47.9.
Curious? Check out the changelog for an exhaustive list of changes or compare changes from last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.x
.
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.
Start integrating with Cosmos SDK Eden (v0.50) and enjoy and the new features and performance improvements.
v0.47.8
Cosmos SDK v0.47.8 Release Notes
🚀 Highlights
First and foremost, happy new year! 🎉
There is no specific notable change in this release apart from the usual bug fixes and improvements.
Curious? Check out the changelog for an exhaustive list of changes or compare changes from last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.x
.
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.
Start integrating with Cosmos SDK Eden (v0.50) and enjoy and the new features and performance improvements.
v0.50.3
Cosmos SDK v0.50.3 Release Notes
🚀 Highlights
Some months ago Cosmos SDK Eden was released. Missed the announcement? Read it here.
For this month patch release of the v0.50.x line, a few features and improvements were added to the SDK.
Notably, we added and fixed the following:
- Introduced a new bank query,
DenomOwnersByQuery
resolving issues with denoms containing slashes - Improve the block gas meter resetting in baseapp
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from v0.47.x
to v0.50.1
.
Note, that the next SDK release, v0.51.0, will not include x/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.