aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-11-16Expose RPC calls for estimatesmart functionsAlex Morcos
2015-10-23Merge pull request #5936Wladimir J. van der Laan
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-08-10Add optional locktime to createrawtransactionTom Harding
2015-07-20Add importpubkey method to import a watch-only pubkeyMatt Corallo
2015-07-20Add p2sh option to importaddress to import redeemScriptsMatt Corallo
2015-07-02Merge pull request #6247Wladimir J. van der Laan
2015-06-23Merge pull request #6088Wladimir J. van der Laan
2015-06-17setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli
2015-06-17[RPC] add setban/listbanned/clearbanned RPC commandsJonas Schnelli
2015-06-11Add fundrawtransaction RPC methodMatt Corallo
2015-06-05Add getblockheader RPC callPeter Todd
2015-06-04Simplify RPCclient, adapt json_parse_error testWladimir J. van der Laan
2015-06-04Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli
2015-06-04remove JSON Spirit UniValue wrapperJonas Schnelli
2015-06-04univalue: add support for real, fix percision and make it json_spirit compatibleJonas Schnelli
2015-06-04special threatment for null,true,false because they are non valid jsonJonas Schnelli
2015-06-04extend conversion to UniValueJonas Schnelli
2015-06-04Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik
2015-04-30Merge pull request #6022Wladimir J. van der Laan
2015-04-23Add RPC call to generate and verify merkle blocksMatt Corallo
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-04-01Introduce separate 'generate' RPC callPieter Wuille
2015-03-13Subtract fee from amountCozz Lovan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-17regression test only setmocktime RPC callGavin Andresen
2014-09-17Merge pull request #4863Wladimir J. van der Laan
2014-09-16fix missing gettransaction entries in rpcclientBenedict Chan
2014-09-16remove include of chainparams.himharrywu
2014-09-14header include cleanupPhilip Kaufmann
2014-07-15Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...Cozz Lovan
2014-07-02added includedWatchonly argument to listreceivedbyaddress/...accountJaSK
2014-07-02added includeWatchonly argument to 'gettransaction' because it affects balanc...JaSK
2014-07-02Added argument to listtransactions and listsinceblock to include watchonly ad...JaSK
2014-07-02Added argument to listaccounts to include watchonly addressesJaSK
2014-07-02Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-26RPC client: Simplify command line string-to-JSON-value conversion codeJeff Garzik
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-15Remove cli functionality from bitcoindWladimir J. van der Laan
2014-06-15bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constantJeff Garzik
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-05-13switch from boost int types to <stdint.h>Kamil Domanski
2014-03-25improve command-line options outputCozz Lovan
2014-03-07Remove unused includes of boost lexical_castWladimir J. van der Laan
2014-02-26Replace PrintException with PrintExceptionContinue + throwWladimir J. van der Laan
2014-02-26Fix bitcoin-cli exit status codeCozz Lovan
2013-12-09some string and indentation updates in init/rpcclientPhilip Kaufmann