Refactor PeerInformation
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
fromPeerInformation
.
Edited by bornholdt