cosmos-sdk v0.2.0 Release Notes

Release Date: 2017-03-06 // about 7 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES:

    • โšก๏ธ Update to ABCI v0.4.0 and Tendermint v0.9.0
    • Coins are specified on the CLI as Xcoin, eg. 5gold
    • Cost is now Fee

    ๐Ÿ”‹ FEATURES:

    • CLI for sending transactions and querying the state, designed to be easily extensible as plugins are implemented
    • โš™ Run Basecoin in-process with Tendermint
    • โž• Add /account path in Query
    • ๐Ÿ”Œ IBC plugin for InterBlockchain Communication
    • Demo script of IBC between two chains

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ‘‰ Use new Tendermint /commit endpoint for crafting IBC transactions
    • โœ… More unit tests
    • ๐Ÿ‘‰ Use go-crypto S structs and go-data for more standard JSON
    • Demo uses fewer sleeps

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ›  Various little fixes in coin arithmetic
    • More commit validation in IBC
    • Return results from transactions