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
2023-03-27
test: Fix intermittent failure in ChainStateManager tests
Martin Zumsande
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-03-07
Merge bitcoin/bitcoin#25740: assumeutxo: background validation completion
Andrew Chow
2023-03-07
test: add snapshot completion unittests
James O'Beirne
2023-02-17
Merge bitcoin/bitcoin#26940: test: create random and coins utils, add amount ...
Andrew Chow
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-13
Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization
Andrew Chow
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-09-13
test: add testcases for snapshot initialization
James O'Beirne
2022-09-13
test: add reset_chainstate parameter for snapshot unittests
James O'Beirne
2022-09-13
move-only: test: make snapshot chainstate setup reusable
James O'Beirne
2022-09-13
init: add utxo snapshot detection
James O'Beirne
2022-09-13
validation: rename snapshot chainstate dir
James O'Beirne
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-06-29
Use AutoFile where possible
MacroFake
2022-04-26
validation: default initialize and guard chainman members
Anthony Towns
2022-02-22
tests: Remove now-unnecessary manual Unload's
Carl Dong
2022-01-25
Require CBlockIndex::IsAssumedValid() to hold cs_main
Vasil Dimov
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-15
Merge bitcoin/bitcoin#23174: validation: have LoadBlockIndex account for snap...
MarcoFalke
2021-12-13
test: add tests for LoadBlockIndex when using multiple chainstates
James O'Beirne
2021-12-13
validation: don't modify genesis during snapshot load
James O'Beirne
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
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
[next]