Skip to content

Commit 964ce2d

Browse files
authored
Merge pull request #1975 from brunoerg/2025-09-torv2
bip155: mark torv2 as no longer in use
2 parents 34c584d + 7fd375c commit 964ce2d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

bip-0155.mediawiki

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The list of reserved network IDs is as follows:
101101
| <code>0x03</code>
102102
| <code>TORV2</code>
103103
| 10
104-
| Tor v2 hidden service address
104+
| 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>)
105105
|-
106106
| <code>0x04</code>
107107
| <code>TORV3</code>
@@ -152,7 +152,7 @@ The reference implementation is available at (to be done)
152152

153153
- Gregory Maxwell: various suggestions regarding extensibility
154154

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

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

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

194194
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.
195195

196+
== Changelog ==
197+
198+
* 2.0.0 (2025-10-01):
199+
** Add note that Tor v2 is no longer operational.
200+
* 1.0.0 (2019-02-27):
201+
** Initial version
202+
196203
==References==
197204

198205
<references/>

0 commit comments

Comments
 (0)