Skip to content

Refactor PeerInformation

bornholdt requested to merge path-out-of-peer-information into master

This MR solves the following issues:

  • The node now replaces the existing peer information and no longer merges it when the peer sends information.
  • When a connection to a peer is terminated, the associated peer information is no longer deleted.
  • The above changes have made it necessary to remove path from PeerInformation.
Edited by bornholdt

Merge request reports