aboutsummaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2024-08-05rpc: clarify ALREADY_IN_CHAIN rpc errorswillcl-ark
2024-08-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-02Merge bitcoin-core/gui#626: Showing Local Addresses in Node WindowHennadii Stepanov
2024-08-02net: Providing an interface for mapLocalHostJadi
2024-07-26mingw: Document mode wbx workaroundMarcoFalke
2024-07-26Add -blocksxor boolean optionMarcoFalke
2024-07-26Return XOR AutoFile from BlockManager::Open*File()MarcoFalke
2024-07-24refactor: Add FlatFileSeq member variables in BlockManagerTheCharlatan
2024-07-17refactor: add coinbase constraints to BlockCreateOptionsSjors Provoost
2024-07-16refactor: pass BlockCreateOptions to createNewBlockSjors Provoost
2024-07-15Merge bitcoin/bitcoin#30428: log: LogError with FlatFilePos in UndoReadFromDiskRyan Ofsky
2024-07-15Merge bitcoin/bitcoin#30412: MiniMiner: use FeeFrac in AncestorFeerateComparatormerge-script
2024-07-14Merge bitcoin-core/gui#825: Show maximum mempool size in information windowHennadii Stepanov
2024-07-11log: Fix __func__ in LogError in blockstorage moduleMarcoFalke
2024-07-11log: LogError with FlatFilePos in UndoReadFromDiskMarcoFalke
2024-07-11refactor: Mark IsBlockPruned constMarcoFalke
2024-07-10Merge bitcoin/bitcoin#29668: prune, rpc: Check undo data when finding prunehe...Ava Chow
2024-07-09MiniMiner: use FeeFrac in AncestorFeerateComparatorglozow
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
2024-07-06Use WITH_LOCK in Warnings::SetAva Chow
2024-07-05kernel: De-globalize signature cacheTheCharlatan
2024-07-04kernel: De-globalize script execution cacheTheCharlatan
2024-07-04Merge bitcoin/bitcoin#29625: Several randomness improvementsmerge-script
2024-07-02Merge bitcoin/bitcoin#30324: optimization: Moved repeated `-printpriority` fe...Ava Chow
2024-07-02Merge bitcoin/bitcoin#30344: kernel: remove mempool_persistglozow
2024-07-01random: get rid of GetRand by inliningPieter Wuille
2024-07-01Merge bitcoin/bitcoin#30306: fuzz: Improve stability for txorphan and mini_mi...merge-script
2024-06-30Moved the repeated -printpriority fetching out of AddToBlockLÅ‘rinc
2024-06-27Have testBlockValidity hold cs_main instead of callerSjors Provoost
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