311 Commits (8f3e38477e30abd9dd0e24a4d612126117f7793c)

Author SHA1 Message Date
practicalswift 3fe8a83969 Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...) 8 years ago
jonnynewbs 0ff9320bf5 refactor TxToJSON() and ScriptPubKeyToJSON() 8 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 8 years ago
John Newbery 883154cbcb [rpc] rename disconnectnode argument 8 years ago
Jorge Timón 1c897fc3da
Missing includes 8 years ago
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 8 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 8 years ago
Alex Morcos 14e10aa842 Call estimate(Smart)Fee directly from CBlockPolicyEstimator 8 years ago
Matt Corallo 1c95e2f9c9 Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining 8 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods 8 years ago
John Newbery 1352092dbd Log calls to getblocktemplate 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 8 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 8 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan f885b67029 refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 8 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 8 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 8 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 8 years ago
Wladimir J. van der Laan e141aa4ba6 Add mallocinfo mode to `getmemoryinfo` RPC 8 years ago
James Evans 05a9f22358 Trivial: Fix typo in help getrawtransaction RPC 8 years ago
practicalswift 97b8213674 Fix parameter naming inconsistencies between .h and .cpp files 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining 8 years ago
practicalswift 9ea249014a [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 8 years ago
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 8 years ago
John Newbery 338bf065a4 Add commenting around JSON error codes 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
John Newbery a012087667 Return correct error codes in setban(). 8 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 8 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 8 years ago
Alex Morcos 49be7e1bef [rpc] Remove priority information from mempool RPC calls 8 years ago
Alex Morcos f838005444 No longer allow "free" transactions 8 years ago
Russell Yanofsky e57a1fd899 Define 7200 second timestamp window constant 8 years ago
Gregory Sanders 666597798c remove 'label' filter for rpc command help 8 years ago
Luke Dashjr a4356328e0 Move wallet RPC declarations to rpcwallet.h 8 years ago
Luke Dashjr ad1573472e RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method 8 years ago
Luke Dashjr bf8a04a165 Reformat touched lines with C++11 8 years ago
Luke Dashjr 2e518e313b Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet 8 years ago
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 8 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 8 years ago
Alex Morcos ad727f4eaf [rpc] sendrawtransaction no longer bypasses minRelayTxFee 8 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 8 years ago
Marijn Stollenga 83ac719d34 Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 8 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 8 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 8 years ago
Cory Fields 3301587dc5 boost: remove iostreams includes 8 years ago
Alex Morcos 91fb506e0a Add two hour buffer to manual pruning 8 years ago