aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-04-06 09:35:08 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-04-06 09:35:13 +0200
commit24d74332c2281d398c8d9652aa8354d25e416a78 (patch)
treed39f731d9ee30ceecfe124dd5646cb370fd39111
parentdf82ea914f6f569e244ab59ca24e4eea898eb1a9 (diff)
parent226a9cb35d2951629abe978e74a1a137c5e26d1a (diff)
downloadbitcoin-24d74332c2281d398c8d9652aa8354d25e416a78.tar.xz
Merge #10158: Add some more release notes for 0.14.1.
226a9cb Add some more release notes for 0.14.1. (Gregory Maxwell) Tree-SHA512: ea74ae21f0a15556c877318833b998869a8a7378b40e168f84c80ee6c3433befa68ba52502d4d13ce2e5f14b8ad6b0a4075d67fea603d60ec94698f2a0606f6d
-rw-r--r--doc/release-notes.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 5eba44d950..22452190ae 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -37,6 +37,20 @@ The first positional argument of `createrawtransaction` was renamed.
This interface change breaks compatibility with 0.14.0, when the named
arguments functionality, introduced in 0.14.0, is used.
+
+Mining
+------
+
+Getblocktemplate sets the segwit version bit even when the downstream
+client has not been updated to include the segwit commitment. Ability
+to enforce the rule is the only required criteria for safe activation,
+but previously signaling was only requested if the miner could include
+transactions in order to avoid a potential outcome where segwit would
+activate at a time when no segwit transactions could be included.
+Since many miners are now including the segwit commitment this concern
+no longer applies.
+
+
0.14.1 Change log
=================
@@ -48,7 +62,7 @@ git merge commit are mentioned.
### RPC and other APIs
- #10084 `142fbb2` Rename first named arg of createrawtransaction (MarcoFalke)
- #10139 `f15268d` Remove auth cookie on shutdown (practicalswift)
-- #10146 `2fea10a` Better error handling for submitblock (gmaxwell)
+- #10146 `2fea10a` Better error handling for submitblock (rawodb, gmaxwell)
- #10144 `d947afc` Prioritisetransaction wasn't always updating ancestor fee (sdaftuar)
### Block and transaction handling
@@ -90,6 +104,7 @@ Thanks to everyone who directly contributed to this release:
- Matt Corallo
- Pieter Wuille
- practicalswift
+- rawodb
- Suhas Daftuar
- Wladimir J. van der Laan