aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
2019-02-28Add support for stop/[start,stop] ranges to scantxoutsetPieter Wuille
2019-02-20rpc: Actually throw help when passed invalid number of paramsMarcoFalke
2019-02-11RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-01-30Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-08Merge #12153: Avoid permanent cs_main lock in getblockheaderWladimir J. van der Laan
2019-01-07Merge #15057: [rpc] Correct reconsiderblock help text, add testWladimir J. van der Laan
2019-01-04rpc: Avoid permanent cs_main lock in getblockheaderJoão Barbosa
2019-01-04Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSONMarcoFalke
2019-01-01[rpc] Correct reconsiderblock help text, add testMarcoFalke
2018-12-10Merge #14877: rpc: Document default values for optional argumentsMarcoFalke
2018-12-07rpc: Document default values for optional argumentsMarcoFalke
2018-12-07Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriateWladimir J. van der Laan
2018-12-05Merge #14796: rpc: Pass argument descriptions to RPCHelpManMarcoFalke
2018-12-04validation: Add and use HaveTxsDownloaded where appropriateMarcoFalke
2018-11-27Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille
2018-11-27rpc: Pass argument descriptions to RPCHelpManMarcoFalke
2018-11-23Merge #14726: Use RPCHelpMan for all RPCsWladimir J. van der Laan
2018-11-19Merge #14718: Remove unreferenced boost headersMarcoFalke
2018-11-16Remove unreferenced boost headersMurray Nesbitt
2018-11-14Add matching descriptors to scantxoutset output + testsPieter Wuille
2018-11-14Use RPCHelpMan for all RPCsMarcoFalke
2018-11-13rpc: Correctly name argumentsJon Layton
2018-11-09rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-19rpc: Always throw in getblockstats if -txindex is requiredJoão Barbosa
2018-10-09[rpc] Descriptions: Textual consistency fixesJon Layton
2018-09-24Merge #13311: Don't edit Chainparams after initializationMarcoFalke
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-23MOVEONLY: Move versionbits info out of versionbits.oJorge Timón
2018-09-11Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-09-10Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan
2018-09-09rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSONJoão Barbosa
2018-09-09rpc: Specify chain tip instead of chain in GetDifficultyJoão Barbosa
2018-09-09rpc: Fix SoftForkMajorityDesc and SoftForkDesc signaturesJoão Barbosa
2018-09-05Adjust TODO linkPieter Wuille
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-26Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entriesWladimir J. van der Laan
2018-08-20Preserve a format of RPC command definitionsKostiantyn Stepaniuk
2018-08-11Replace median fee rate with feerate percentilesMarcin Jachymiak
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-07Consistently use ParseHashV to validate hash inputs in rpcBen Woosley
2018-08-03Use LOCK macros for non-recursive locksRussell Yanofsky
2018-07-27Support h instead of ' in hardened descriptor pathsPieter Wuille
2018-07-27Add experimental warning to scantxoutsetJonas Schnelli