diff options
| author | Matt Corallo <[email protected]> | 2019-06-08 09:19:47 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2019-07-18 17:29:24 -0400 |
| commit | bead32e31e399090af30b2ee3539995d4105a66d (patch) | |
| tree | 446325046aa9c1b4bdae516e265b0a9cb967a613 /doc/release-notes | |
| parent | Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h (diff) | |
| download | discoin-bead32e31e399090af30b2ee3539995d4105a66d.tar.xz discoin-bead32e31e399090af30b2ee3539995d4105a66d.zip | |
Add release notes for DEFAULT_BLOOM change
Diffstat (limited to 'doc/release-notes')
| -rw-r--r-- | doc/release-notes/release-notes-16152.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-16152.md b/doc/release-notes/release-notes-16152.md new file mode 100644 index 000000000..9c77cb9ae --- /dev/null +++ b/doc/release-notes/release-notes-16152.md @@ -0,0 +1,7 @@ +P2P Changes +----------- +- The default value for the -peerbloomfilters configuration option (and, thus, NODE_BLOOM support) has been changed to false. + This resolves well-known DoS vectors in Bitcoin Core, especially for nodes with spinning disks. It is not anticipated that + this will result in a significant lack of availability of NODE_BLOOM-enabled nodes in the coming years, however, clients + which rely on the availability of NODE_BLOOM-supporting nodes on the P2P network should consider the process of migrating + to a more modern (and less trustful and privacy-violating) alternative over the coming years. |