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.h
Age
Commit message (
Expand
)
Author
2024-06-11
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
Ava Chow
2024-05-21
assumeutxo: Add documentation on dumptxoutset serialization format
Fabian Jahr
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-04-26
validation: allow to specify frequency for -checkblockindex
Martin Zumsande
2024-04-01
Merge bitcoin/bitcoin#29648: Remove libbitcoinconsensus
fanquake
2024-03-26
doc: Fix typos
RoboSchmied
2024-03-25
use const ref for client_maxfeerate
Greg Sanders
2024-03-25
scripted-diff: Rename max_sane_feerate to client_maxfeerate
Greg Sanders
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-20
Merge bitcoin/bitcoin#29370: assumeutxo: Get rid of faked nTx and nChainTx va...
Ava Chow
2024-03-18
Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...
glozow
2024-03-18
remove libbitcoinconsensus
fanquake
2024-03-18
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
Ryan Ofsky
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
2024-03-05
Rename CalculateHeadersWork to CalculateClaimedHeadersWork
Greg Sanders
2024-02-28
Merge bitcoin/bitcoin#29412: p2p: Don't process mutated blocks
Ava Chow
2024-02-27
[validation] Introduce IsBlockMutated
dergoegge
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-01-05
Remove GetAdjustedTime
dergoegge
2023-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-07
[validation] change package-fee-too-low, return wtxid(s) and effective feerate
glozow
2023-11-06
[refactor] use Wtxid for m_wtxids_fee_calculations
glozow
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-03
refactor: Move `{MAX,DEFAULT}_SCRIPTCHECK_THREADS` constants
Hennadii Stepanov
2023-10-03
Make `CCheckQueue` destructor stop worker threads
Hennadii Stepanov
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-09-30
validation: assumeutxo: swap m_mempool on snapshot activation
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: add ChainstateRole
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
net_processing: Request assumeutxo background chain blocks
Suhas Daftuar
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-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-13
Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...
fanquake
2023-09-13
[validation] make PackageMempoolAcceptResult members mutable
glozow
2023-09-13
rewrite DisconnectedBlockTransactions as a list + map
glozow
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
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-07
Remove Chainstate::LoadMempool
MarcoFalke
2023-08-03
validation: when adding txs due to a block reorg, allow immediate relay
Anthony Towns
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
2023-07-24
Remove unused function `reliesOnAssumedValid`
Suhas Daftuar
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
[next]