index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validation.cpp
Age
Commit message (
Expand
)
Author
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-14
Merge bitcoin/bitcoin#28458: refactor: Remove unused GetType() from CBuffered...
fanquake
2023-09-13
Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...
fanquake
2023-09-13
[validation] don't LimitMempoolSize in any subpackage submissions
glozow
2023-09-13
[validation] return correct result when already-in-mempool tx gets evicted
glozow
2023-09-13
[refactor] back-fill results in AcceptPackage
glozow
2023-09-13
[validation] make PackageMempoolAcceptResult members mutable
glozow
2023-09-13
[validation] add AcceptSubPackage to delegate Accept* calls and clean up m_view
glozow
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-12
scripted-diff: Rename CBufferedFile to BufferedFile
MarcoFalke
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-08-29
[log] include wtxid in tx {relay,validation,orphanage} logging
glozow
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-15
Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC
Andrew Chow
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Remove Chainstate::LoadMempool
MarcoFalke
2023-08-03
refactor: fix unterminated LogPrintf()s
fanquake
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-08-03
validation: when adding txs due to a block reorg, allow immediate relay
Anthony Towns
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-08-01
refactor: Wrap DestroyDB in dbwrapper helper
TheCharlatan
2023-07-31
Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo
Ryan Ofsky
2023-07-24
Cache block index entry corresponding to assumeutxo snapshot base blockhash
Suhas Daftuar
2023-07-24
Move CheckBlockIndex() from Chainstate to ChainstateManager
Suhas Daftuar
2023-07-24
Fix initialization of setBlockIndexCandidates when working with multiple chai...
Suhas Daftuar
2023-07-24
Tighten requirements for adding elements to setBlockIndexCandidates
Suhas Daftuar
2023-07-21
Move block-storage-related logic to ChainstateManager
Suhas Daftuar
2023-07-17
validation: use noexcept instead of deprecated throw()
fanquake
2023-07-14
Update CheckBlockIndex invariants for chains based on an assumeutxo snapshot
Suhas Daftuar
2023-07-14
Add wrapper for adding entries to a chainstate's block index candidates
Suhas Daftuar
2023-07-14
Move block-arrival information / preciousblock counters to ChainstateManager
Suhas Daftuar
2023-07-14
Remove CChain dependency in node/blockstorage
Suhas Daftuar
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-23
Merge bitcoin/bitcoin#26828: assumeutxo: catch and log fs::remove error inste...
Andrew Chow
2023-06-22
Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...
Andrew Chow
2023-06-16
validation: add missing insert to m_dirty_blockindex
Martin Zumsande
2023-06-15
validation: Stricter assumeutxo error handling in InvalidateCoinsDBOnDisk
Ryan Ofsky
2023-06-12
Merge bitcoin/bitcoin#27357: validation: Move warningcache to ChainstateManag...
fanquake
2023-05-30
refactor: Remove gArgs access from validation.cpp
TheCharlatan
2023-05-30
refactor: Add path argument to FindSnapshotChainstateDir
TheCharlatan
2023-05-30
refactor: Add stop_at_height option in ChainstateManager
TheCharlatan
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-20
kernel: Add warning method to notifications
TheCharlatan
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-20
kernel: Add headerTip method to notifications
TheCharlatan
[next]