Releases: cosmos/cosmos-sdk
Releases · cosmos/cosmos-sdk
v0.24.2-rc0
Fix unbounded WAL growth. See #2126
v0.24.1 (WARNING: ALPHA SOFTWARE)
v0.24.0 (WARNING: ALPHA SOFTWARE)
Lots of breaking changes and bug-fixes following up on the gaia-7000 series of testnets.
See changelog for complete details.
v0.24.0-rc0
Many breaking changes and bug fixes.
v0.23.1 (WARNING: ALPHA SOFTWARE)
0.23.1
July 27th, 2018
BUG FIXES
- [tendermint] Update to v0.22.8
- [consensus, blockchain] Register the Evidence interface so it can be
marshalled/unmarshalled by the blockchain and consensus reactors
- [consensus, blockchain] Register the Evidence interface so it can be
v0.23.0 (WARNING: ALPHA SOFTWARE)
0.23.0
July 25th, 2018
BREAKING CHANGES
- [x/stake] Fixed the period check for the inflation calculation
IMPROVEMENTS
- [cli] Improve error messages for all txs when the account doesn't exist
- [tendermint] Update to v0.22.6
- Updates the crypto imports/API (#1966)
- [x/stake] Add revoked to human-readable validator
BUG FIXES
- [tendermint] Update to v0.22.6
- Fixes some security vulnerabilities reported in the Bug Bounty
- #1797 Fix off-by-one error in slashing for downtime
- #1787 Fixed bug where Tally fails due to revoked/unbonding validator
- #1666 Add intra-tx counter to the genesis validators
v0.23.0-rc0 (WARNING: ALPHA SOFTWARE; RELEASE CANDIDATE)
0.23.0
July 25th, 2018
BREAKING CHANGES
- [x/stake] Fixed the period check for the inflation calculation
IMPROVEMENTS
- [cli] Improve error messages for all txs when the account doesn't exist
- [tendermint] Update to v0.22.6
- Updates the crypto imports/API (#1966)
- [x/stake] Add revoked to human-readable validator
BUG FIXES
- [tendermint] Update to v0.22.6
- Fixes some security vulnerabilities reported in the Bug Bounty
- #1797 Fix off-by-one error in slashing for downtime
- #1787 Fixed bug where Tally fails due to revoked/unbonding validator
- #1666 Add intra-tx counter to the genesis validators
v0.22.0 (WARNING: ALPHA SOFTWARE)
Increase governance deposit/voting periods.
https://github.com/cosmos/cosmos-sdk/blob/9f2b83cbe9e1b35b350703366b5e7f5806c5547e/CHANGELOG.md#0220
v0.21.1 (WARNING: ALPHA SOFTWARE)
Ledger build support
v0.21.0 (WARNING: ALPHA SOFTWARE)
This is a breaking release that updates some components of the SDK and its native modules.
In particular:
- Global pool shares have been removed from the staking logic
- NewBaseApp now takes in option functions to set configurable parameters
- NewAccountMapper now takes a constructor function instead of a prototype
- The
--trace-store
option has been added togaiad
, which logs all store operations to a file - IAVL tree pruning is now configurable and enabled by default
See the changelog for complete details:
https://github.com/cosmos/cosmos-sdk/blob/v0.21.0/CHANGELOG.md#0210