Age | Commit message (Expand) | Author |
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 |
2021-05-24 | [validation] package validation for test accepts | glozow |
2021-05-20 | [validation] explicit Success/Failure ctors for MempoolAcceptResult | glozow |
2021-05-20 | [validation] make CheckSequenceLocks context-free | glozow |
2021-05-19 | Remove -feefilter option | amadeuszpawlik |
2021-05-11 | refactor: Avoid magic value of all-zeros in assumeutxo base_blockhash | MarcoFalke |
2021-05-05 | Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage | W. J. van der Laan |
2021-04-30 | Merge bitcoin/bitcoin#19521: Coinstats Index | W. J. van der Laan |
2021-04-28 | Merge bitcoin/bitcoin#21783: refactor: Make MempoolAcceptResult members const | MarcoFalke |
2021-04-27 | Merge bitcoin/bitcoin#21523: validation: run VerifyDB on all chainstates | MarcoFalke |
2021-04-27 | move-only: Move functions to blockstorage | MarcoFalke |
2021-04-27 | move-only: Move constants to blockstorage | MarcoFalke |
2021-04-27 | refactor: Move block storage globals to blockstorage | MarcoFalke |
2021-04-27 | refactor: Move pruning/reindex/importing globals to blockstorage | MarcoFalke |
2021-04-27 | Merge bitcoin/bitcoin#21009: Remove RewindBlockIndex logic | W. J. van der Laan |
2021-04-26 | doc/style followups in MempoolAcceptResult | glozow |
2021-04-23 | doc: IsSnapshotActive | James O'Beirne |
2021-04-23 | validation: prepare VerifyDB for assumeutxo | James O'Beirne |