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-22
Merge #16015: validation: Hold cs_main when reading chainActive in RewindBloc...
MarcoFalke
2019-05-19
Merge #12980: Allow quicker shutdowns during LoadBlockIndex()
Jonas Schnelli
2019-05-17
Merge #15999: init: Remove dead code in LoadChainTip
MarcoFalke
2019-05-15
validation: Hold cs_main when reading chainActive in RewindBlockIndex
practicalswift
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
init: Remove dead code in LoadChainTip
MarcoFalke
2019-05-08
Merge #15971: validation: Add compile-time checking for negative locking requ...
MarcoFalke
2019-05-08
Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does ...
practicalswift
2019-05-07
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-03
refactoring: remove unused chainActive
James O'Beirne
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
refactoring: introduce unused ChainActive()
James O'Beirne
2019-05-03
rename: CChainState.chainActive -> m_chain
James O'Beirne
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
[refactor] Update some comments in validation.cpp as we arent doing DoS there
Matt Corallo
2019-05-02
scripted-diff: Remove DoS calls to CValidationState
Matt Corallo
2019-05-02
[refactor] Prep for scripted-diff by removing some \ns which annoy sed.
Matt Corallo
2019-05-02
CorruptionPossible -> BLOCK_MUTATED
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
Ban all peers for all block script failures
Suhas Daftuar
2019-05-02
Clean up banning levels
Matt Corallo
2019-05-02
Drop obsolete sigops comment
Matt Corallo
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
[next]