Skip to content

v1.32.4

Compare
Choose a tag to compare
@kamilchodola kamilchodola released this 31 Jul 09:41

Release notes

Fixed the peer discovery issue

After the Geth v1.16.0 release, there was a sudden drop in discovered Nethermind nodes in network crawlers. This version exposed one edge-case issue, which was much more likely to happen, and is now addressed.

Other improvements

Additionally, a few extra improvements were added to the general discovery phase of finding new peers and ensuring a high peer count can be achieved:

  • #9046: Ensures we reuse the original request identifier when replying, fixing mismatches in ENR messages.
  • #8712: Fixes corrupt snappy message when disconnecting fast due to too many peers.
  • #9037: Speeds up how quickly inactive or problematic peers are dropped.
  • #9043: Prefers peers on the same blockchain fork for gossiping to improve message propagation.
  • #9040: Fixes an issue that could miss some transaction receipts during syncing.
  • #9054: Optimizes peer-distance calculations for faster network operations.

Full Changelog: 1.32.3...1.32.4