Skip to content

Commit

Permalink
Merge #9323: [0.13] Add release notes for wallet/mempool rejections. …
Browse files Browse the repository at this point in the history
…(PR #9302 and #9290)

57aec3b Add release notes for wallet/mempool rejections. (PR #9302 and #9290) (Gregory Maxwell)
  • Loading branch information
laanwj committed Dec 14, 2016
2 parents 423659c + 57aec3b commit 7823286
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================
Expand Down

0 comments on commit 7823286

Please sign in to comment.