36 Commits (41113e33ad62333d99fd8cc6bf717c0794681d86)

Author SHA1 Message Date
Gavin Andresen 0f5954c434
Regression test for ResendWalletTransactions 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
jtimon 0cc0d8d60b Get rid of the internal miner's hashmeter 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Daniel Kraft 7c8e4c5cfb Make pass-by-ref arguments const. 10 years ago
Pieter Wuille 9b0a8d3152 Add 'invalidateblock' and 'reconsiderblock' RPC commands. 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
Michael Ford 72fb3d295a Update comments in src/rpc* to be doxygen compatible 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
Pavel Janík 84738627ce Fix all header defines 10 years ago
Philip Kaufmann 771d500283 minor cleanup: include orders, end comments etc. 10 years ago
Michael Ford 7792040294 Update comments in rpcserver to be doxygen compatible 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 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
Daniel Kraft b33bd7a3be Implement "getchaintips" RPC command to monitor blockchain forks. 10 years ago
Luke Dashjr ff6a7af154 getblocktemplate: longpolling support 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
jtimon 645d497aa0 Replace HexBits with strprintf 10 years ago
Jeff Garzik ed5769f536 Move AcceptedConnection class to rpcserver.h. 10 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 10 years ago
Pieter Wuille cf0c47b269 Remove getwork() RPC call 10 years ago
Gavin Andresen 171ca7745e estimatefee / estimatepriority RPC methods 10 years ago
Wladimir J. van der Laan 21bf3d257b Add tests for BoostAsioToCNetAddr 10 years ago
Wladimir J. van der Laan d387b8ec15 rpc: add `getblockchaininfo` and `getnetworkinfo` 10 years ago
Daniel Newton a00ebb5117 move wallet info stuff to "getwalletinfo" rpc (left original wallet 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan a8db31c83d qt: allow `walletpassphrase` in debug console without -server 11 years ago
Michael Bauer 6027b460e4 Add rpc command 'getunconfirmedbalance' to obtain total unconfirmed balance 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Philip Kaufmann 4315ec1a72 RPC: error code changes and prevent crash with walletpassphrase 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Josh Lehan 971bb3e901 Added ping time measurement. 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
coblee d64eef48a4 Add getnetworkhashps to get the calculated network hashrate 11 years ago
Peter Todd be066fad7d Add RPC call decodescript 11 years ago
Peter Todd 463c9710f5 Move Parse{Hash|Hex} to be usable by all RPC code 11 years ago
Jeff Garzik e5e9904c1c RPC: add getrawchangeaddress, for raw transaction change destinations 11 years ago
Jeff Garzik 091aa8dae9 RPC: add getbestblockhash, to return tip of best chain 11 years ago
Pieter Wuille 4e534aa9d8 Add dumpwallet and importwallet RPCs 11 years ago
Jeff Garzik f590653377 RPC: add 'verifychain', to verify chain database at runtime 11 years ago
Wladimir J. van der Laan d98bf10f23 Move pMiningKey init out of StartRPCThreads 11 years ago