neobytes/src/rpc
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
..
blockchain.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
client.cpp fix instantsend-related RPC output (#1628) 2017-09-20 23:34:54 +03:00
client.h Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
governance.cpp Eliminate remaining uses of g_connman in Dash-specific code. (#1635) 2017-09-19 17:51:38 +03:00
masternode.cpp Eliminate remaining uses of g_connman in Dash-specific code. (#1635) 2017-09-19 17:51:38 +03:00
mining.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
misc.cpp Eliminate remaining uses of g_connman in Dash-specific code. (#1635) 2017-09-19 17:51:38 +03:00
net.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
protocol.cpp Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
protocol.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
rawtransaction.cpp Eliminate g_connman use in instantx module. (#1626) 2017-09-15 21:05:13 +03:00
server.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
server.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00