tendermint v0.10.4 Release Notes

Release Date: 2017-09-05 // over 6 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ“„ docs: Added Slate docs to each rpc function (see rpc/core)
    • ๐Ÿ“„ docs: Ported all website docs to Read The Docs
    • ๐ŸŽ config: expose some p2p params to tweak performance: RecvRate, SendRate, and MaxMsgPacketPayloadSize
    • โฌ†๏ธ rpc: Upgrade the websocket client and server, including improved auto reconnect, and proper ping/pong

    ๐Ÿ› BUG FIXES:

    • consensus: fix panic on getVoteBitArray
    • consensus: hang instead of panicking on byzantine consensus failures
    • cmd: dont load config for version command