aboutsummaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
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-07blockman: Replace m_reindexing with m_blockfiles_indexedRyan Ofsky
2024-06-07kernel: Add less confusing reindex optionsRyan Ofsky
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
2024-05-06refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...Luke Dashjr
2024-05-01rpc: return warnings as an array instead of just a single onestickies-v
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-30Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logicAva Chow
2024-04-26validation: allow to specify frequency for -checkblockindexMartin Zumsande
2024-04-10Add TimeOffsets helper classstickies-v
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-03-21node: Make translations of fatal errors consistentTheCharlatan
2024-03-20Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if it i...Ava Chow
2024-03-18Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...glozow
2024-03-13RPC: Add maxfeerate and maxburnamount args to submitpackageGreg Sanders
2024-03-12blockstorage: check nPos in ReadRawBlockFromDisk before seeking backAndrew Toth
2024-03-12blockstorage: do not flush block to disk if it is already thereMatthew Zipkin
2024-03-11scripted-diff: Replace error() with LogError()MarcoFalke
2024-03-11refactor: Make error() return type voidMarcoFalke
2024-03-11scripted-diff: return error(...); ==> error(...); return false;MarcoFalke
2024-02-15scripted-diff: Rename MainSignals to ValidationSignalsTheCharlatan
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-02-01refactor: Fix timedata includesMarcoFalke
2024-01-31Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)Ava Chow
2024-01-30Merge bitcoin/bitcoin#29308: doc: update `BroadcastTransaction` commentglozow
2024-01-29doc: update `BroadcastTransaction` commentismaelsadeeq
2024-01-25Merge bitcoin/bitcoin#20827: During IBD, prune as much as possible until we g...Ava Chow