aboutsummaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2024-06-27Drop unneeded lock from createNewBlockSjors Provoost
2024-06-26mempool: move LoadMempool/DumpMempool to nodeCory Fields
2024-06-26refactor: testBlockValidity make out argument lastSjors Provoost
2024-06-21refactor, blockstorage: Generalize GetFirstStoredBlockFabian Jahr
2024-06-20add node interface method for getting maximum mempool sizeSebastian Falbesoner
2024-06-19Don't use iterator addresses in IteratorComparatordergoegge
2024-06-18rpc: call IsInitialBlockDownload via miner interfaceSjors Provoost
2024-06-18rpc: minize getTipHash() calls in gbtSjors Provoost
2024-06-18rpc: call processNewBlock via miner interfaceSjors Provoost
2024-06-18rpc: getTransactionsUpdated via miner interfaceSjors Provoost
2024-06-18Always pass options to BlockAssembler constructorSjors Provoost
2024-06-18rpc: call CreateNewBlock via miner interfaceSjors Provoost
2024-06-18rpc: getblocktemplate getTipHash() via Miner interfaceSjors Provoost
2024-06-18rpc: call TestBlockValidity via miner interfaceSjors Provoost
2024-06-18Introduce Mining interfaceSjors Provoost
2024-06-17Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...Ava Chow
2024-06-14Merge bitcoin/bitcoin#30255: log: use error level for critical log messagesAva Chow
2024-06-13refactor: remove warnings globalsstickies-v
2024-06-13node: update uiInterface whenever warnings updatedstickies-v
2024-06-13introduce and use the generalized `node::Warnings` interfacestickies-v
2024-06-13move-only: move warnings from common to nodestickies-v
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-11Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndexAva Chow
2024-06-10Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...Ryan Ofsky
2024-06-10log: use error level for critical log messagesMarcoFalke
2024-06-07blockman: Replace m_reindexing with m_blockfiles_indexedRyan Ofsky
2024-06-07kernel: Add less confusing reindex optionsRyan Ofsky
2024-05-29refactor: use recommended type hiding on multi_index typesCory Fields
2024-05-24assumeutxo: Add network magic ctor param to SnapshotMetadataFabian Jahr
2024-05-23Merge bitcoin/bitcoin#29612: rpc: Optimize serialization and enhance metadata...Ava Chow
2024-05-21rpc: Enhance metadata of the dumptxoutset outputFabian Jahr
2024-05-17Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindexAva Chow
2024-05-16Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...Ryan Ofsky
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: add TransactionError includes and namespace declarationsRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-05-16common: Add PSBTError enumRyan Ofsky
2024-05-16util: move error.h TransactionError enum to node/types.hRyan Ofsky
2024-05-16kernel: De-globalize fReindexTheCharlatan
2024-05-14Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...Ava Chow
2024-05-14blockstorage: Don't move cursor backwards in UpdateBlockInfoRyan Ofsky
2024-05-14blockstorage: Rename FindBlockPos and have it return a FlatFilePosMartin Zumsande
2024-05-14validation, blockstorage: Separate code paths for reindex and saving new blocksMartin Zumsande
2024-05-14blockstorage: split up FindBlockPos functionMartin Zumsande
2024-05-14doc: Improve doc for functions involved in saving blocks to diskMartin Zumsande
2024-05-14Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel libraryRyan Ofsky
2024-05-14kernel: Remove batchpriority from kernel libraryTheCharlatan
2024-05-09kernel: Remove key module from kernel libraryTheCharlatan
2024-05-08blockstorage: Add Assume for fKnown / snapshot chainstateMartin Zumsande
2024-05-07Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...Ava Chow