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
/
test
/
validation_chainstatemanager_tests.cpp
Age
Commit message (
Expand
)
Author
2021-09-15
test: refactor: separate CreateBlock in TestChain100Setup
James O'Beirne
2021-09-15
move-only: unittest: add test/util/chainstate.h
James O'Beirne
2021-07-16
refactor: remove unused assumeutxo methods
James O'Beirne
2021-07-13
validation: make CChainState::m_mempool optional
James O'Beirne
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-05-11
refactor: Avoid magic value of all-zeros in assumeutxo base_blockhash
MarcoFalke
2021-05-11
Fix assumeutxo crash due to invalid base_blockhash
MarcoFalke
2021-04-26
validation: remove nchaintx from assumeutxo metadata
James O'Beirne
2021-04-14
validation: fix ActivateSnapshot to use hardcoded nChainTx
James O'Beirne
2021-04-08
test: Remove option to make TestChain100Setup non-deterministic
MarcoFalke
2021-04-04
Fix assumeutxo crash due to missing base_blockhash
MarcoFalke
2021-02-12
test: Add tests with maleated snapshot data
Fabian Jahr
2021-02-12
tests: add snapshot activation test
James O'Beirne
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2021-01-12
Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK
fanquake
2020-12-08
test: Add new ChainTestingSetup and use it
Carl Dong
2020-12-04
sync: Use decltype(auto) return type for WITH_LOCK
Carl Dong
2020-08-28
Pass mempool reference to chainstate constructor
MarcoFalke
2020-07-29
test: Simplify cs_main locks
MarcoFalke
2020-07-01
add ChainstateManager::MaybeRebalanceCaches()
James O'Beirne
2020-07-01
Add CChainState::ResizeCoinsCaches
James O'Beirne
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
test: Avoid accessing free'd memory in validation_chainstatemanager_tests
MarcoFalke
2020-03-17
test: add basic tests for ChainstateManager
James O'Beirne