index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcclient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...
Cozz Lovan
2014-07-15
1
-0
/
+2
*
added includedWatchonly argument to listreceivedbyaddress/...account
JaSK
2014-07-02
1
-1
/
+2
*
added includeWatchonly argument to 'gettransaction' because it affects balanc...
JaSK
2014-07-02
1
-0
/
+1
*
Added argument to listtransactions and listsinceblock to include watchonly ad...
JaSK
2014-07-02
1
-1
/
+2
*
Added argument to listaccounts to include watchonly addresses
JaSK
2014-07-02
1
-0
/
+1
*
Added argument to getbalance to include watchonly addresses and fixed errors ...
JaSK
2014-07-02
1
-0
/
+1
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-0
/
+1
*
RPC client: Simplify command line string-to-JSON-value conversion code
Jeff Garzik
2014-06-26
1
-79
/
+104
*
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-26
1
-0
/
+2
*
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-15
1
-175
/
+0
*
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant
Jeff Garzik
2014-06-15
1
-1
/
+1
*
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
1
-0
/
+2
*
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-13
1
-26
/
+26
*
improve command-line options output
Cozz Lovan
2014-03-25
1
-2
/
+3
*
Remove unused includes of boost lexical_cast
Wladimir J. van der Laan
2014-03-07
1
-1
/
+0
*
Replace PrintException with PrintExceptionContinue + throw
Wladimir J. van der Laan
2014-02-26
1
-1
/
+2
*
Fix bitcoin-cli exit status code
Cozz Lovan
2014-02-26
1
-1
/
+1
*
some string and indentation updates in init/rpcclient
Philip Kaufmann
2013-12-09
1
-1
/
+1
*
Merge pull request #3320 from laanwj/2013_11_cli_split
Gavin Andresen
2013-12-03
1
-0
/
+32
|
\
|
*
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-12-03
1
-0
/
+32
*
|
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-0
/
+1
|
/
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-0
/
+246