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-07
[refactor] batch-add transactions to DisconnectedBlockTransactions
glozow
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
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-16
ConnectTip: don't log total disk read time in bench
Sjors Provoost
2023-05-11
Merge bitcoin/bitcoin#27125: refactor, kernel: Decouple ArgsManager from bloc...
fanquake
2023-05-10
Merge bitcoin/bitcoin#19690: util: improve FindByte() performance
Andrew Chow
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-05
util: improve streams.h:FindByte() performance
Larry Ruane
2023-05-04
Remove unused chainparams from BlockManager methods
MarcoFalke
2023-05-03
Merge bitcoin/bitcoin#24957: prune, import: allow pruning to work during load...
Andrew Chow
2023-04-26
Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...
glozow
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
Merge bitcoin/bitcoin#25325: Add pool based memory resource
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
[next]