26 Commits (9ea87f9e187da41964c3cafdadf54b2f767c3450)

Author SHA1 Message Date
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 11 years ago
JaSK f87ba3df64 added includeWatchonly argument to 'gettransaction' because it affects balance calculation 11 years ago
JaSK d7d5d23b77 Added argument to listtransactions and listsinceblock to include watchonly addresses 11 years ago
JaSK 83f3543f20 Added argument to listaccounts to include watchonly addresses 11 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 11 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 11 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 11 years ago
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 11 years ago
Jeff Garzik 0cafb63025
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant 11 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 11 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 11 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 11 years ago
Wladimir J. van der Laan 44235713ed Replace PrintException with PrintExceptionContinue + throw 11 years ago
Cozz Lovan a719903804 Fix bitcoin-cli exit status code 11 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