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
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-07-08
test: [refactor] Pass TestOpts
MarcoFalke
2024-06-13
refactor: remove warnings globals
stickies-v
2024-05-21
rpc: Optimize serialization disk space of dumptxoutset
Fabian Jahr
2024-03-18
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
Ryan Ofsky
2024-03-18
assumeutxo: Get rid of faked nTx and nChainTx values
Ryan Ofsky
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-15
[refactor] Make signals optional in mempool and chainman
TheCharlatan
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-05
Remove GetAdjustedTime
dergoegge
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-11-21
Use Txid in COutpoint
dergoegge
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
[next]