aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
AgeCommit message (Expand)Author
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-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
2018-03-29Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón
2018-03-27Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan
2018-03-20Remove unnecessary NONNEGATIVE_SIGNEDRussell Yanofsky
2018-03-15Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky
2018-03-13Merge #11041: Add LookupBlockIndexWladimir J. van der Laan
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-03-06Merge #12479: RPC: Add child transactions to getrawmempool verbose outputWladimir J. van der Laan
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-02-25[RPC] Add list of child transactions to verbose output of getrawmempoolConor Scott
2018-02-15rpc: Refactor blockhash parse in getchaintxstatsJoão Barbosa
2018-02-15Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan
2018-02-10scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek
2018-02-08Consistently use FormatStateMessage in RPC error outputBen Woosley
2018-02-02Document method for reviewers to verify chainTxDataJohn Newbery
2018-01-17qa: Sync with validationinterface queue in sync_mempoolsMarcoFalke
2018-01-04Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...Wladimir J. van der Laan
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-29[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...Jeff Rade
2017-12-23Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan
2017-12-23Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into accountWladimir J. van der Laan
2017-11-30Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...Wladimir J. van der Laan
2017-11-30Loop through the bip9 soft fork deployments instead of hard codingAndrew Chow
2017-11-22[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10Merge #11258: [rpc] Add initialblockdownload to getblockchaininfoPieter Wuille
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-07Add missing cs_main locks when calling blockToJSON/blockheaderToJSONpracticalswift
2017-10-26[trivial] (whitespace only) fix getblockchaininfo alignmentJohn Newbery
2017-10-26[rpc] Add initialblockdownload to getblockchaininfoJohn Newbery
2017-10-11[rpc] mempoolinfo should take ::minRelayTxFee into accountCristian Mircea Messel
2017-10-09Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan
2017-10-02Merge #11021: [rpc] fix getchaintxstats()Wladimir J. van der Laan