Age | Commit message (Expand) | Author |
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 |
2019-09-03 | doc: ActivateBestChainStep return value | MarcoFalke |
2019-08-17 | [Fix] The default whitelistrelay should be true | nicolas.dorier |
2019-08-15 | Merge #16060: Bury bip9 deployments | MarcoFalke |
2019-08-15 | Cover UTXO set access with lock annotations | James O'Beirne |
2019-08-15 | refactor: have CCoins* data managed under CChainState | James O'Beirne |
2019-08-14 | [Consensus] Bury segwit deployment | John Newbery |
2019-08-06 | refactor: pcoinsTip -> CChainState::CoinsTip() | James O'Beirne |
2019-07-19 | Merge #15681: [mempool] Allow one extra single-ancestor transaction per package | Wladimir J. van der Laan |
2019-07-19 | Merge #16152: Disable bloom filtering by default. | fanquake |
2019-07-09 | [mempool] Allow one extra single-ancestor transaction per package | Matt Corallo |
2019-07-08 | refactoring: remove mapBlockIndex global | James O'Beirne |
2019-07-08 | refactoring: make pindexBestInvalid internal to validation.cpp | James O'Beirne |
2019-07-08 | refactoring: add block_index_candidates arg to LoadBlockIndex | James O'Beirne |
2019-07-08 | refactoring: move block metadata structures into BlockManager | James O'Beirne |
2019-07-02 | Merge #14193: validation: Add missing mempool locks | Wladimir J. van der Laan |
2019-06-08 | Remove -mempoolreplacement to prevent needless block prop slowness. | Matt Corallo |
2019-06-07 | validation: Add missing mempool locks | MarcoFalke |
2019-06-06 | Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h | Matt Corallo |
2019-06-06 | Disable bloom filtering by default. | Matt Corallo |
2019-06-05 | Merge #15976: refactor: move methods under CChainState (pt. 1) | Wladimir J. van der Laan |
2019-05-16 | refactoring: IsInitialBlockDownload -> CChainState | James O'Beirne |
2019-05-16 | refactoring: FlushStateToDisk -> CChainState | James O'Beirne |
2019-05-16 | refactoring: introduce ChainstateActive() | James O'Beirne |
2019-05-16 | move-only: make the CChainState interface public | James O'Beirne |
2019-05-13 | [refactor] interfaces: Add missing LockAnnotation for cs_main | MarcoFalke |
2019-05-08 | Merge #15971: validation: Add compile-time checking for negative locking requ... | MarcoFalke |
2019-05-08 | Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does ... | practicalswift |
2019-05-03 | refactoring: remove unused chainActive | James O'Beirne |
2019-05-03 | scripted-diff: replace chainActive -> ::ChainActive() | James O'Beirne |
2019-05-03 | refactoring: introduce unused ChainActive() | James O'Beirne |
2019-05-01 | Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo | MarcoFalke |
2019-04-30 | Merge #15849: Thread names in logs and deadlock debug tools | MarcoFalke |
2019-04-29 | threads: introduce util/threadnames, refactor thread naming | James O'Beirne |
2019-04-27 | Merge #15778: [wallet] Move maxtxfee from node to wallet | MarcoFalke |
2019-04-18 | [wallet] Move maxTxFee to wallet | John Newbery |
2019-04-18 | Merge #14121: Index for BIP 157 block filters | MarcoFalke |
2019-04-09 | [build] Add several util units | John Newbery |
2019-04-09 | [build] Move policy settings to new src/policy/settings unit | John Newbery |
2019-04-06 | init: Add CLI option to enable block filter index. | Jim Posen |
2019-03-22 | Move g_is_mempool_loaded into CTxMemPool::m_is_loaded | Ben Woosley |
2019-03-19 | refactor: Expose UndoReadFromDisk in header | MarcoFalke |