RPC: indicate which transactions are replaceable
commiteaa8d2754b48b62cdd07255fc3028feecad0c095
authorSuhas Daftuar <sdaftuar@chaincode.com>
Wed, 16 Dec 2015 19:57:54 +0000 (16 14:57 -0500)
committerSuhas Daftuar <sdaftuar@gmail.com>
Tue, 19 Jan 2016 13:30:04 +0000 (19 08:30 -0500)
treeb8d312d93e9ec123af0ba08034ab5df18ce6f2e7
parentf9fd4c2884849bc667da3da8bf5f78f33dd01f1c
RPC: indicate which transactions are replaceable

Add "bip125-replaceable" output field to listtransactions and gettransaction
which indicates if an unconfirmed transaction, or any unconfirmed parent, is
signaling opt-in RBF according to BIP 125.
qa/rpc-tests/listtransactions.py
src/Makefile.am
src/policy/rbf.cpp [new file with mode: 0644]
src/policy/rbf.h [new file with mode: 0644]
src/wallet/rpcwallet.cpp