13 Commits (bebe3697fdad4b1649162a69fd344d3510e18af8)

Author SHA1 Message Date
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
Jonas Schnelli e7156ad61b
[RPC] pass HTTP basic authentication username to the JSONRequest object 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
Cory Fields d6a5dc4a2e add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 9 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 9 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 9 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 9 years ago
Luv Khemani ce7413fcb7 Add autocomplete to bitcoin-qt's console window. 9 years ago
Leviathn 8d1de43f0c Remove internal miner 9 years ago
Daniel Cousens d13f65ebac rpc: update inline comments to refer to new file paths 9 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
Jonas Schnelli dd2dc400ee
[RPC, Wallet] Move RPC dispatch table registration to wallet/ code 9 years ago
Alex Morcos 01e06d1fa3 Add new rpc call: abandontransaction 9 years ago
Jonas Schnelli 8a7f0001be
[RPC] remove the option of having multiple timer interfaces 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Alex Morcos 56106a3300 Expose RPC calls for estimatesmart functions 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Wladimir J. van der Laan be33f3f50b Implement RPCTimerHandler for Qt RPC console 9 years ago
Wladimir J. van der Laan 40b556d374 evhttpd implementation 9 years ago
Matt Corallo a1d7df3236 Add importpubkey method to import a watch-only pubkey 9 years ago
Jonas Schnelli 4e36e9bcc7 setban: rewrite to UniValue, allow absolute bantime 10 years ago
Jonas Schnelli d930b26a26 [RPC] add setban/listbanned/clearbanned RPC commands 10 years ago
Alex van der Peet 60dbe73016 New RPC command disconnectnode 10 years ago
Matt Corallo 21bbd920e5 Add fundrawtransaction RPC method 10 years ago
Peter Todd 076badb60f
Add getblockheader RPC call 10 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 10 years ago
Jonas Schnelli 9a8897f4ac Remove JSON Spirit wrapper, remove JSON Spirit leftovers 10 years ago
Jonas Schnelli 3df0411ad9 remove JSON Spirit UniValue wrapper 10 years ago
Jeff Garzik 15982a8b69 Convert tree to using univalue. Eliminate all json_spirit uses. 10 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 10 years ago
Pieter Wuille 6b04508e37 Introduce separate 'generate' RPC call 10 years ago
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