Skip to content

Releases: cosmos/cosmos-sdk

v0.24.2-rc0

22 Aug 19:54
Compare
Choose a tag to compare
v0.24.2-rc0 Pre-release
Pre-release

Fix unbounded WAL growth. See #2126

v0.24.1 (WARNING: ALPHA SOFTWARE)

21 Aug 15:50
2c6ed0f
Compare
Choose a tag to compare

v0.24.0 (WARNING: ALPHA SOFTWARE)

19 Aug 19:53
d5652d9
Compare
Choose a tag to compare

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

13 Aug 14:13
Compare
Choose a tag to compare
v0.24.0-rc0 Pre-release
Pre-release

Many breaking changes and bug fixes.

v0.23.1 (WARNING: ALPHA SOFTWARE)

27 Jul 02:09
Compare
Choose a tag to compare

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

v0.23.0 (WARNING: ALPHA SOFTWARE)

26 Jul 02:03
f05d761
Compare
Choose a tag to compare

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)

26 Jul 00:15
Compare
Choose a tag to compare

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)

16 Jul 18:54
Compare
Choose a tag to compare

v0.21.1 (WARNING: ALPHA SOFTWARE)

16 Jul 15:14
Compare
Choose a tag to compare

Ledger build support

v0.21.0 (WARNING: ALPHA SOFTWARE)

13 Jul 21:16
Compare
Choose a tag to compare

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 to gaiad, 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