Releases: cosmos/cosmos-sdk
v0.45.11
Cosmos SDK v0.45.11 Release Notes
This release introduces a number of bug fixes and improvements.
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: v0.45.10...v0.45.11
NOTE: The changes mentioned in v0.45.9
are still required:
# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
v0.46.4
Cosmos SDK v0.46.4 Release Notes
This release introduces a number of bug fixes, features and improvements.
Notably, a new query for accessing module accounts info by module name (thanks @gsk967).
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: v0.46.3...v0.46.4
NOTE: The changes mentioned in v0.46.3
are still required:
# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
v0.45.10
Cosmos SDK v0.45.10 Release Notes
This release introduces a number of bug fixes, features and improvements.
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: v0.45.9...v0.45.10
NOTE: The changes mentioned in v0.45.9
are still required:
# Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
v0.46.3
Cosmos SDK v0.46.3 Release Notes
This is a security release for the Dragonberry security advisory.
Please upgrade ASAP.
Next to this, we have also included a few minor bugfixes.
Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.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
Other updates:
ApplicationQueryService
was introduced to enable additional query service registration. Applications should implementRegisterNodeService(client.Context)
method to automatically expose chain information query service implemented in #13485.- Next to this, we have also included a few minor bugfixes.
Please see the CHANGELOG for an exhaustive list of changes.
v0.45.9
Cosmos SDK v0.45.9 Release Notes
This is a security release for the Dragonberry security advisory.
Please upgrade ASAP.
Chains must add the following to their go.mod for the application:
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
Next to this, we have also included a few minor bugfixes.
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
v0.46.2
Cosmos SDK v0.46.2 Release Notes
This release introduces a number of bug fixes, features and improvements.
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: v0.46.1...v0.46.2
Cosmovisor v1.3.0
Release Notes
- Fix failure when installing cosmovisor via
go install
.
Changelog
For more details, please see the CHANGELOG.
v0.45.8
Cosmos SDK v0.45.8 Release Notes
This release introduces few improvements, such as the speed-up of the crisis invariant checks (thanks to a Juno bounty), and updated Tendermint and IAVL dependencies.
See the Cosmos SDK v0.45.8 Changelog for the exhaustive list of all changes.
Full Commit History: v0.45.7...v0.45.8
v0.46.1
Cosmos SDK v0.46.1 Release Notes
This release introduces a few bug fixes and improvements.
Notably, the crisis invariant check has been speed up (thanks to a Juno bounty) and the default priority mechanism has been improved to depend on gas price instead of fee. In addition, Tendermint has been upgraded to 0.34.21
.
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: v0.46.0...v0.46.1
v0.45.7
Cosmos SDK v0.45.7 Release Notes
This release introduces a few bug fixes, improvements and updated Tendermint and IAVL dependencies.
Note: When using 0.45.7, the restart of the binary could take up to 15 minutes in order to build the fast cache of IAVL. The fast cache will provide a performance improvement over 0.45.6.
See the Cosmos SDK v0.45.7 Changelog
for the exhaustive list of all changes.
Full Commit History: v0.45.6...v0.45.7