aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Improve api to estimatesmartfeeAlex Morcos2017-07-171-1/+0
|/
* Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan2017-07-111-1/+0
|\
| * Change API to estimaterawfeeAlex Morcos2017-07-101-1/+0
* | Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan2017-07-111-0/+4
|\ \ | |/ |/|
| * Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos2017-07-101-0/+4
* | Merge #10747: [rpc] fix verbose argument for getblock in bitcoin-cliWladimir J. van der Laan2017-07-101-0/+1
|\ \ | |/ |/|
| * [rpc] fix verbose argument for getblock in bitcoin-cliJohn Newbery2017-07-051-0/+1
* | Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo2017-07-051-1/+1
|/
* fixed listunspent rpc convert parametertnaka2017-06-191-0/+1
* Merge #10488: Note that the prioritizetransaction dummy value is deprecated, ...Wladimir J. van der Laan2017-06-121-1/+1
|\
| * Remove references to priority that snuck back in in 870824e9.Matt Corallo2017-06-061-1/+1
* | Remove unused Boost includespracticalswift2017-06-091-1/+0
* | Merge #9672: Opt-into-RBF for RPC & bitcoin-txWladimir J. van der Laan2017-06-071-0/+1
|\ \ | |/ |/|
| * RPC: rawtransaction: Add RBF support for createrawtransactionLuke Dashjr2017-06-051-0/+1
* | RPC/Mining: Restore API compatibility for prioritisetransactionLuke Dashjr2017-05-231-1/+2
|/
* Merge #10199: Better fee estimatesPieter Wuille2017-05-171-0/+4
|\
| * Rewrite estimateSmartFeeAlex Morcos2017-05-101-0/+1
| * Expose estimaterawfeeAlex Morcos2017-05-101-0/+3
* | Add query options to listunspent rpc callPedro Branco2017-05-171-0/+1
* | Merge #8704: [RPC] Transaction details in getblockWladimir J. van der Laan2017-05-151-1/+1
|\ \
| * | Use a verbosity instead of two verbose parametersAndrew Chow2017-05-121-1/+1
* | | Add getchaintxstats RPCPieter Wuille2017-05-031-0/+1
| |/ |/|
* | Allow disconnectnode() to be called with node idJohn Newbery2017-04-191-0/+1
* | [rpc] Add logging RPCJohn Newbery2017-04-101-0/+2
|/
* rpc: Rename first named arg of createrawtransactionMarcoFalke2017-03-261-1/+1
* Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-3/+1
* [rpc] Remove priorityDelta from prioritisetransactionAlex Morcos2017-03-031-2/+1
* [rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos2017-02-271-2/+0
* [trivial] Fix recently introduced typos in commentspracticalswift2017-02-141-1/+1
* Merge #8456: [RPC] Simplified bumpfee command.Wladimir J. van der Laan2017-01-191-0/+1
|\
| * [RPC] bumpfeemrbandrews2017-01-191-0/+1
* | Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-101-0/+1
|/
* Update RPC argument namesJohn Newbery2017-01-101-2/+2
* rpc: Named argument support for bitcoin-cliWladimir J. van der Laan2017-01-101-90/+135
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+1
|\
| * Overhaul network activity toggleJonas Schnelli2016-10-241-0/+1
* | Add importmulti rpc callPedro Branco2016-10-191-0/+2
|/
* add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-0/+6
* Make the dummy argument to getaddednodeinfo optionalPieter Wuille2016-09-011-1/+0
* Add getmempooldescendants RPC callSuhas Daftuar2016-06-091-0/+1
* Add getmempoolancestors RPC callSuhas Daftuar2016-05-171-0/+1
* Merge #7793: [doxygen] Fix member commentsWladimir J. van der Laan2016-04-051-2/+2
|\
| * [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-2/+2
* | RPC: fix generatetoaddress failing to parse address and add unit testmruddy2016-04-031-1/+0
|/
* Create generatetoaddress rpcAndrew C2016-03-211-0/+3
* Merge #7663: Make the generate RPC call function for non-regtestWladimir J. van der Laan2016-03-141-0/+1
|\
| * Make the generate RPC call function for non-regtestPieter Wuille2016-03-091-0/+1
* | Remove internal minerLeviathn2016-02-101-3/+0
|/
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+163