Age | Commit message (Expand) | Author |
2020-07-29 | Pass mempool pointer to GetCoinsCacheSizeState | MarcoFalke |
2020-07-29 | Pass mempool pointer to UnloadBlockIndex | MarcoFalke |
2020-07-29 | Merge #18637: coins: allow cache resize after init | MarcoFalke |
2020-07-26 | rpc: Avoid useless mempool query in gettxoutproof | MarcoFalke |
2020-07-11 | net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD | Jon Atack |
2020-07-11 | net: remove -banscore configuration option | Jon Atack |
2020-07-10 | doc: Use precise permission flags where possible | MarcoFalke |
2020-07-01 | add ChainstateManager::MaybeRebalanceCaches() | James O'Beirne |
2020-07-01 | Add CChainState::ResizeCoinsCaches | James O'Beirne |
2020-06-29 | refactor: Remove confusing BlockIndex global | MarcoFalke |
2020-06-19 | Add ChainstateManager::ActiveChainstate | MarcoFalke |
2020-06-07 | doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call | Calvin Kim |
2020-05-21 | validation: Mark g_chainman DEPRECATED | MarcoFalke |
2020-05-21 | validation: Make ProcessNewBlock*() members of ChainstateManager | MarcoFalke |
2020-05-21 | validation: Make PruneOneBlockFile() a member of ChainstateManager | MarcoFalke |
2020-05-21 | validation: Make LoadBlockIndex() a member of ChainstateManager | MarcoFalke |
2020-05-21 | node: Add chainman alias for g_chainman | MarcoFalke |
2020-05-19 | refactor: Pass SynchronizationState enum to GUI | Hennadii Stepanov |
2020-05-04 | Merge #18786: init: Remove boost from ThreadImport | Wladimir J. van der Laan |
2020-04-29 | validation: Add minimum witness commitment size constant | fanquake |
2020-04-27 | init: Remove boost from ThreadImport | MarcoFalke |
2020-04-23 | [validation] Move all const declarations to top of validation.h | John Newbery |
2020-04-23 | [validation] Move validation-only consts to validation.cpp | John Newbery |
2020-04-23 | [net processing] Move net processing consts to net_processing.cpp | John Newbery |
2020-03-17 | protect g_chainman with cs_main | James O'Beirne |
2020-03-17 | use ChainstateManager to initialize chainstate | James O'Beirne |
2020-03-17 | refactor: move RewindBlockIndex to CChainState | James O'Beirne |
2020-03-17 | validation: introduce unused ChainstateManager | James O'Beirne |
2020-03-17 | validation: add CChainState.m_from_snapshot_blockhash | James O'Beirne |
2020-01-15 | scripted-diff: Bump copyright of files changed in 2020 | MarcoFalke |
2020-01-15 | scripted-diff: Replace CCriticalSection with RecursiveMutex | MarcoFalke |
2019-12-12 | refactoring: introduce CChainState::GetCoinsCacheSizeState | James O'Beirne |
2019-11-29 | Use correct C++11 header for std::swap() | Hennadii Stepanov |
2019-11-20 | refactor: Remove unused COINBASE_FLAGS | Neha Narula |
2019-11-07 | Merge #17342: refactor: Clean up nScriptCheckThreads | MarcoFalke |
2019-11-06 | [refactor] Replace global int nScriptCheckThreads with bool | John Newbery |
2019-11-05 | Merge #16899: UTXO snapshot creation (dumptxoutset) | Wladimir J. van der Laan |
2019-10-29 | [validation] Remove fMissingInputs from AcceptToMemoryPool() | John Newbery |
2019-10-29 | [validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders() | John Newbery |
2019-10-29 | [validation] Add CValidationState subclasses | John Newbery |
2019-10-29 | add unused SnapshotMetadata class | James O'Beirne |
2019-10-24 | Merge #17004: validation: Remove REJECT code from CValidationState | Wladimir J. van der Laan |
2019-10-15 | Remove unused includes | practicalswift |
2019-10-10 | [validation] Remove REJECT code from CValidationState | John Newbery |
2019-10-02 | p2p: Remove BIP61 reject messages | MarcoFalke |
2019-09-24 | validation: Make GetWitnessCommitmentIndex public | MarcoFalke |
2019-09-17 | refactoring: move ReplayBlocks under CChainState | James O'Beirne |
2019-09-17 | refactoring: move LoadChainTip to CChainState method | James O'Beirne |
2019-09-17 | doc: fix CChainState::ActivateBestChain doc | James O'Beirne |
2019-09-10 | doc: move-only ActivateBestChain doxygen comment to header | MarcoFalke |