Age | Commit message (Expand) | Author |
2022-07-18 | refactor: Make mapBlocksUnknownParent local, and rename it | Hennadii Stepanov |
2022-07-18 | Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from... | glozow |
2022-07-15 | Move {Load,Dump}Mempool to kernel namespace | Carl Dong |
2022-07-15 | Move DEFAULT_PERSIST_MEMPOOL out of libbitcoinkernel | Carl Dong |
2022-07-15 | LoadMempool: Pass in load_path, stop using gArgs | Carl Dong |
2022-07-15 | test/fuzz: Invoke LoadMempool via CChainState | Carl Dong |
2022-07-15 | Move FopenFn to fsbridge namespace | Carl Dong |
2022-07-15 | DumpMempool: Pass in dump_path, stop using gArgs | Carl Dong |
2022-07-14 | Move ChainstateManagerOpts into kernel:: namespace | Carl Dong |
2022-06-29 | Use AutoFile where possible | MacroFake |
2022-06-28 | mempool: Pass in -mempoolexpiry instead of referencing gArgs | Carl Dong |
2022-06-20 | refactor: move DEFAULT_*_LIMIT assertions from validation to policy | fanquake |
2022-06-20 | refactor: Move DEFAULT_DESCENDANT_SIZE_LIMIT to policy/policy.h | fanquake |
2022-06-20 | refactor: Move DEFAULT_DESCENDANT_LIMIT to policy/policy.h | fanquake |
2022-06-20 | refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h | fanquake |
2022-06-20 | refactor: Move DEFAULT_ANCESTOR_LIMIT to policy/policy.h | CAnon |
2022-06-10 | Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions | MacroFake |
2022-05-31 | Move minRelayTxFee to policy/settings | MacroFake |
2022-05-20 | validation: Have ChainstateManager own m_chainparams | Carl Dong |
2022-05-20 | Add ChainstateManager::m_adjusted_time_callback | Carl Dong |
2022-05-20 | Add ChainstateManagerOpts, using as ::Options | Carl Dong |
2022-05-21 | scripted-diff: Convert global Mutexes to GlobalMutexes | Anthony Towns |
2022-05-10 | validation: move g_versionbitscache into ChainstateManager | Anthony Towns |
2022-05-10 | deploymentstatus: allow chainman in place of consensusParams | Anthony Towns |
2022-05-10 | validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm... | Anthony Towns |
2022-05-10 | validation: replace ::Params() calls with chainstate/chainman member | Anthony Towns |
2022-05-10 | validation: remove redundant CChainParams params from ChainstateManager methods | Anthony Towns |
2022-05-10 | validation: add CChainParams to ChainstateManager | Anthony Towns |
2022-05-03 | Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al... | MacroFake |
2022-04-28 | validation: make CScriptCheck and prevector swap member functions noexcept | Jon Atack |
2022-04-27 | validation: Prune UnloadBlockIndex and callees | Carl Dong |
2022-04-27 | validation: No mempool clearing in UnloadBlockIndex | Carl Dong |
2022-04-27 | Clear {versionbits,warning}cache in ~Chainstatemanager | Carl Dong |
2022-04-26 | validation: default initialize and guard chainman members | Anthony Towns |
2022-04-26 | Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private | fanquake |
2022-04-21 | Disallow more unsafe string->path conversions allowed by path append operators | Ryan Ofsky |
2022-04-19 | scripted-diff: Rename pindexBestHeader, fHavePruned | Carl Dong |
2022-04-19 | move-mostly: Make pindexBestHeader a ChainMan member | Carl Dong |
2022-04-19 | Make BlockManager::LoadBlockIndex private | MarcoFalke |
2022-04-05 | [packages/policy] use package feerate in package validation | glozow |
2022-03-17 | Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions | MarcoFalke |
2022-03-15 | Only load BlockMan in BlockMan member functions | Carl Dong |
2022-03-14 | Clarify that CheckSequenceLocksAtTip is a validation function | MarcoFalke |
2022-03-14 | Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flags | MarcoFalke |
2022-03-09 | refactor: more const annotations for uses of CBlockIndex* | Anthony Towns |
2022-03-07 | Merge bitcoin/bitcoin#24299: validation, refactor: UnloadBlockIndex and Chain... | laanwj |
2022-02-21 | Merge bitcoin/bitcoin#24347: rpc: Fix implicit-integer-sign-change in verifyc... | MarcoFalke |
2022-02-15 | rpc: Fix implicit-integer-sign-change in verifychain | MarcoFalke |
2022-02-09 | Add missing thread safety lock assertions in validation.h | Jon Atack |
2022-02-09 | validation, refactoring: remove ChainstateManager::Reset() | Jon Atack |