diff --git a/doc/release-notes.md b/doc/release-notes.md index 4479c1a45..4b5e3c56e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -33,10 +33,14 @@ Notable changes RPC changes ----------- -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. +- The first positional argument of `createrawtransaction` was renamed from + `transactions` to `inputs`. +- 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 ------ @@ -82,6 +86,7 @@ git merge commit are mentioned. - #10139 `f15268d` Remove auth cookie on shutdown (practicalswift) - #10146 `2fea10a` Better error handling for submitblock (rawodb, gmaxwell) - #10144 `d947afc` Prioritisetransaction wasn't always updating ancestor fee (sdaftuar) +- #10204 `3c79602` Rename disconnectnode argument (jnewbery) ### Block and transaction handling - #10126 `0b5e162` Compensate for memory peak at flush time (sipa) @@ -90,6 +95,7 @@ git merge commit are mentioned. ### P2P protocol and network code - #9953/#10013 `d2548a4` Fix shutdown hang with >= 8 -addnodes set (TheBlueMatt) +- #10176 `30fa231` net: gracefully handle NodeId wrapping (theuni) ### Build system - #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) - #9959/#10127 `b5c3440` Prevent slowdown in CreateNewBlock on large mempools (sdaftuar) +### Tests and QA +- #10157 `55f641c` Fix the `mempool_packages.py` test (sdaftuar) + ### Miscellaneous - #10037 `4d8e660` Trivial: Fix typo in help getrawtransaction RPC (keystrike) - #10120 `e4c9a90` util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (laanwj)