tendermint v0.35.7 Release Notes
-
June 16, 2022
๐ BUG FIXES
- ๐ง [p2p] #8692 scale the number of stored peers by the configured maximum connections (#8684)
- [rpc] #8715 always close http bodies (backport #8712)
- [p2p] #8760 accept should not abort on first error (backport #8759)
๐ฅ BREAKING CHANGES
P2P Protocol
- [p2p] #8737 Introduce "inactive" peer label to avoid re-dialing incompatible peers. (@tychoish)
- [p2p] #8737 Increase frequency of dialing attempts to reduce latency for peer acquisition. (@tychoish)
- [p2p] #8737 Improvements to peer scoring and sorting to gossip a greater variety of peers during PEX. (@tychoish)
- [p2p] #8737 Track incoming and outgoing peers separately to ensure more peer slots open for incoming connections. (@tychoish)