tendermint v0.20.0 Release Notes

  • June 6th, 2018

    ๐Ÿš€ This is the first in a series of breaking releases coming to Tendermint after ๐Ÿ”’ soliciting developer feedback and conducting security audits.

    ๐Ÿš€ This release does not break any blockchain data structures or protocols other than the ABCI messages between Tendermint and the application.

    โฌ†๏ธ Applications that upgrade for ABCI v0.11.0 should be able to continue running Tendermint v0.20.0 on blockchains created with v0.19.X

    ๐Ÿ’ฅ BREAKING CHANGES

    • โฌ†๏ธ [abci] Upgrade to v0.11.0
    • [abci] Change Query path for filtering peers by node ID from p2p/filter/pubkey/<id> to p2p/filter/id/<id>