Skip to content

Version 0.5.11

Latest
Compare
Choose a tag to compare
@neilalexander neilalexander released this 12 Dec 19:37
· 3 commits to develop since this release
7adf5f1

Added

  • Support for unveil and pledge on OpenBSD

Changed

  • The parent selection algorithm now only chooses a new parent if there is a larger cost benefit to doing so, which should help to stabilise the tree
  • The bloom filters are now repropagated periodically, to avoid nodes getting stuck with bad state

Fixed

  • A memory leak caused by missed cleanup of the peer response map has been fixed
  • Other bug fixes with bloom filter propagation for off-tree filters and zero vs one bits
  • TLS-based peering connections now support TLS 1.2 again