Skip to content

Commit 8cb288a

Browse files
committed
Merge #8320: Fix 0.12 release notes on block relaying
d6dc1bc Fix 0.12 release notes on block relaying (Krzysztof Jurewicz)
2 parents f5660d3 + d6dc1bc commit 8cb288a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/release-notes/release-notes-0.12.0.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ announcing their headers directly, instead of just announcing the hash. In a
104104
reorganization, all new headers are sent, instead of just the new tip. This
105105
can often prevent an extra roundtrip before the actual block is downloaded.
106106

107-
With this change, pruning nodes are now able to relay new blocks to compatible
108-
peers.
109-
110107
Memory pool limiting
111108
--------------------
112109

@@ -188,6 +185,14 @@ the OP_RETURN. The limit on OP_RETURN output size is now applied to the entire
188185
serialized scriptPubKey, 83 bytes by default. (the previous 80 byte default plus
189186
three bytes overhead)
190187

188+
Relay: New and only new blocks relayed when pruning
189+
---------------------------------------------------
190+
191+
When running in pruned mode, the client will now relay new blocks. When
192+
responding to the `getblocks` message, only hashes of blocks that are on disk
193+
and are likely to remain there for some reasonable time window (1 hour) will be
194+
returned (previously all relevant hashes were returned).
195+
191196
Relay and Mining: Priority transactions
192197
---------------------------------------
193198

@@ -887,4 +892,3 @@ Thanks to everyone who directly contributed to this release:
887892
- zathras-crypto
888893

889894
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
890-

0 commit comments

Comments
 (0)