aboutsummaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2022-06-22scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unitCarl Dong
2022-06-17Merge bitcoin/bitcoin#25299: doc: Correct comments re. units of constantslaanwj
2022-06-15Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...fanquake
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-06-07doc: Correct nPruneTarget misidentifying units of variabledarosior
2022-06-06miner: Make mempool optional for BlockAssemblerCarl Dong
2022-06-06scripted-diff: remove duplicate categories from LogPrint outputJon Atack
2022-06-04Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...fanquake
2022-06-02Move init::SanityCheck to kernel::SanityCheckCarl Dong
2022-06-02init: Initialize globals with kernel::Context's lifeCarl Dong
2022-06-02kernel: pass params to BlockManager rather than using a globalCory Fields
2022-05-31kernel: Introduce empty and unused kernel::ContextCarl Dong
2022-05-27miner: Make UpdatePackagesForAdded staticCarl Dong
2022-05-27miner: Absorb SkipMapTxEntry into addPackageTxsCarl Dong
2022-05-27Merge bitcoin/bitcoin#24934: refactor, miner: Delete call to UpdatePackagesFo...MacroFake
2022-05-26Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUIMacroFake
2022-05-24Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...laanwj
2022-05-23coinstats: Move GetUTXOStats to rpc/blockchainCarl Dong
2022-05-23scripted-diff: Move src/kernel/coinstats to kernel::Carl Dong
2022-05-23coinstats: Split node/coinstats.h to kernel/coinstats.hCarl Dong
2022-05-23coinstats: Move hasher codepath to kernel/coinstatsCarl Dong
2022-05-23Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStatsCarl Dong
2022-05-23coinstats: Separate hasher/index lookup codepathsCarl Dong
2022-05-23coinstats: Return purely out-param CCoinsStatsCarl Dong
2022-05-21refactor: Remove defunct attributes.h includesBen Woosley
2022-05-20coinstats: Extract index_requested in-member to in-paramCarl Dong
2022-05-20coinstats: Extract hash_type in-member to in-paramCarl Dong
2022-05-20Add ChainstateManager::m_adjusted_time_callbackCarl Dong
2022-05-20Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not neededMacroFake
2022-05-19settings: Add resetSettings() methodRyan Ofsky
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-19settings: Add update/getPersistent/isIgnored methodsRyan Ofsky
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-18Do not pass Consensus::Params& to Chainstate helpersMacroFake
2022-05-18Do not pass time getter to Chainstate helpersMacroFake
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-10validation: move g_versionbitscache into ChainstateManagerAnthony Towns
2022-05-10validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...Anthony Towns
2022-05-06Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...MacroFake
2022-05-03blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_timeJon Atack
2022-04-28blockstorage, refactor: pass GetFirstStoredBlock() start_block by referenceJon Atack
2022-04-28blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManagerJon Atack
2022-04-27validation: Prune UnloadBlockIndex and calleesCarl Dong
2022-04-27init: Reset mempool and chainman via reconstructionCarl Dong
2022-04-26Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex privatefanquake
2022-04-25blockstorage: Add prune locks to BlockManagerFabian Jahr
2022-04-25refactor: Introduce GetFirstStoredBlock helper functionFabian Jahr
2022-04-22Delete UpdatePackagesForAdded at beginning of addPackageTxs.KevinMusgrave