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-09-17
Remove unused g_best_block
Ryan Ofsky
2024-09-13
kernel: Move background load thread to node context
TheCharlatan
2024-09-10
assumeUTXO: fix peers disconnection during sync
furszy
2024-09-03
Merge bitcoin/bitcoin#30742: kernel: Use spans instead of vectors for passing...
Ava Chow
2024-09-01
rpc, refactor: Prevent potential race conditions in dumptxoutset
Fabian Jahr
2024-08-30
validation: Use span for CalculateClaimedHeadersWork
TheCharlatan
2024-08-30
validation: Use span for ProcessNewBlockHeaders
TheCharlatan
2024-08-10
doc: Remove outdated nTx faking comment
MarcoFalke
2024-08-08
assumeutxo: Drop block height from metadata
Fabian Jahr
2024-07-26
rpc: Return precise loadtxoutset error messages
MarcoFalke
2024-07-17
refactor: Make m_last_notified_header private
MarcoFalke
2024-07-08
refactor: De-globalize last notified header index
TheCharlatan
2024-07-08
refactor: De-globalize validation benchmark timekeeping
TheCharlatan
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache hasher
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-06-19
refactor: Move early loadtxoutset checks into ActiveSnapshot
Fabian Jahr
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
[next]