index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
blockchain.cpp
Age
Commit message (
Expand
)
Author
2018-07-17
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-15
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-12
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-13
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-06-08
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-05
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-05-30
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-23
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-22
RPC: Introduce getblockstats
Jorge Timón
2018-05-20
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
Refactor: RPC: Separate GetBlockChecked() from getblock()
Jorge Timón
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-04-30
nit: fix typo for entry description string
mryandao
2018-04-26
Merge #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-18
Add new fee structure with all sub-fields denominated in BTC
mryandao
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-29
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-20
Remove unnecessary NONNEGATIVE_SIGNED
Russell Yanofsky
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-06
Merge #12479: RPC: Add child transactions to getrawmempool verbose output
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-25
[RPC] Add list of child transactions to verbose output of getrawmempool
Conor Scott
2018-02-15
rpc: Refactor blockhash parse in getchaintxstats
João Barbosa
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-02
Document method for reviewers to verify chainTxData
John Newbery
2018-01-17
qa: Sync with validationinterface queue in sync_mempools
MarcoFalke
2018-01-04
Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...
Jeff Rade
2017-12-23
Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
Wladimir J. van der Laan
2017-12-23
Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account
Wladimir J. van der Laan
2017-11-30
Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...
Wladimir J. van der Laan
2017-11-30
Loop through the bip9 soft fork deployments instead of hard coding
Andrew Chow
2017-11-22
[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
sean
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo
Pieter Wuille
[next]