neobytes/src/wallet
Ilya Savinov b41f8d3dd6 fix instantsend-related RPC output (#1628)
* revert confirmations to its original meaning ("Blockchain Confirmations") and also remove bcconfirmations completely
* add new field instantlock (bool) to the RPC output of gettransaction, listtransactions and listsinceblock commands to indicate that tx was locked via InstantSend
* add optional `addlockconf` in addition to `minconf` parameter to all the commands where it makes sense
* fix `wallet.py` test and `vRPCConvertParams` set
* add addlockconf parameter for listreceivedbyaccount/listreceivedbyaddress commands
2017-09-20 23:34:54 +03:00
..
test Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03:00
crypter.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
crypter.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
db.cpp CDB: fix debug output (#947) 2016-08-18 18:23:39 +04:00
db.h Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
rpcdump.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
rpcwallet.cpp fix instantsend-related RPC output (#1628) 2017-09-20 23:34:54 +03:00
wallet_ismine.cpp Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
wallet_ismine.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 1 (#1614) 2017-09-07 18:59:00 +03:00
wallet.cpp Lower tx fees 10x (#1632) 2017-09-17 19:00:44 +03:00
wallet.h Disable HD wallet by default (#1629) 2017-09-20 23:31:12 +03:00
walletdb.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
walletdb.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00