aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2017-05-03Add getchaintxstats RPCPieter Wuille
2017-05-02Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)practicalswift
2017-04-28refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-19Allow disconnectnode() to be called with node idJohn Newbery
2017-04-13[rpc] rename disconnectnode argumentJohn Newbery
2017-04-13Missing includesJorge Timón
2017-04-12Merge #10150: [rpc] Add logging rpcWladimir J. van der Laan
2017-04-10allow libevent logging to be updated during runtimeJohn Newbery
2017-04-10[rpc] Add logging RPCJohn Newbery
2017-04-10Merge #9725: CValidationInterface CleanupsWladimir J. van der Laan
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-07Merge #10162: [trivial] Log calls to getblocktemplateWladimir J. van der Laan
2017-04-07Use std::shared_ptr instead of boost::shared_ptr in ScriptForMiningMatt Corallo
2017-04-07Add override to functions using CValidationInterface methodsMatt Corallo
2017-04-06Merge #9902: Lightweight abstraction of boost::filesystemWladimir J. van der Laan
2017-04-06Log calls to getblocktemplateJohn Newbery
2017-04-04Merge #10146: Better error handling for submitblockWladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-03Add braces to submitblock per current style.Gregory Maxwell
2017-04-03Check transaction count early in submitblock.Gregory Maxwell
2017-04-02[rpc] Remove auth cookie on shutdownpracticalswift
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-31Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
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-26rpc: Rename first named arg of createrawtransactionMarcoFalke
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