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
This commit is contained in:
Wladimir J. van der Laan 2017-04-06 09:35:08 +02:00
commit 24d74332c2
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 16 additions and 1 deletions

View File

@ -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