b0d9471214
* Add a PeerSocketAddr type which hides its IP address, but shows the port * Manually replace SocketAddr with PeerSocketAddr where needed ```sh fastmod SocketAddr PeerSocketAddr zebra-network ``` * Add missing imports * Make converting into PeerSocketAddr easier * Fix some unused imports * Add a canonical_peer_addr() function * Fix connection handling for PeerSocketAddr * Fix serialization for PeerSocketAddr * Fix tests for PeerSocketAddr * Remove some unused imports * Fix address book listener handling * Remove redundant imports and conversions * Update outdated IPv4-mapped IPv6 address code * Make addresses canonical when deserializing * Stop logging peer addresses in RPC code * Update zebrad tests with new PeerSocketAddr type * Update zebra-rpc tests with new PeerSocketAddr type --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
acceptance.rs |