161 Commits (master)

Author SHA1 Message Date
Duke Leto 022860159d Backport importpubkey RPC from CHIPS (BTC 0.15.x) 6 years ago
Jonathan "Duke" Leto fef0578e45 z_validateviewingkey has a dedicated branch, it needs more work 6 years ago
Duke Leto 7a7815bca5 Remove z_validateviewingkey from this branch, which still needs more work 6 years ago
Duke Leto 1c77077ad9 Add calc_MoM and height_MoM RPC methods 6 years ago
Duke Leto aeaf1e07a5 Add z_validateviewingkey and start to write some tests 6 years ago
Jonathan "Duke" Leto 64ebabc661 WIP Port z_listunspent from Zcash 6 years ago
FireMartZ 76d5f15158 Merge (what should be) the remaining source files. 6 years ago
Larry 5d5862a85e bitcore 7 years ago
Kent Sommer 6a531923b2 1.0.13 Dev Rollup 7 years ago
Simon 06c19063bb Implement RPC shield_coinbase #2448. 7 years ago
Jonathan "Duke" Leto 4eac91ca36 Much rebranding 7 years ago
Jonathan "Duke" Leto 6115a03214 Update a few places that still mention zcash-cli with hush-cli 7 years ago
Kevin Pan 26d27a15ce "getblocktemplate" could work without wallet 7 years ago
Bob McElrath c922edd00f
Add explicit shared_ptr constructor due to C++11 error 9 years ago
Wladimir J. van der Laan 858afa1a4a
Implement RPCTimerHandler for Qt RPC console 9 years ago
Wladimir J. van der Laan afd64f76ea
evhttpd implementation 9 years ago
Jack Grigg bec25c91cb
Revert "Closes #1680, temporary fix for rpc deadlock inherited from upstream." 7 years ago
Philip Kaufmann db954a65ac
use const references where appropriate 9 years ago
Wladimir J. van der Laan 84d1d5fd6f
rpc: Accept strings in AmountFromValue 9 years ago
Forrest Voight 483672f772
When processing RPC commands during warmup phase, parse the 9 years ago
Peter Todd d3d5483eef
Add getblockheader RPC call 9 years ago
Matt Corallo 3d8013a01b
Add fundrawtransaction RPC method 9 years ago
Jonas Schnelli ed3f13a057
[RPC] add setban/listbanned/clearbanned RPC commands 9 years ago
Alex van der Peet 94ee48c42a
New RPC command disconnectnode 9 years ago
Wladimir J. van der Laan 2aee461930
univalue: Avoid unnecessary roundtrip through double for numbers 9 years ago
Wladimir J. van der Laan d5bf1afae9
rpc: Make ValueFromAmount always return 8 decimals 9 years ago
Wladimir J. van der Laan fed500e2dd
rpc: Accept scientific notation for monetary amounts in JSON 9 years ago
Wladimir J. van der Laan a5beb3a51b
Get rid of fPlus argument to FormatMoney 9 years ago
Wladimir J. van der Laan c66dff3dc7
Don't go through double in AmountFromValue and ValueFromAmount 9 years ago
Jonas Schnelli a10a6e2a0e
[Univalue] add univalue over subtree 9 years ago
Jack Grigg cc71666a51
unsigned int -> size_t for comparing with UniValue.size() 7 years ago
Jonas Schnelli bf3f56025d
fix rpc batching univalue issue 9 years ago
Jonas Schnelli d014114d67
Remove JSON Spirit wrapper, remove JSON Spirit leftovers 9 years ago
Jonas Schnelli 851f58f94e
remove JSON Spirit UniValue wrapper 9 years ago
Jonas Schnelli 38fc4b7090
expicit set UniValue type to avoid empty values 9 years ago
Jeff Garzik ed21d5bd4b
Convert tree to using univalue. Eliminate all json_spirit uses. 10 years ago
Jack Grigg 8e8b6d701b
Switch miner to P2PKH, add -mineraddress option 8 years ago
Jack Grigg 2cc0a252ad
Add compile flag to disable compilation of mining code 8 years ago
Wladimir J. van der Laan e957192c54
rpc: Implement random-cookie based authentication 9 years ago
Jack Grigg f3e4968626
Only enable getblocktemplate when wallet is enabled 8 years ago
J-Stuhlman df138c1c71 Update rpcserver.cpp 8 years ago
Jack Grigg 000499ae64
Add getlocalsolps and getnetworksolps RPC calls, show them in getmininginfo 8 years ago
Simon f4404d7b5b Closes #1680, temporary fix for rpc deadlock inherited from upstream. 8 years ago
Simon 4e16a7249c Closes #1746. Add rpc call z_validateaddress to validate zaddrs. 8 years ago
Sean Bowe 58c4c0bba3 Change some Bitcoin strings to Zcash strings. 8 years ago
Simon 6c41028f7c Add z_listreceivedbyaddress RPC call 8 years ago
Simon 6d2d045c6b Disable z_sendmany in safe mode 8 years ago
Simon a0a3334c4d Add z_getbalance and z_gettotalbalance RPC calls to close #1201. 8 years ago
Simon f86f625dce Update RPCServer to use AsyncRPCQueue's shared queue. 8 years ago
Simon 008fccfa48 Disable option to allow multiple async rpc workers. 8 years ago