doc: update release-notes and bips.md for BIP111

This commit is contained in:
Wladimir J. van der Laan
2015-09-08 17:16:59 +02:00
parent 0c27795140
commit 0574ede595
2 changed files with 19 additions and 1 deletions

View File

@@ -58,6 +58,23 @@ specified. It used to be the case that `-X -noX` ends up, unintuitively, with X
set, as `-X` had precedence over `-noX`. This is no longer the case. Like for
other software, the last specified value for an option will hold.
`NODE_BLOOM` node service bit
------------------------------
Support for the `NODE_BLOOM` service bit, as described in [`BIP
111'](https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki), has been
added to the P2P protocol code.
BIP 111 defines a service bit to allow peers to advertise that they support
bloom filters (such as used by SPV clients) explicitly. It also bumps the protocol
version to allow peers to identify old nodes which allow bloom filtering of the
connection despite lacking the new service bit.
In this version, it only enforced for peer peers that send protocol versions
`>=70011`. For the next major version it is planned that this restriction will be
removed. It is recommended to update SPV clients to check for the `NODE_BLOOM`
service bit for nodes that report versions newer than 70011.
0.12.0 Change log
=================