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
/
validation.cpp
Age
Commit message (
Expand
)
Author
2019-05-01
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-04-30
Merge #15849: Thread names in logs and deadlock debug tools
MarcoFalke
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-26
Merge #15267: doc: explain AcceptToMemoryPoolWorker's coins_to_uncache
MarcoFalke
2019-04-26
doc: explain AcceptToMemoryPoolWorker's coins_to_uncache
James O'Beirne
2019-04-19
Merge #15655: Resolve the checkpoints <-> validation circular dependency
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-09
Merge #15629: init: Throw error when network specific config is ignored
MarcoFalke
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-03-23
Resolve the checkpoints <-> validation CD.
251
2019-03-22
doc: Fix all typos reported by codespell
MarcoFalke
2019-03-22
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-03-19
refactor: Expose UndoReadFromDisk in header
MarcoFalke
2019-03-18
Merge #15618: refactor: Remove unused function
Wladimir J. van der Laan
2019-03-18
refactor: Remove unused function
MarcoFalke
2019-03-18
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
MarcoFalke
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-07
Merge #15402: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-03
Make last disconnected block BLOCK_FAILED_VALID, even when aborted
Pieter Wuille
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-02-28
Optimization: don't add txn back to mempool after 10 invalidates
Pieter Wuille
2019-02-28
Prevent callback overruns in InvalidateBlock and RewindBlockIndex
Pieter Wuille
2019-02-28
Release cs_main during InvalidateBlock iterations
Pieter Wuille
2019-02-25
rpc/gui: Remove 'Unknown block versions being mined' warning
Wladimir J. van der Laan
2019-02-24
Call InvalidateBlock without cs_main held
Pieter Wuille
2019-02-24
Make RewindBlockIndex interruptible
Pieter Wuille
2019-02-24
Release cs_main during RewindBlockIndex operation
Pieter Wuille
2019-02-24
Merge the disconnection and erasing loops in RewindBlockIndex
Pieter Wuille
2019-02-24
Move erasure of non-active blocks to a separate loop in RewindBlockIndex
Pieter Wuille
2019-02-24
Abstract EraseBlockData out of RewindBlockIndex
Pieter Wuille
2019-02-22
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-02-22
validation: Refactor file flush logic into FlatFileSeq.
Jim Posen
2019-02-22
validation: Refactor block file pre-allocation into FlatFileSeq.
Jim Posen
2019-02-22
validation: Refactor OpenDiskFile into method on FlatFileSeq.
Jim Posen
2019-02-22
validation: Extract basic block file logic into FlatFileSeq class.
Jim Posen
2019-02-22
util: Move CheckDiskSpace to util.
Jim Posen
2019-02-12
Remove unnecessary const_cast
Julian Fleischer
2019-02-01
doc: Add cs_main lock annotations for mapBlockIndex
practicalswift
2019-01-30
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-15
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2019-01-04
Merge #13910: Log progress while verifying blocks at level 4
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-22
Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...
MarcoFalke
2018-12-22
validation: Add cs_main locking annotations
MarcoFalke
2018-12-20
doc: Add comment to cs_main and mempool::cs
MarcoFalke
[next]