aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2016-12-14Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-05Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan
2016-12-04Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo
2016-12-04Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo
2016-12-04Make the optional pblock in ActivateBestChain a shared_ptrMatt Corallo
2016-12-02Make DecodeHexTx return a CMutableTransactionPieter Wuille
2016-12-02Switch GetTransaction to returning a CTransactionRefPieter Wuille
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-29Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-11-25Merge #9189: Always add default_witness_commitment with GBT client supportWladimir J. van der Laan
2016-11-24Correct help output for waitfor RPC commandsfanquake
2016-11-23Merge #9025: getrawtransaction should take a bool for verboseWladimir J. van der Laan
2016-11-22getrawtransaction should take a bool for verbosejnewbery
2016-11-21Always add default_witness_commitment with GBT client supportPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-17Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)Pieter Wuille
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-11-10fix getnettotals RPC description about timemillis.Masahiko Hyuga
2016-11-09Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo
2016-11-09Remove pfrom parameter from ProcessNewBlockMatt Corallo
2016-11-08Revert "RPC: Give more details when "generate" fails"Matt Corallo
2016-11-08RPC: Give more details when "generate" failsJorge Timón
2016-11-07Merge #9026: Fix handling of invalid compact blocksPieter Wuille
2016-11-07Remove priority estimationAlex Morcos
2016-11-03Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-11-02Merge #9042: [rpc] ParseHash: Fail when length is not 64Wladimir J. van der Laan
2016-11-02Merge #8753: Locked memory managerWladimir J. van der Laan
2016-10-31[rpc] ParseHash: Fail when length is not 64MarcoFalke
2016-10-31Change all instance of 'GMT epoch' to 'Unix epoch'matthias
2016-10-27instance of 'mem pool' to 'mempool'S. Matthew English
2016-10-27rpc: Add `getmemoryinfo` callWladimir J. van der Laan
2016-10-24RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr
2016-10-24Overhaul network activity toggleJonas Schnelli
2016-10-24RPC: Add "togglenetwork" method to toggle network activity temporarilyJon Lund Steffensen
2016-10-20Eliminating Inconsistencies in Textual OutputS. Matthew English
2016-10-20Merge #7551: Add importmulti RPC callWladimir J. van der Laan
2016-10-19Merge #7948: RPC: augment getblockchaininfo bip9_softforks dataWladimir J. van der Laan
2016-10-19Add importmulti rpc callPedro Branco
2016-10-19RPC: augment getblockchaininfo bip9_softforks datamruddy
2016-10-19[RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-10-19rpc: Change JSONRPCRequest to JSONRPCRequestObjWladimir J. van der Laan
2016-10-19Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of helpWladimir J. van der Laan
2016-10-19RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr
2016-10-18Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan
2016-10-18Merge #6996: Add preciousblock RPCWladimir J. van der Laan
2016-10-18Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan