Browse Source

doc: Update release notes pre-rc2

0.14
Wladimir J. van der Laan 8 years ago
parent
commit
33fadc20ba
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 15
      doc/release-notes.md

15
doc/release-notes.md

@ -33,10 +33,14 @@ Notable changes
RPC changes RPC changes
----------- -----------
The first positional argument of `createrawtransaction` was renamed. - The first positional argument of `createrawtransaction` was renamed from
This interface change breaks compatibility with 0.14.0, when the named `transactions` to `inputs`.
arguments functionality, introduced in 0.14.0, is used.
- The argument of `disconnectnode` was renamed from `node` to `address`.
These interface changes break compatibility with 0.14.0, when the named
arguments functionality, introduced in 0.14.0, is used. Client software
using these calls with named arguments needs to be updated.
Mining Mining
------ ------
@ -82,6 +86,7 @@ git merge commit are mentioned.
- #10139 `f15268d` Remove auth cookie on shutdown (practicalswift) - #10139 `f15268d` Remove auth cookie on shutdown (practicalswift)
- #10146 `2fea10a` Better error handling for submitblock (rawodb, gmaxwell) - #10146 `2fea10a` Better error handling for submitblock (rawodb, gmaxwell)
- #10144 `d947afc` Prioritisetransaction wasn't always updating ancestor fee (sdaftuar) - #10144 `d947afc` Prioritisetransaction wasn't always updating ancestor fee (sdaftuar)
- #10204 `3c79602` Rename disconnectnode argument (jnewbery)
### Block and transaction handling ### Block and transaction handling
- #10126 `0b5e162` Compensate for memory peak at flush time (sipa) - #10126 `0b5e162` Compensate for memory peak at flush time (sipa)
@ -90,6 +95,7 @@ git merge commit are mentioned.
### P2P protocol and network code ### P2P protocol and network code
- #9953/#10013 `d2548a4` Fix shutdown hang with >= 8 -addnodes set (TheBlueMatt) - #9953/#10013 `d2548a4` Fix shutdown hang with >= 8 -addnodes set (TheBlueMatt)
- #10176 `30fa231` net: gracefully handle NodeId wrapping (theuni)
### Build system ### Build system
- #9973 `e9611d1` depends: fix zlib build on osx (theuni) - #9973 `e9611d1` depends: fix zlib build on osx (theuni)
@ -101,6 +107,9 @@ git merge commit are mentioned.
- #9955/#10006 `569596c` Don't require segwit in getblocktemplate for segwit signalling or mining (sdaftuar) - #9955/#10006 `569596c` Don't require segwit in getblocktemplate for segwit signalling or mining (sdaftuar)
- #9959/#10127 `b5c3440` Prevent slowdown in CreateNewBlock on large mempools (sdaftuar) - #9959/#10127 `b5c3440` Prevent slowdown in CreateNewBlock on large mempools (sdaftuar)
### Tests and QA
- #10157 `55f641c` Fix the `mempool_packages.py` test (sdaftuar)
### Miscellaneous ### Miscellaneous
- #10037 `4d8e660` Trivial: Fix typo in help getrawtransaction RPC (keystrike) - #10037 `4d8e660` Trivial: Fix typo in help getrawtransaction RPC (keystrike)
- #10120 `e4c9a90` util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (laanwj) - #10120 `e4c9a90` util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (laanwj)

Loading…
Cancel
Save