Age | Commit message (Expand) | Author |
2023-07-11 | kernel: Remove StartShutdown calls from validation code | Ryan Ofsky |
2023-07-07 | scripted-diff: rename 'loadblk' thread name to 'initload' | 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-05-30 | kernel: Remove chainparams, chainparamsbase, args, settings from kernel library | TheCharlatan |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-24 | refactor: Replace std::optional<bilingual_str> with util::Result | Ryan Ofsky |
2023-05-20 | kernel: Add warning method to notifications | TheCharlatan |
2023-05-20 | kernel: Add progress method to notifications | TheCharlatan |
2023-05-20 | kernel: Add headerTip method to notifications | TheCharlatan |
2023-05-20 | kernel: Add notification interface | TheCharlatan |
2023-05-10 | refactor, blockstorage: Replace blocksdir arg | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-04 | Add BlockManagerOpts::chainparams reference | MarcoFalke |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-03-16 | Merge bitcoin/bitcoin#26177: refactor / kernel: Move non-gArgs chainparams fu... | fanquake |
2023-03-15 | Split non/kernel chainparams | Carl Dong |
2023-03-15 | Move ::nPruneTarget into BlockManager | MarcoFalke |
2023-02-10 | refactor, validation: Add ChainstateManagerOpts db options | Ryan Ofsky |
2022-09-09 | scripted-diff: rename CChainState -> Chainstate | James O'Beirne |
2022-08-29 | Require callers of AcceptBlockHeader() to perform anti-dos checks | Suhas Daftuar |
2022-08-22 | Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe | fanquake |
2022-08-16 | refactor: Add lock annotations to Active* methods | MacroFake |
2022-08-05 | Make adjusted time type safe | MacroFake |
2022-08-03 | validationcaches: Add and use ValidationCacheSizes | Carl Dong |
2022-08-03 | cuckoocache: Return approximate memory size | Carl Dong |
2022-07-19 | refactor: Reduce number of LoadChainstate return values | Russell Yanofsky |
2022-07-19 | refactor: Reduce number of LoadChainstate parameters | Russell Yanofsky |
2022-07-14 | Use designated initializers for ChainstateManager::Options | Carl Dong |
2022-06-02 | kernel: SanityChecks: Return an error struct | Carl Dong |
2022-06-02 | Move init::SanityCheck to kernel::SanityCheck | Carl Dong |
2022-06-02 | init: Initialize globals with kernel::Context's life | 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-18 | Do not pass Consensus::Params& to Chainstate helpers | MacroFake |
2022-05-18 | Do not pass time getter to Chainstate helpers | MacroFake |
2022-05-10 | validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm... | 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-04-28 | Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel` | fanquake |
2022-04-27 | validation: Prune UnloadBlockIndex and callees | Carl Dong |
2022-04-27 | validation: No mempool clearing in UnloadBlockIndex | Carl Dong |
2022-04-26 | b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp | Carl Dong |
2022-04-04 | refactor: fix clang-tidy named args usage | fanquake |
2022-03-08 | bitcoin-chainstate: Lock cs_main to UnloadBlockIndex | Carl Dong |
2022-02-14 | build: Add example bitcoin-chainstate executable | Carl Dong |