Added
- A new peer option
?maxbackoff=Xhas been added to control the maximum backoff time for a given peer, supports duration values like5m,1hetc
Changed
- The maximum backoff period for failing peer connections has been reduced to just over 1 hour, compared to 4.5 hours before
- The
getPeersendpoint now sorts peers in a more stable fashion - Upgrade dependencies
Fixed
- A bug where QUIC listeners could stop listening for incoming connections unexpectedly has been fixed
- The priority tiebreak between multiple peerings to the same node has been fixed
- Peer connection ordering is no longer sensitive to poor system time resolution
- The admin socket now verifies the length of input public keys
- The
PPROFLISTENenvironment variable has been fixed and now starts the pprof listener correctly - A panic in
getPeershas been fixed when using abstract UNIX sockets on Linux