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-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-05
Adjust TODO link
Pieter Wuille
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-08-31
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-26
Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entries
Wladimir J. van der Laan
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-11
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-03
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-07-27
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
Add experimental warning to scantxoutset
Jonas Schnelli
2018-07-27
Swap in descriptors support into scantxoutset
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
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-25
Add "bip125-replaceable" flag to mempool RPCs
dexX7
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
[next]