BIP 155 (Addr v2)
Extended the network address format to support longer addresses (e.g., Tor v3) in P2P messages.
BIP 155, documented in BIP-155, updated the way Bitcoin nodes share network addresses. Previously, the addr message format couldn’t handle newer address types like Tor v3, which use more bytes than older protocols.
By introducing an addr v2 message, this proposal allowed the network to remain compatible with evolving address standards. It makes Bitcoin’s P2P layer more adaptable, ensuring that privacy-focused addresses and other extended formats are properly shared and relayed among nodes.
Key takeaways
Supports new address types like Tor v3
Modernizes the addr message for flexible formats
Improves Bitcoin’s network interoperability