Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions bip-0155.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The list of reserved network IDs is as follows:
| <code>0x03</code>
| <code>TORV2</code>
| 10
| Tor v2 hidden service address
| Tor v2 hidden service address (no longer used<ref name="torv2">Tor v2 is no longer operational; clients MUST NOT gossip or relay Tor v2 addresses and MUST ignore them on receive</ref>)
|-
| <code>0x04</code>
| <code>TORV3</code>
Expand Down Expand Up @@ -152,7 +152,7 @@ The reference implementation is available at (to be done)

- Gregory Maxwell: various suggestions regarding extensibility

==Appendix A: Tor v2 address encoding==
==Appendix A: Tor v2 address encoding (no longer used<ref name="torv2" />)==

The new message introduces a separate network ID for <code>TORV2</code>.

Expand Down Expand Up @@ -193,6 +193,13 @@ Cjdns addresses are simply IPv6 addresses in the <code>fc00::/8</code> range<ref

Yggdrasil addresses are simply IPv6 addresses in the <code>0200::/7</code> range<ref>[https://yggdrasil-network.github.io/faq.html#will-yggdrasil-conflict-with-my-network-routing Yggdrasil FAQ]</ref>. They MUST be sent with the <code>YGGDRASIL</code> network ID.

== Changelog ==

* 0.2.0 (2025-10-01):
** Add note that Tor v2 is no longer operational.
* 0.1.0 (2019-02-27):
** Initial version
Comment on lines +198 to +201
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, per BIP3 which specifies the Changelog section, the initial version should be 1.0.0. And this may well be considered a breaking change of the specification?


==References==

<references/>