tendermint v0.19.7 Release Notes

  • May 31st, 2018

    💥 BREAKING:

    • [libs/pubsub] TagMap#Get returns a string value
    • [libs/pubsub] NewTagMap accepts a map of strings

    🔋 FEATURES

    • 📚 [rpc] the RPC documentation is now published to https://github.com/tendermint/tendermint/tree/main/spec/rpc
    • [p2p] AllowDuplicateIP config option to refuse connections from same IP.
      • true by default for now, false by default in next breaking release
    • 📄 [docs] Add docs for query, tx indexing, events, pubsub
    • 📄 [docs] Add some notes about running Tendermint in production

    👌 IMPROVEMENTS:

    • 🔀 [consensus] Consensus reactor now receives events from a separate synchronous event bus, which is not dependant on external RPC load
    • 👀 [consensus/wal] do not look for height in older files if we've seen height - 1
    • 🛠 [docs] Various cleanup and link fixes