54 Commits (master)

Author SHA1 Message Date
Jianping Wu 294f4f1cda Started changing from litecoin to kevacoin. 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 6 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 6 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift 680bc2cbb3 Use range-based for loops (C++11) when looping over map elements 7 years ago
Russell Yanofsky edafc718ad Fix uninitialized URI in batch RPC requests 7 years ago
John Newbery d4cdbd6fb6 [rpc] Deprecate estimatefee RPC 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 7 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 7 years ago
Luke Dashjr c99ab3ca4b RPC: Allow multiple names for parameters 7 years ago
John Newbery 1352092dbd Log calls to getblocktemplate 7 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 7 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 7 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 7 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 7 years ago
Gregory Sanders 666597798c remove 'label' filter for rpc command help 7 years ago
Luke Dashjr ad1573472e RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method 7 years ago
Cory Fields 3301587dc5 boost: remove iostreams includes 7 years ago
Russell Yanofsky 52dde66770 [wallet] Add include_unsafe argument to listunspent RPC 8 years ago
Wladimir J. van der Laan 6f1c76ae14 rpc: Support named arguments 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
MarcoFalke fa326193ad [rpc] ParseHash: Fail when length is not 64 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
whythat c784086075 use std::map::emplace() instead of std::map::insert() 8 years ago
whythat 5e187e7001 use c++11 std::unique_ptr instead of boost::shared_ptr 8 years ago
MarcoFalke fa7f4f577c [rpc] fundrawtransaction feeRate: Use BTC/kB 8 years ago
João Barbosa 41e835dd50 Add strict flag to RPCTypeCheckObj 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
Andrew C fe00ca758a Create generatetoaddress rpc 8 years ago
Luv Khemani ce7413fcb7 Add autocomplete to bitcoin-qt's console window. 8 years ago
Leviathn 8d1de43f0c Remove internal miner 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
Jonas Schnelli db198d51a6
Fix RPCTimerInterface ordering issue 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