tendermint v0.10.1 Release Notes

Release Date: 2017-06-28 // almost 7 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ‘‰ Use --trace to get stack traces for logged errors
    • types: GenesisDoc.ValidatorHash returns the hash of the genesis validator set
    • ๐Ÿ“œ types: GenesisDocFromFile parses a GenesiDoc from a JSON file

    ๐Ÿ‘Œ IMPROVEMENTS:

    • โž• Add a Code of Conduct
    • Variety of improvements as suggested by megacheck tool
    • โœ… rpc: deduplicate tests between rpc/client and rpc/tests
    • 0๏ธโƒฃ rpc: addresses without a protocol prefix default to tcp://. http:// is also accepted as an alias for tcp://
    • cmd: commands are more easily reuseable from other tools
    • ๐Ÿ— DOCKER: automate build/push

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ›  Fix log statements using keys with spaces (logger does not currently support spaces)
    • rpc: set logger on websocket connection
    • rpc: fix ws connection stability by setting write deadline on pings