mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Merge #8068: Compact Blocks
48efec8Fix some minor compact block issues that came up in review (Matt Corallo)ccd06b9Elaborate bucket size math (Pieter Wuille)0d4cb48Use vTxHashes to optimize InitData significantly (Matt Corallo)8119026Provide a flat list of txid/terators to txn in CTxMemPool (Matt Corallo)678ee97Add BIP 152 to implemented BIPs list (Matt Corallo)56ba516Add reconstruction debug logging (Matt Corallo)2f34a2eGet our "best three" peers to announce blocks using cmpctblocks (Matt Corallo)927f8eeAdd ability to fetch CNode by NodeId (Matt Corallo)d25cd3eAdd receiver-side protocol implementation for CMPCTBLOCK stuff (Matt Corallo)9c837d5Add sender-side protocol implementation for CMPCTBLOCK stuff (Matt Corallo)00c4078Add protocol messages for short-ids blocks (Matt Corallo)e3b2222Add some blockencodings tests (Matt Corallo)f4f8f14Add TestMemPoolEntryHelper::FromTx version for CTransaction (Matt Corallo)85ad31eAdd partial-block block encodings API (Matt Corallo)5249dacAdd COMPACTSIZE wrapper similar to VARINT for serialization (Matt Corallo)cbda71cMove context-required checks from CheckBlockHeader to Contextual... (Matt Corallo)7c29ec9If AcceptBlockHeader returns true, pindex will be set. (Matt Corallo)96806c3Stop trimming when mapTx is empty (Pieter Wuille)
This commit is contained in:
@@ -26,3 +26,4 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.13.0**):
|
||||
* [`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)).
|
||||
* [`BIP 152`](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki): Compact block transfer and related optimizations are used as of **v0.13.0** ([PR 8068](https://github.com/bitcoin/bitcoin/pull/8068)).
|
||||
|
||||
Reference in New Issue
Block a user