aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
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-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
2018-07-27Swap in descriptors support into scantxoutsetPieter Wuille
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-17Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan
2018-07-15scantxoutset: mention that scanning by address will miss P2PK txoutsJonas Schnelli
2018-07-15scantxoutset: support legacy P2PK script typeJonas Schnelli
2018-07-15scantxoutset: add support for scriptsJonas Schnelli
2018-07-15Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli
2018-07-12Add FindScriptPubKey() to search the UTXO setJonas Schnelli
2018-06-15cleanup: avoid hidden copies in range-for loopsCory Fields
2018-06-13expose CBlockIndex::nTx in getblock(header)Gregory Sanders
2018-06-08Merge #13259: refactoring: add a method for determining if a block is pruned ...Wladimir J. van der Laan
2018-06-05Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...Wladimir J. van der Laan
2018-05-30refactor: add a function for determining if a block is pruned or notKarl-Johan Alm
2018-05-23Merge #10757: RPC: Introduce getblockstats to plot thingsWladimir J. van der Laan