aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-08-08 22:13:21 +0000
committerPieter Wuille <pieter.wuille@gmail.com>2016-08-16 12:42:45 +0200
commit40d705cb70efddee3568576ed1c88b0f89403e9e (patch)
tree2e2ebfa0ed335800393c3482892e105781c65783 /doc
parent4f5529351f94026a8e206b3df0476f7c6a492bbf (diff)
downloadbitcoin-40d705cb70efddee3568576ed1c88b0f89403e9e.tar.xz
doc/release-notes: Mention the relevance of Compact Blocks on non-mining nodes' influence on network policy
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 6c7385c982..23687eccc4 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -119,6 +119,15 @@ cases it also reduces propagation delay. It is automatically enabled between
compatible peers.
[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
-----------------------------------------