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/bips.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/bips.md')
| -rw-r--r-- | doc/bips.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bips.md b/doc/bips.md index 2552a7f03..b8efabbcf 100644 --- a/doc/bips.md +++ b/doc/bips.md @@ -20,3 +20,4 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.12.0**): * [`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)). * [`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)). * [`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)). +* [`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)). |