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
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-164
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Expose RPC calls for estimatesmart functions
Alex Morcos
2015-11-16
1
-0
/
+2
*
Merge pull request #5936
Wladimir J. van der Laan
2015-10-23
1
-0
/
+1
|
\
|
*
Add optional locktime to createrawtransaction
Tom Harding
2015-08-10
1
-0
/
+1
*
|
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
|
Add importpubkey method to import a watch-only pubkey
Matt Corallo
2015-07-20
1
-0
/
+1
*
|
Add p2sh option to importaddress to import redeemScripts
Matt Corallo
2015-07-20
1
-0
/
+1
|
/
*
Merge pull request #6247
Wladimir J. van der Laan
2015-07-02
1
-0
/
+1
|
\
|
*
Add getblockheader RPC call
Peter Todd
2015-06-05
1
-0
/
+1
*
|
Merge pull request #6088
Wladimir J. van der Laan
2015-06-23
1
-0
/
+1
|
\
\
|
*
|
Add fundrawtransaction RPC method
Matt Corallo
2015-06-11
1
-0
/
+1
|
|
/
*
|
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
1
-0
/
+1
*
|
[RPC] add setban/listbanned/clearbanned RPC commands
Jonas Schnelli
2015-06-17
1
-0
/
+1
|
/
*
Simplify RPCclient, adapt json_parse_error test
Wladimir J. van der Laan
2015-06-04
1
-20
/
+16
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-1
/
+1
*
univalue: add support for real, fix percision and make it json_spirit compatible
Jonas Schnelli
2015-06-04
1
-2
/
+3
*
special threatment for null,true,false because they are non valid json
Jonas Schnelli
2015-06-04
1
-2
/
+14
*
extend conversion to UniValue
Jonas Schnelli
2015-06-04
1
-1
/
+1
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-1
/
+1
*
Merge pull request #6022
Wladimir J. van der Laan
2015-04-30
1
-1
/
+0
|
\
|
*
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-04-16
1
-1
/
+0
*
|
Add RPC call to generate and verify merkle blocks
Matt Corallo
2015-04-23
1
-0
/
+1
|
/
*
Introduce separate 'generate' RPC call
Pieter Wuille
2015-04-01
1
-0
/
+1
*
Subtract fee from amount
Cozz Lovan
2015-03-13
1
-0
/
+2
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-5
/
+5
*
regression test only setmocktime RPC call
Gavin Andresen
2014-11-17
1
-0
/
+1
*
Merge pull request #4863
Wladimir J. van der Laan
2014-09-17
1
-0
/
+1
|
\
|
*
fix missing gettransaction entries in rpcclient
Benedict Chan
2014-09-16
1
-0
/
+1
*
|
remove include of chainparams.h
imharrywu
2014-09-16
1
-1
/
+0
|
/
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-1
/
+1
*
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
[next]