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
2024-03-05
[validation] Cache merkle root and witness commitment checks
dergoegge
2024-03-05
[validation] Merkle root malleation should be caught by IsBlockMutated
dergoegge
2024-03-05
[validation] Introduce IsBlockMutated
dergoegge
2024-03-01
[refactor] Cleanup merkle root checks
dergoegge
2024-03-01
[validation] Isolate merkle root checks
dergoegge
2024-01-19
snapshots: don't core dump when running -checkblockindex after `loadtxoutset`
Mark Friedenbach
2023-10-20
assumeutxo: Check deserialized coins for out of range values
Fabian Jahr
2023-10-20
Merge bitcoin/bitcoin#28569: log: Don't log cache rebalancing in absense of a...
fanquake
2023-10-20
log: Don't log cache rebalancing in absense of a snapshot chainstate
Fabian Jahr
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-06
chain: Rename HaveTxsDownloaded to HaveNumChainTxs
Fabian Jahr
2023-10-06
validation, test: Improve and document nChainTx check for testability
Fabian Jahr
2023-10-06
doc: Add and edit some comments around assumeutxo
Fabian Jahr
2023-10-06
validation: remove unused mempool param in DetectSnapshotChainstate
Fabian Jahr
2023-10-05
Merge bitcoin/bitcoin#27609: rpc: allow submitpackage to be called outside of...
Andrew Chow
2023-10-02
[doc] parent pay for child in aggregate CheckFeeRate
glozow
2023-09-30
refuse to activate a UTXO snapshot if mempool not empty
James O'Beirne
2023-09-30
validation: do not activate snapshot if behind active chain
James O'Beirne
2023-09-30
validation: assumeutxo: swap m_mempool on snapshot activation
James O'Beirne
2023-09-30
blockstorage: segment normal/assumedvalid blockfiles
James O'Beirne
2023-09-30
validation: populate nChainTx value for assumedvalid chainstates
James O'Beirne
2023-09-30
test: adjust chainstate tests to use recognized snapshot base
James O'Beirne
2023-09-30
validation: pruning for multiple chainstates
James O'Beirne
2023-09-30
validation: indexing changes for assumeutxo
James O'Beirne
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-30
validation: only call UpdatedBlockTip for active chainstate
James O'Beirne
2023-09-30
validation: add ChainstateRole
James O'Beirne
2023-09-30
validation: MaybeRebalanceCaches when chain leaves IBD
James O'Beirne
2023-09-30
chainparams: add blockhash to AssumeutxoData
James O'Beirne
2023-09-30
assumeutxo: remove snapshot during -reindex{-chainstate}
James O'Beirne
2023-09-30
bugfix: correct is_snapshot_cs in VerifyDB
James O'Beirne
2023-09-30
net_processing: Request assumeutxo background chain blocks
Suhas Daftuar
2023-09-29
Merge bitcoin/bitcoin#27866: blockstorage: Return on fatal flush errors
Ryan Ofsky
2023-09-26
Merge bitcoin/bitcoin#28483: refactor: Return CAutoFile from BlockManager::Op...
fanquake
2023-09-23
Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...
fanquake
2023-09-20
Bugfix: Pass correct virtual size to CheckPackageLimits
Luke Dashjr
2023-09-20
Merge bitcoin/bitcoin#28472: Remove MemPoolAccept::m_limits to avoid mutating...
Andrew Chow
2023-09-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-15
refactor: Drop unused fclose() from BufferedFile
MarcoFalke
2023-09-14
Remove MemPoolAccept::m_limits, only have local copies for carveouts
Greg Sanders
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-13
make DisconnectedBlockTransactions responsible for its own memory management
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
[next]