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.h
Age
Commit message (
Expand
)
Author
2021-12-10
Merge bitcoin/bitcoin#23280: init: Coalesce Chainstate loading sequence betwe...
MarcoFalke
2021-12-08
Merge bitcoin/bitcoin#23465: Remove CTxMemPool params from ATMP
MarcoFalke
2021-12-07
Remove CTxMemPool params from ATMP
lsilva01
2021-12-07
validation: VerifyDB only needs Consensus::Params
Carl Dong
2021-12-03
cover DisconnectBlock with lock annotation
James O'Beirne
2021-12-02
Remove GetSpendHeight
MarcoFalke
2021-12-01
Merge bitcoin/bitcoin#22677: cut the validation <-> txmempool circular depend...
MarcoFalke
2021-12-01
Remove AcceptToMemoryPoolWithTime
lsilva01
2021-11-30
MOVEONLY: TestLockPointValidity to txmempool
glozow
2021-11-10
Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`
MarcoFalke
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-11-03
[validation] Add CChainState::ProcessTransaction()
John Newbery
2021-10-28
[validation/rpc] cache + use vsize calculated in PreChecks
glozow
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-04
[validation/mempool] use Spend/AddCoin instead of UpdateCoins
glozow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-23
Merge bitcoin/bitcoin#21526: validation: UpdateTip/CheckBlockIndex assumeutxo...
W. J. van der Laan
2021-09-20
refactor: Remove unused validation includes
MarcoFalke
2021-09-16
Merge bitcoin/bitcoin#22626: Remove txindex migration code
W. J. van der Laan
2021-09-15
validation: insert assumed-valid block index entries into candidates
James O'Beirne
2021-09-15
doc: add comment for g_best_block
James O'Beirne
2021-09-03
Add LIFETIMEBOUND to InitializeChainstate
MarcoFalke
2021-08-29
refactor: remove RecursiveMutex cs_nBlockSequenceId
Sebastian Falbesoner
2021-08-20
Add missing includes and forward declarations, remove unused ones
MarcoFalke
2021-08-05
misc package validation doc improvements
glozow
2021-07-28
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transactio...
MarcoFalke
2021-07-22
Merge bitcoin/bitcoin#22383: rpc: Prefer to use txindex if available for GetT...
MarcoFalke
2021-07-22
refactor: move `GetTransaction(...)` to node/transaction.cpp
Sebastian Falbesoner
2021-07-16
refactor: remove unused assumeutxo methods
James O'Beirne
2021-07-16
validation: add chainman ref to CChainState
James O'Beirne
2021-07-15
Move pblocktree global to BlockManager
MarcoFalke
2021-07-15
Move LoadBlockIndexDB to BlockManager
MarcoFalke
2021-07-13
refactor: move UpdateTip into CChainState
James O'Beirne
2021-07-13
refactor: no mempool arg to GetCoinsCacheSizeState
James O'Beirne
2021-07-13
refactor: move UpdateMempoolForReorg into CChainState
James O'Beirne
2021-07-13
validation: make CChainState::m_mempool optional
James O'Beirne
2021-07-03
prefer to use txindex if available for GetTransaction
Jameson Lopp
2021-06-30
[move-only] Move ComputeBlockVersion from validation to versionbits
Anthony Towns
2021-06-30
[refactor] Add versionbits deployments to deploymentstatus.h
Anthony Towns
2021-06-29
[refactor] Add deploymentstatus.h
Anthony Towns
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-13
refactor: Remove ::Params() global from inside CChainState member functions
MarcoFalke
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-06-10
qt/test: Reset chainman in ~ChainstateManager instead
Carl Dong
2021-06-10
Merge bitcoin/bitcoin#22084: package testmempoolaccept followups
fanquake
2021-06-03
doc: Various validation doc fixups
MarcoFalke
2021-06-02
[refactor] comment/naming improvements
glozow
2021-05-31
validation: change ProcessNewBlock() to take a CBlock reference
fanquake
2021-05-27
Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...
W. J. van der Laan
[next]