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-10-13
refactor: update `MAX_DISCONNECTED_TX_POOL` from kb to bytes
ismaelsadeeq
2023-09-30
validation: assumeutxo: swap m_mempool on snapshot activation
James O'Beirne
2023-09-30
test: adjust chainstate tests to use recognized snapshot base
James O'Beirne
2023-09-30
chainparams: add blockhash to AssumeutxoData
James O'Beirne
2023-09-13
make DisconnectedBlockTransactions responsible for its own memory management
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-07-24
Fix initialization of setBlockIndexCandidates when working with multiple chai...
Suhas Daftuar
2023-07-24
Tighten requirements for adding elements to setBlockIndexCandidates
Suhas Daftuar
2023-07-14
Move block-arrival information / preciousblock counters to ChainstateManager
Suhas Daftuar
2023-07-08
test: make assumeUTXO test capture the expected fatal error
furszy
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-13
scripted-diff: Use datadir from options in chainstatemanager test
TheCharlatan
2023-05-30
refactor: Add path argument to FindSnapshotChainstateDir
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
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
[next]