155 Commits (5d5862a85e806f5e12c3da9f5a516839fb4c17a0)

Author SHA1 Message Date
Simon c1c4594371 Implemented RPC calls z_importkey, z_exportkey, z_getnewaddress. 8 years ago
Gaurav Rana 6c7cc8ebea update zcash-cli stop message 8 years ago
Sean Bowe 1737627c4e Introduce `zcsamplejoinsplit` for creating a raw joinsplit description, and use it to construct the joinsplit for the performance tests that verify joinsplits. 8 years ago
Sean Bowe b7e4abd6f7 Rename some usage of 'pour'. 8 years ago
Simon 1b114e54c4 Add getblocksubsidy RPC command to return the block reward for a given 8 years ago
Jack Grigg 3985a40d1f Change default ports 8 years ago
Taylor Hornby 6962bb3df0 Add automated performance measurement system. 8 years ago
Sean Bowe a8ac403db0 Added mapAnchors consensus rules, finished zcrawpour/zcrawreceive. 9 years ago
Sean Bowe 730790f7a4 Added primitive zcrawkeygen/zcrawpour implementations 9 years ago
Veres Lajos 45bfa137ef PARTIAL: typofixes (found by misspell_fixer) 9 years ago
Wladimir J. van der Laan 7ff9d122e4 Make sure LogPrintf strings are line-terminated 9 years ago
Luke Dashjr b05a89b2de Non-grammatical language improvements 9 years ago
Matt Corallo 59ed61b389 Add RPC call to generate and verify merkle blocks 10 years ago
Jonas Schnelli 97ee866549 [REST] getutxos REST command (based on Bip64) 10 years ago
Jonas Schnelli b9fb692d04 Push down RPC reqWallet flag 9 years ago
Pieter Wuille 6b04508e37 Introduce separate 'generate' RPC call 9 years ago
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 9 years ago
Jonas Schnelli 50c72f23ad [Move Only] Move wallet related things to src/wallet/ 10 years ago
Gregory Maxwell 28d4cff0ed Sanitize command strings before logging them. 10 years ago
Wladimir J. van der Laan 5ebe0956b3 Trim RPC command table 10 years ago
Eric Lombrozo 4401b2d7c5 Removed main.h dependency from rpcserver.cpp 10 years ago
Gregory Maxwell 7d2cb48511 Restore RPC HTTP keepalives to default. 10 years ago
Gregory Maxwell 16a5c18cea Add a -rpckeepalive and disable RPC use of HTTP persistent connections. 10 years ago
jtimon 0cc0d8d60b Get rid of the internal miner's hashmeter 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
Cory Fields 8db1760751 rpcserver: attempt to fix uncaught exception. 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Gregory Maxwell 683dc4009b Disable SSLv3 (in favor of TLS) for the RPC client and server. 10 years ago
Wladimir J. van der Laan f86a24b368
Move `setmocktime` to hidden category 10 years ago
Pieter Wuille bd9aebf19d Introduce a hidden category 10 years ago
Pieter Wuille 9b0a8d3152 Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago
Jonas Schnelli 5dc713bfc7 [REST] set REST API behind "-rest" option 10 years ago
Jonas Schnelli 78bdc8103f [REST] give an appropriate response in warmup phase 10 years ago
Pieter Wuille 798faec3ea Add 'invalidateblock' and 'reconsiderblock' RPC commands. 10 years ago
Glenn Willen 77c38bb5cc Truthier error message when rpcpassword is missing 10 years ago
Jeff Garzik 7715c84747
HTTP REST: minor fixes 10 years ago
Gavin Andresen a8b2ce557d
regression test only setmocktime RPC call 10 years ago
Jeff Garzik e2655e0ab1 Add unauthenticated HTTP REST interface to public blockchain data. 10 years ago
Daniel Kraft af82884ab7 Add "warmup mode" for RPC server. 10 years ago
Michael Ford 7792040294 Update comments in rpcserver to be doxygen compatible 10 years ago
Mark Friedenbach d4746d56c0 Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log. 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 01094bd01f Don't reveal whether password is <20 or >20 characters in RPC 10 years ago
Jeff Garzik 6f2c26a457 Closely track mempool byte total. Add "getmempoolinfo" RPC. 10 years ago
Cozz Lovan 6b5b7cbfb4
Categorize rpc help overview 10 years ago
Wladimir J. van der Laan 733177ebd3 Remove size limit in RPC client, keep it in server 10 years ago
Wladimir J. van der Laan e17151ad2a Avoid a copy in RPC output 10 years ago