Age | Commit message (Expand) | Author |
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 |