47 Commits (6fbbb4cd5fae997c570de7981d6137b4c1c8741d)

Author SHA1 Message Date
jl777 83a7f513e8 test 8 years ago
jl777 a9869d0dd7 test 8 years ago
Simon 6c41028f7c Add z_listreceivedbyaddress RPC call 8 years ago
Simon a0a3334c4d Add z_getbalance and z_gettotalbalance RPC calls to close #1201. 8 years ago
Simon c1eae2806c Closes #1293 by adding z_getoperationresult and making z_getoperationstatus idempotent. 8 years ago
Simon 34f0001ccc Implement RPC call z_listoperationids and update z_getoperationstatus to take a list parameter. 8 years ago
Simon fc72c078be Add async RPC queue and operation classes. 8 years ago
Simon c1c4594371 Implemented RPC calls z_importkey, z_exportkey, z_getnewaddress. 8 years ago
Jack Grigg f7478de67f Add thread parameter to solveequihash benchmark 8 years ago
Sean Bowe 22de160219 Fixes for indentation and local variable names. 8 years ago
Simon 1b114e54c4 Add getblocksubsidy RPC command to return the block reward for a given 8 years ago
Taylor Hornby 6962bb3df0 Add automated performance measurement system. 8 years ago
Sean Bowe 730790f7a4 Added primitive zcrawkeygen/zcrawpour implementations 9 years ago
Matt Corallo 59ed61b389 Add RPC call to generate and verify merkle blocks 10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 9 years ago
Pieter Wuille 6b04508e37 Introduce separate 'generate' RPC call 9 years ago
Cozz Lovan 292623adf5 Subtract fee from amount 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 10 years ago
Gavin Andresen a8b2ce557d
regression test only setmocktime RPC call 10 years ago
Benedict Chan 1a613963e1 fix missing gettransaction entries in rpcclient 10 years ago
imharrywu e9992fb645 remove include of chainparams.h 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Cozz Lovan ebdcc360b6 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis 10 years ago
JaSK 0fa2f8899a added includedWatchonly argument to listreceivedbyaddress/...account 10 years ago
JaSK f87ba3df64 added includeWatchonly argument to 'gettransaction' because it affects balance calculation 10 years ago
JaSK d7d5d23b77 Added argument to listtransactions and listsinceblock to include watchonly addresses 10 years ago
JaSK 83f3543f20 Added argument to listaccounts to include watchonly addresses 10 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Jeff Garzik e35b37b1b8 RPC client: Simplify command line string-to-JSON-value conversion code 10 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 12 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 10 years ago
Jeff Garzik 0cafb63025
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant 10 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 10 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 10 years ago
Cozz Lovan 7398f4a796 improve command-line options output 11 years ago
Wladimir J. van der Laan 5283410568 Remove unused includes of boost lexical_cast 10 years ago
Wladimir J. van der Laan 44235713ed Replace PrintException with PrintExceptionContinue + throw 10 years ago
Cozz Lovan a719903804 Fix bitcoin-cli exit status code 10 years ago
Philip Kaufmann b6aafca03d some string and indentation updates in init/rpcclient 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Gavin Andresen 4d707d5120 Add verbose boolean to getrawmempool 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago