aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-06-06 18:27:54 +0200
committerJon Atack <jon@atack.com>2021-06-12 12:09:25 +0200
commit2ad034a89095bc1b148bdeeacfa5b75ec23b8a21 (patch)
tree47510adc0ae844cf0c8266dacfea8e536ce64e75 /doc/release-notes.md
parent49938eee9c338cd96e357a0dd51dcce934ceb212 (diff)
downloadbitcoin-2ad034a89095bc1b148bdeeacfa5b75ec23b8a21.tar.xz
doc: update release notes with removal of tor v2 support
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 53106c9f82..cb7adde470 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -59,6 +59,13 @@ Notable changes
P2P and network changes
-----------------------
+- This release removes support for Tor version 2 hidden services in favor of Tor
+ v3 only, as the Tor network [dropped support for Tor
+ v2](https://blog.torproject.org/v2-deprecation-timeline) with the release of
+ Tor version 0.4.6. Henceforth, Bitcoin Core ignores Tor v2 addresses; it
+ neither rumors them over the network to other peers, nor stores them in memory
+ or to `peers.dat`. (#22050)
+
- Added NAT-PMP port mapping support via
[`libnatpmp`](https://miniupnp.tuxfamily.org/libnatpmp.html). (#18077)
@@ -142,8 +149,8 @@ Tools and Utilities
- A new CLI `-addrinfo` command returns the number of addresses known to the
node per network type (including Tor v2 versus v3) and total. This can be
useful to see if the node knows enough addresses in a network to use options
- like `-onlynet=<network>` or to upgrade to current and future Tor releases
- that support Tor v3 addresses only. (#21595)
+ like `-onlynet=<network>` or to upgrade to this release of Bitcoin Core 22.0
+ that supports Tor v3 only. (#21595)
Wallet
------