bitcoin/src/wallet
Wladimir J. van der Laan 46311e792f
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx
9a5a1d7 RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided with either value (Luke Dashjr)
23b0fe3 bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in (Luke Dashjr)
b005bf2 Introduce MAX_BIP125_RBF_SEQUENCE constant (Luke Dashjr)
575cde4 [bitcoin-tx] add rbfoptin command (Jonas Schnelli)
5d26244 [Tests] extend the replace-by-fee test to cover RPC rawtx features (Jonas Schnelli)
36bcab2 RPC/Wallet: Add RBF support for fundrawtransaction (Luke Dashjr)
891c5ee Wallet: Refactor FundTransaction to accept parameters via CCoinControl (Luke Dashjr)
578ec80 RPC: rawtransaction: Add RBF support for createrawtransaction (Luke Dashjr)

Tree-SHA512: 446e37c617c188cc3b3fd1e2841c98eda6f4869e71cb3249c4a9e54002607d0f1e6bef92187f7894d4e0746ab449cfee89be9f6a1a8831e25c70cf912eac1570
2017-06-07 15:31:40 +02:00
..
test Merge #10403: Fix importmulti failure to return rescan errors 2017-06-05 16:41:02 +02:00
coincontrol.h remove minimum total fee option 2017-05-11 22:28:46 -04:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Remove unused variables 2017-06-03 23:54:24 +02:00
db.h [wallet] Securely erase potentially sensitive keys/values 2017-05-03 11:35:51 -07:00
feebumper.cpp Merge #10455: Simplify feebumper minimum fee code slightly 2017-06-05 16:38:07 +02:00
feebumper.h Simplify feebumper minimum fee code slightly 2017-05-25 10:13:28 -04:00
rpcdump.cpp Merge #9740: Add friendly output to dumpwallet 2017-06-05 18:06:34 +02:00
rpcwallet.cpp RPC/Wallet: Add RBF support for fundrawtransaction 2017-06-05 23:12:29 +00:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp Introduce MAX_BIP125_RBF_SEQUENCE constant 2017-06-05 23:14:34 +00:00
wallet.h Merge #9672: Opt-into-RBF for RPC & bitcoin-tx 2017-06-07 15:31:40 +02:00
walletdb.cpp Merge #8329: Consensus: MOVEONLY: Move functions for tx verification 2017-05-18 21:01:49 +02:00
walletdb.h wallet: Add comment describing the various classes in walletdb.h 2017-04-21 16:04:26 +02:00