BTCP-Rebase/qa/pull-tester
Alex Morcos fd4bd5009e
Add RPC call abandontransaction
- Make wallet descendant searching more efficient
- Add new rpc call: abandontransaction

Unconfirmed transactions that are not in your mempool either due to eviction or other means may be unlikely to be mined.  abandontransaction gives the wallet a way to no longer consider as spent the coins that are inputs to such a transaction.  All dependent transactions in the wallet will also be marked as abandoned.

- Add RPC test for abandoned and conflicted transactions.
- [Wallet] Call notification signal when a transaction is abandoned

Github-Pull: #7312
Rebased-From: 9e69717254 01e06d1fa3 df0e2226d9 d11fc1695c
2016-01-13 15:55:00 +01:00
..
rpc-tests.py Add RPC call abandontransaction 2016-01-13 15:55:00 +01:00
run-bitcoind-for-test.sh.in Changed run-bitcoind-for-test.sh.in to non-executable mode. 2015-10-05 13:25:13 +01:00
tests_config.py.in Migrated rpc-tests.sh to all python rpc-tests.py 2015-10-01 11:28:11 -07:00