Skip to content

Commit 2ad034a

Browse files
committed
doc: update release notes with removal of tor v2 support
1 parent 49938ee commit 2ad034a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/release-notes.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ Notable changes
5959
P2P and network changes
6060
-----------------------
6161

62+
- This release removes support for Tor version 2 hidden services in favor of Tor
63+
v3 only, as the Tor network [dropped support for Tor
64+
v2](https://blog.torproject.org/v2-deprecation-timeline) with the release of
65+
Tor version 0.4.6. Henceforth, Bitcoin Core ignores Tor v2 addresses; it
66+
neither rumors them over the network to other peers, nor stores them in memory
67+
or to `peers.dat`. (#22050)
68+
6269
- Added NAT-PMP port mapping support via
6370
[`libnatpmp`](https://miniupnp.tuxfamily.org/libnatpmp.html). (#18077)
6471

@@ -142,8 +149,8 @@ Tools and Utilities
142149
- A new CLI `-addrinfo` command returns the number of addresses known to the
143150
node per network type (including Tor v2 versus v3) and total. This can be
144151
useful to see if the node knows enough addresses in a network to use options
145-
like `-onlynet=<network>` or to upgrade to current and future Tor releases
146-
that support Tor v3 addresses only. (#21595)
152+
like `-onlynet=<network>` or to upgrade to this release of Bitcoin Core 22.0
153+
that supports Tor v3 only. (#21595)
147154

148155
Wallet
149156
------

0 commit comments

Comments
 (0)