aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-02-03 07:49:05 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-02-03 07:49:48 +0100
commitb788c5561ae6d78a3ca3ab2d3f431ad9b3d86bfc (patch)
treed35d52cd374a6965fd50fc1cf678466eef2c3adc
parent6a02ef8bdb07ef42bdac0511b7f897d49f69f7eb (diff)
parentfd7350d22e7874b81e785c7f4221a69e08ff75af (diff)
downloadbitcoin-b788c5561ae6d78a3ca3ab2d3f431ad9b3d86bfc.tar.xz
Merge pull request #5740
fd7350d doc/release-notes.md: Add summary of mining enhancements (Luke Dashjr)
-rw-r--r--doc/release-notes.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index bd1ad8faed..fba67fa1cf 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -273,6 +273,26 @@ server round-trip to execute.
Other utilities "bitcoin-key" and "bitcoin-script" have been proposed, making
key and script operations easily accessible via command line.
+Mining enhancements
+-------------------
+
+The `prioritisetransaction` RPC method has been added to enable miners to
+manipulate the priority of transactions on an individual basis.
+
+Bitcoin Core now supports BIP 22 long polling, so mining software can be
+notified immediately of new templates rather than having to poll periodically.
+
+Support for BIP 23 block proposals is now available in Bitcoin Core's
+`getblocktemplate` method. This enables miners to check the basic validity of
+their next block before expending work on it, reducing risks of accidental
+hardforks or mining invalid blocks.
+
+Two new options to control mining policy:
+- `-datacarrier=0/1` : Relay and mine "data carrier" (OP_RETURN) transactions
+if this is 1.
+- `-datacarriersize=n` : Maximum size, in bytes, we consider acceptable for
+"data carrier" outputs.
+
0.10.0 Change log
=================