Skip to content

Commit 0371797

Browse files
committed
modify release-notes.md and bips.md
1 parent b536a6f commit 0371797

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/bips.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.12.0**):
2020
* [`BIP 111`](https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki): `NODE_BLOOM` service bit added, and enforced for all peer versions as of **v0.13.0** ([PR #6579](https://github.com/bitcoin/bitcoin/pull/6579) and [PR #6641](https://github.com/bitcoin/bitcoin/pull/6641)).
2121
* [`BIP 125`](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki): Opt-in full replace-by-fee signaling honoured in mempool and mining as of **v0.12.0** ([PR 6871](https://github.com/bitcoin/bitcoin/pull/6871)).
2222
* [`BIP 130`](https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki): direct headers announcement is negotiated with peer versions `>=70012` as of **v0.12.0** ([PR 6494](https://github.com/bitcoin/bitcoin/pull/6494)).
23+
* [`BIP 133`](https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki): feefilter messages are respected and sent for peer versions `>=70013` as of **v0.13.0** ([PR 7542](https://github.com/bitcoin/bitcoin/pull/7542)).

doc/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ The following outputs are affected by this change:
5353

5454
The p2p alert system has been removed in #7692 and the 'alert' message is no longer supported.
5555

56+
57+
Fee filtering of invs (BIP 133)
58+
------------------------------------
59+
60+
The optional new p2p message "feefilter" is implemented and the protocol
61+
version is bumped to 70013. Upon receiving a feefilter message from a peer,
62+
a node will not send invs for any transactions which do not meet the filter
63+
feerate. [BIP 133](https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki)
64+
5665
### Validation
5766

5867
### Build system

0 commit comments

Comments
 (0)