Browse Source

doc/release-notes: Mention the relevance of Compact Blocks on non-mining nodes' influence on network policy

0.13
Luke Dashjr 8 years ago committed by Pieter Wuille
parent
commit
40d705cb70
  1. 9
      doc/release-notes.md

9
doc/release-notes.md

@ -119,6 +119,15 @@ cases it also reduces propagation delay. It is automatically enabled between
compatible peers. compatible peers.
[BIP 152](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki) [BIP 152](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki)
As a side-effect, ordinary non-mining nodes will download and upload blocks
faster if those blocks were produced by miners using similar transaction
filtering policies. This means that a miner who produces a block with many
transactions discouraged by your node will be relayed slower than one with
only transactions already in your memory pool. The overall effect of such
relay differences on the network may result in blocks which include widely-
discouraged transactions losing a stale block race, and therefore miners may
wish to configure their node to take common relay policies into consideration.
Hierarchical Deterministic Key Generation Hierarchical Deterministic Key Generation
----------------------------------------- -----------------------------------------

Loading…
Cancel
Save