aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
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
2018-05-22RPC: Introduce getblockstatsJorge Timón
2018-05-20Drop the chain argument to GetDifficultyBen Woosley
2018-05-07RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding
2018-05-07Refactor: RPC: Separate GetBlockChecked() from getblock()Jorge Timón
2018-05-05Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-05-02Add missing newlines to LogPrint debug loggingWladimir J. van der Laan
2018-04-30nit: fix typo for entry description stringmryandao
2018-04-26Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...Wladimir J. van der Laan
2018-04-25[rpc] Public interfaces to GetTransaction block until synced.Jim Posen
2018-04-25Add "bip125-replaceable" flag to mempool RPCsdexX7
2018-04-18Add new fee structure with all sub-fields denominated in BTCmryandao
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr