aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2017-03-29refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicitWladimir J. van der Laan
2017-03-27refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-23Merge #10029: Fix parameter naming inconsistencies between .h and .cpp filesJonas Schnelli
2017-03-20Merge #10038: Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-20Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-20Trivial: Fix typo in help getrawtransaction RPCJames Evans
2017-03-19Fix parameter naming inconsistencies between .h and .cpp filespracticalswift
2017-03-18Merge #9987: Remove unused codeWladimir J. van der Laan
2017-03-17Remove unused codepracticalswift
2017-03-14Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2017-03-09[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06practicalswift
2017-03-09Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan
2017-03-09Merge #9575: Remove unused, non-working RPC PostCommand signalWladimir J. van der Laan
2017-03-09Remove unreachable code (g_rpcSignals.PostCommand)practicalswift
2017-03-08Add commenting around JSON error codesJohn Newbery
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-07Return correct error codes in setban().John Newbery
2017-03-07Return correct error codes in blockchain.cpp.John Newbery
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-06Merge #9908: Define 7200 second timestamp window constantWladimir J. van der Laan
2017-03-03[rpc] Remove priorityDelta from prioritisetransactionAlex Morcos
2017-03-03[rpc] Remove priority information from mempool RPC callsAlex Morcos
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-03-03Define 7200 second timestamp window constantRussell Yanofsky
2017-03-03Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan
2017-03-01remove 'label' filter for rpc command helpGregory Sanders
2017-02-27Move wallet RPC declarations to rpcwallet.hLuke Dashjr
2017-02-27RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" methodLuke Dashjr
2017-02-27Reformat touched lines with C++11Luke Dashjr
2017-02-27Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr
2017-02-27RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr
2017-02-27RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr
2017-02-27[rpc] sendrawtransaction no longer bypasses minRelayTxFeeAlex Morcos
2017-02-27[rpc] Remove estimatepriority and estimatesmartpriority.Alex Morcos
2017-02-26Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-23Trivial: Rephrase the definition of difficulty in the code.Karl-Johan Alm
2017-02-22Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()Wladimir J. van der Laan
2017-02-22Merge #9801: Removed redundant parameter from mempool.PrioritiseTransactionWladimir J. van der Laan
2017-02-21Removed redundant parameter from mempool.PrioritiseTransactiongubatron
2017-02-20Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segw...Wladimir J. van der Laan
2017-02-18Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke
2017-02-17boost: remove iostreams includesCory Fields
2017-02-16Add two hour buffer to manual pruningAlex Morcos
2017-02-14[trivial] Fix recently introduced typos in commentspracticalswift
2017-02-10Use importmulti timestamp when importing watch only keysRussell Yanofsky
2017-02-10Add test to check new importmulti "now" valueRussell Yanofsky
2017-02-07[Trivial] Remove incorrect help message from gettxoutproof()John Newbery
2017-02-02Better handle invalid parameters to signrawtransactionMatt Corallo
2017-02-02Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr