aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-2/+41
* Adjust TODO linkPieter Wuille2018-09-061-1/+1
* Replace median fee rate with feerate percentilesMarcin Jachymiak2018-08-111-8/+51
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Support h instead of ' in hardened descriptor pathsPieter Wuille2018-07-271-1/+2
* | Add experimental warning to scantxoutsetJonas Schnelli2018-07-271-0/+1
* | Swap in descriptors support into scantxoutsetPieter Wuille2018-07-271-120/+46
|/
* Merge #12196: Add scantxoutset RPC methodWladimir J. van der Laan2018-07-171-0/+289
|\
| * scantxoutset: mention that scanning by address will miss P2PK txoutsJonas Schnelli2018-07-151-0/+1
| * scantxoutset: support legacy P2PK script typeJonas Schnelli2018-07-151-3/+8
| * scantxoutset: add support for scriptsJonas Schnelli2018-07-151-3/+12
| * Blockchain/RPC: Add scantxoutset method to scan UTXO setJonas Schnelli2018-07-151-0/+245
| * Add FindScriptPubKey() to search the UTXO setJonas Schnelli2018-07-121-0/+29
* | cleanup: avoid hidden copies in range-for loopsCory Fields2018-06-151-1/+1
* | expose CBlockIndex::nTx in getblock(header)Gregory Sanders2018-06-131-0/+4
|/
* Merge #13259: refactoring: add a method for determining if a block is pruned ...Wladimir J. van der Laan2018-06-081-1/+1
|\
| * refactor: add a function for determining if a block is pruned or notKarl-Johan Alm2018-05-301-1/+1
* | Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...Wladimir J. van der Laan2018-06-051-15/+5
|\ \ | |/ |/|
| * Drop the chain argument to GetDifficultyBen Woosley2018-05-201-15/+5
* | Merge #10757: RPC: Introduce getblockstats to plot thingsWladimir J. van der Laan2018-05-231-11/+301
|\ \ | |/ |/|
| * RPC: Introduce getblockstatsJorge Timón2018-05-221-0/+281
| * Refactor: RPC: Separate GetBlockChecked() from getblock()Jorge Timón2018-05-071-11/+20
* | RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding2018-05-071-4/+4
|/
* Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift2018-05-051-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-27/+27
* Add missing newlines to LogPrint debug loggingWladimir J. van der Laan2018-05-021-1/+1
* nit: fix typo for entry description stringmryandao2018-04-301-1/+1
* Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...Wladimir J. van der Laan2018-04-261-4/+17
|\
| * Add new fee structure with all sub-fields denominated in BTCmryandao2018-04-181-4/+17
* | [rpc] Public interfaces to GetTransaction block until synced.Jim Posen2018-04-251-2/+0
|/
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón2018-03-291-1/+5
* | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-7/+7
|\ \
| * | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-7/+7
* | | Remove unnecessary NONNEGATIVE_SIGNEDRussell Yanofsky2018-03-201-1/+1
* | | Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky2018-03-151-3/+3
* | | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-19/+19
|\ \ \ | |/ / |/| |
| * | Add LookupBlockIndex functionJoão Barbosa2018-03-061-19/+19
* | | Merge #12479: RPC: Add child transactions to getrawmempool verbose outputWladimir J. van der Laan2018-03-061-0/+12
|\ \ \ | |/ / |/| |
| * | [RPC] Add list of child transactions to verbose output of getrawmempoolConor Scott2018-02-251-0/+12
* | | rpc: Refactor blockhash parse in getchaintxstatsJoão Barbosa2018-02-151-18/+12
|/ /
* | Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-151-4/+4
|\ \
| * | Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-081-4/+4
* | | scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-122/+122
|/ /
* / Document method for reviewers to verify chainTxDataJohn Newbery2018-02-021-6/+8
|/
* qa: Sync with validationinterface queue in sync_mempoolsMarcoFalke2018-01-171-0/+17
* Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...Wladimir J. van der Laan2018-01-041-1/+3
|\
| * [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...Jeff Rade2017-12-291-1/+3