aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
AgeCommit message (Expand)Author
2017-10-03rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan
2017-10-03rpc: update cli for estimatefee argument renameWladimir J. van der Laan
2017-07-21listsinceblock: optionally find and list any transactions that were undone du...Karl-Johan Alm
2017-07-20Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPCWladimir J. van der Laan
2017-07-18Move transaction combining from signrawtransaction to new RPCAndrew Chow
2017-07-17Improve api to estimatesmartfeeAlex Morcos
2017-07-11Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-10Change API to estimaterawfeeAlex Morcos
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-10Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cliWladimir J. van der Laan
2017-07-05Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo
2017-07-05[rpc] fix verbose argument for getblock in bitcoin-cliJohn Newbery
2017-06-19fixed listunspent rpc convert parametertnaka
2017-06-12Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...Wladimir J. van der Laan
2017-06-09Remove unused Boost includespracticalswift
2017-06-07Merge #9672: Opt-into-RBF for RPC & bitcoin-txWladimir J. van der Laan
2017-06-06Remove references to priority that snuck back in in 870824e9.Matt Corallo
2017-06-05RPC: rawtransaction: Add RBF support for createrawtransactionLuke Dashjr
2017-05-23RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr
2017-05-17Merge #10199: Better fee estimatesPieter Wuille
2017-05-17Add query options to listunspent rpc callPedro Branco
2017-05-15Merge #8704: [RPC] Transaction details in getblockWladimir J. van der Laan
2017-05-12Use a verbosity instead of two verbose parametersAndrew Chow
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Expose estimaterawfeeAlex Morcos
2017-05-03Add getchaintxstats RPCPieter Wuille
2017-04-19Allow disconnectnode() to be called with node idJohn Newbery
2017-04-10[rpc] Add logging RPCJohn Newbery
2017-03-26rpc: Rename first named arg of createrawtransactionMarcoFalke
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-03[rpc] Remove priorityDelta from prioritisetransactionAlex Morcos
2017-02-27[rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos
2017-02-14[trivial] Fix recently introduced typos in commentspracticalswift
2017-01-19Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan
2017-01-19[RPC] bumpfeemrbandrews
2017-01-10Add pruneblockchain RPC to enable manual block file pruning.mrbandrews
2017-01-10Update RPC argument namesJohn Newbery
2017-01-10rpc: Named argument support for bitcoin-cliWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-10-24Overhaul network activity toggleJonas Schnelli
2016-10-19Add importmulti rpc callPedro Branco
2016-09-07add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields
2016-09-01Make the dummy argument to getaddednodeinfo optionalPieter Wuille
2016-06-09Add getmempooldescendants RPC callSuhas Daftuar
2016-05-17Add getmempoolancestors RPC callSuhas Daftuar
2016-04-05Merge #7793: [doxygen] Fix member commentsWladimir J. van der Laan
2016-04-03RPC: fix generatetoaddress failing to parse address and add unit testmruddy
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke