aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-12-14 09:35:05 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-12-14 09:35:08 +0100
commit782328660e6dc44c026d13fef4d069ad8cad4d42 (patch)
tree73d00018ea5d0436893edf051477cbd72ffb3228
parent423659c9512f915bbcc71ed30dc3f896871d5e8e (diff)
parent57aec3b0b5993568571c352643abb6f3d79ffdd7 (diff)
downloadbitcoin-782328660e6dc44c026d13fef4d069ad8cad4d42.tar.xz
Merge #9323: [0.13] Add release notes for wallet/mempool rejections. (PR #9302 and #9290)
57aec3b Add release notes for wallet/mempool rejections. (PR #9302 and #9290) (Gregory Maxwell)
-rw-r--r--doc/release-notes.md19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index e54f9ac021..0830e0a123 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -42,8 +42,23 @@ but severe issues with the libc++ version on 10.7.x keep it from running reliabl
Notable changes
===============
-Example item
----------------
+Change to wallet handling of mempool rejection
+-----------------------------------------------
+
+When a newly created transaction failed to enter the mempool due to
+the limits on chains of unconfirmed transactions the sending RPC
+calls would return an error. The transaction would still be queued
+in the wallet and, once some of the parent transactions were
+confirmed, broadcast after the software was restarted.
+
+This behavior has been changed to return success and to reattempt
+mempool insertion at the same time transaction rebroadcast is
+attempted, avoiding a need for a restart.
+
+Transactions in the wallet which cannot be accepted into the mempool
+can be abandoned with the previously existing abandontransaction RPC
+(or in the GUI via a context menu on the transaction).
+
0.13.x Change log
=================