aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...Cozz Lovan2014-07-151-0/+2
* added includedWatchonly argument to listreceivedbyaddress/...accountJaSK2014-07-021-1/+2
* added includeWatchonly argument to 'gettransaction' because it affects balanc...JaSK2014-07-021-0/+1
* Added argument to listtransactions and listsinceblock to include watchonly ad...JaSK2014-07-021-1/+2
* Added argument to listaccounts to include watchonly addressesJaSK2014-07-021-0/+1
* Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK2014-07-021-0/+1
* Add support for watch-only addressesPieter Wuille2014-07-021-0/+1
* RPC client: Simplify command line string-to-JSON-value conversion codeJeff Garzik2014-06-261-79/+104
* JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr2014-06-261-0/+2
* Remove cli functionality from bitcoindWladimir J. van der Laan2014-06-151-175/+0
* bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constantJeff Garzik2014-06-151-1/+1
* estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+2
* switch from boost int types to <stdint.h>Kamil Domanski2014-05-131-26/+26
* improve command-line options outputCozz Lovan2014-03-251-2/+3
* Remove unused includes of boost lexical_castWladimir J. van der Laan2014-03-071-1/+0
* Replace PrintException with PrintExceptionContinue + throwWladimir J. van der Laan2014-02-261-1/+2
* Fix bitcoin-cli exit status codeCozz Lovan2014-02-261-1/+1
* some string and indentation updates in init/rpcclientPhilip Kaufmann2013-12-091-1/+1
* Merge pull request #3320 from laanwj/2013_11_cli_splitGavin Andresen2013-12-031-0/+32
|\
| * bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-0/+32
* | Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-0/+1
|/
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-0/+246