aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* move rpc* to rpc/Daniel Cousens2016-01-211-164/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Expose RPC calls for estimatesmart functionsAlex Morcos2015-11-161-0/+2
* Merge pull request #5936Wladimir J. van der Laan2015-10-231-0/+1
|\
| * Add optional locktime to createrawtransactionTom Harding2015-08-101-0/+1
* | [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* | Add importpubkey method to import a watch-only pubkeyMatt Corallo2015-07-201-0/+1
* | Add p2sh option to importaddress to import redeemScriptsMatt Corallo2015-07-201-0/+1
|/
* Merge pull request #6247Wladimir J. van der Laan2015-07-021-0/+1
|\
| * Add getblockheader RPC callPeter Todd2015-06-051-0/+1
* | Merge pull request #6088Wladimir J. van der Laan2015-06-231-0/+1
|\ \
| * | Add fundrawtransaction RPC methodMatt Corallo2015-06-111-0/+1
| |/
* | setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli2015-06-171-0/+1
* | [RPC] add setban/listbanned/clearbanned RPC commandsJonas Schnelli2015-06-171-0/+1
|/
* Simplify RPCclient, adapt json_parse_error testWladimir J. van der Laan2015-06-041-20/+16
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-2/+2
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-1/+1
* univalue: add support for real, fix percision and make it json_spirit compatibleJonas Schnelli2015-06-041-2/+3
* special threatment for null,true,false because they are non valid jsonJonas Schnelli2015-06-041-2/+14
* extend conversion to UniValueJonas Schnelli2015-06-041-1/+1
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-1/+1
* Merge pull request #6022Wladimir J. van der Laan2015-04-301-1/+0
|\
| * Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-1/+0
* | Add RPC call to generate and verify merkle blocksMatt Corallo2015-04-231-0/+1
|/
* Introduce separate 'generate' RPC callPieter Wuille2015-04-011-0/+1
* Subtract fee from amountCozz Lovan2015-03-131-0/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-5/+5
* regression test only setmocktime RPC callGavin Andresen2014-11-171-0/+1
* Merge pull request #4863Wladimir J. van der Laan2014-09-171-0/+1
|\
| * fix missing gettransaction entries in rpcclientBenedict Chan2014-09-161-0/+1
* | remove include of chainparams.himharrywu2014-09-161-1/+0
|/
* header include cleanupPhilip Kaufmann2014-09-141-1/+1
* 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