tendermint v0.19.2 Release Notes

Release Date: 2018-04-30 // almost 6 years ago
  • ๐Ÿ”‹ FEATURES:

    • [p2p] Allow peers with different Minor versions to connect
    • [rpc] /net_info includes n_peers

    ๐Ÿ‘Œ IMPROVEMENTS:

    • [p2p] Various code comments, cleanup, error types
    • ๐Ÿ”Š [p2p] Change some Error logs to Debug

    ๐Ÿ› BUG FIXES:

    • [p2p] Fix reconnect to persistent peer when first dial fails
    • [p2p] Validate NodeInfo.ListenAddr
    • [p2p] Only allow (MaxNumPeers - MaxNumOutboundPeers) inbound peers
    • [p2p/pex] Limit max msg size to 64kB
    • [p2p] Fix panic when pex=false
    • [p2p] Allow multiple IPs per ID in AddrBook
    • [p2p] Fix before/after bugs in addrbook isBad()