modify release-notes.md and bips.md

This commit is contained in:
Alex Morcos
2016-03-04 16:25:19 -05:00
committed by lateminer
parent b790b08280
commit f366adf56d
2 changed files with 10 additions and 0 deletions

View File

@@ -160,6 +160,15 @@ git merge commit are mentioned.
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
- #7821 `4226aac` init: allow shutdown during 'Activating best chain...' (laanwj)
- #7835 `46898e7` Version 2 transactions remain non-standard until CSV activates (sdaftuar)