diff options
| author | Alex Morcos <[email protected]> | 2016-03-04 16:25:19 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2016-03-21 10:48:01 -0400 |
| commit | 0371797e2a57711a742a810a719a279aea0bc694 (patch) | |
| tree | 66efd73dc16ec1cd8a7a5515dfe1cde9fd49284d /doc/release-notes.md | |
| parent | Add p2p test for feefilter (diff) | |
| download | discoin-0371797e2a57711a742a810a719a279aea0bc694.tar.xz discoin-0371797e2a57711a742a810a719a279aea0bc694.zip | |
modify release-notes.md and bips.md
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 43e1e3fb9..806d174eb 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -53,6 +53,15 @@ The following outputs are affected by this change: The p2p alert system has been removed in #7692 and the 'alert' message is no longer supported. + +Fee filtering of invs (BIP 133) +------------------------------------ + +The optional new p2p message "feefilter" is implemented and the protocol +version is bumped to 70013. Upon receiving a feefilter message from a peer, +a node will not send invs for any transactions which do not meet the filter +feerate. [BIP 133](https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki) + ### Validation ### Build system |