aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
AgeCommit message (Expand)Author
2023-09-14Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...fanquake
2023-09-14Merge bitcoin/bitcoin#28458: refactor: Remove unused GetType() from CBuffered...fanquake
2023-09-13Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...fanquake
2023-09-13[validation] don't LimitMempoolSize in any subpackage submissionsglozow
2023-09-13[validation] return correct result when already-in-mempool tx gets evictedglozow
2023-09-13[refactor] back-fill results in AcceptPackageglozow
2023-09-13[validation] make PackageMempoolAcceptResult members mutableglozow
2023-09-13[validation] add AcceptSubPackage to delegate Accept* calls and clean up m_viewglozow
2023-09-12kernel: Move MessageStartChars to its own fileTheCharlatan
2023-09-12[refactor] Define MessageStartChars as std::arrayTheCharlatan
2023-09-12scripted-diff: Rename CBufferedFile to BufferedFileMarcoFalke
2023-09-12Remove unused GetType() from CBufferedFile and CAutoFileMarcoFalke
2023-09-08refactor: remove clientversion include from dbwrapper.hCory Fields
2023-08-29[log] include wtxid in tx {relay,validation,orphanage} loggingglozow
2023-08-18assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...Ryan Ofsky
2023-08-17Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filterfanquake
2023-08-15Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPCAndrew Chow
2023-08-07Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headersfanquake
2023-08-07Remove Chainstate::LoadMempoolMarcoFalke
2023-08-03refactor: fix unterminated LogPrintf()sfanquake
2023-08-03lint: remove /* Continued */ markers from codebasefanquake
2023-08-03validation: when adding txs due to a block reorg, allow immediate relayAnthony Towns
2023-08-03mempool_entry: add mempool entry sequence numberAnthony Towns
2023-08-01refactor: Wrap DestroyDB in dbwrapper helperTheCharlatan
2023-07-31Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxoRyan Ofsky
2023-07-24Cache block index entry corresponding to assumeutxo snapshot base blockhashSuhas Daftuar
2023-07-24Move CheckBlockIndex() from Chainstate to ChainstateManagerSuhas Daftuar
2023-07-24Fix initialization of setBlockIndexCandidates when working with multiple chai...Suhas Daftuar
2023-07-24Tighten requirements for adding elements to setBlockIndexCandidatesSuhas Daftuar
2023-07-21Move block-storage-related logic to ChainstateManagerSuhas Daftuar
2023-07-17validation: use noexcept instead of deprecated throw()fanquake
2023-07-14Update CheckBlockIndex invariants for chains based on an assumeutxo snapshotSuhas Daftuar
2023-07-14Add wrapper for adding entries to a chainstate's block index candidatesSuhas Daftuar
2023-07-14Move block-arrival information / preciousblock counters to ChainstateManagerSuhas Daftuar
2023-07-14Remove CChain dependency in node/blockstorageSuhas Daftuar
2023-07-11kernel: Remove StartShutdown calls from validation codeRyan Ofsky
2023-06-28kernel: Add fatalError method to notificationsTheCharlatan
2023-06-28kernel: Pass interrupt reference to chainmanTheCharlatan
2023-06-23Merge bitcoin/bitcoin#26828: assumeutxo: catch and log fs::remove error inste...Andrew Chow
2023-06-22Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...Andrew Chow
2023-06-16validation: add missing insert to m_dirty_blockindexMartin Zumsande
2023-06-15validation: Stricter assumeutxo error handling in InvalidateCoinsDBOnDiskRyan Ofsky
2023-06-12Merge bitcoin/bitcoin#27357: validation: Move warningcache to ChainstateManag...fanquake
2023-05-30refactor: Remove gArgs access from validation.cppTheCharlatan
2023-05-30refactor: Add path argument to FindSnapshotChainstateDirTheCharlatan
2023-05-30refactor: Add stop_at_height option in ChainstateManagerTheCharlatan
2023-05-30Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...fanquake
2023-05-20kernel: Add warning method to notificationsTheCharlatan
2023-05-20kernel: Add progress method to notificationsTheCharlatan
2023-05-20kernel: Add headerTip method to notificationsTheCharlatan