aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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