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-11-28
Merge bitcoin/bitcoin#28579: refactor: Remove redundant checks in compat/assu...
Andrew Chow
2023-11-24
Merge bitcoin/bitcoin#28922: Use Txid in COutpoint
fanquake
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-13
Merge bitcoin/bitcoin#28391: refactor: Simplify CTxMempool/BlockAssembler fie...
fanquake
2023-11-10
[refactor] remove access to mapTx in validation.cpp
glozow
2023-11-10
[refactor] use exists() instead of mapTx.find()
glozow
2023-11-10
[refactor] Add helper for retrieving mempool entry
TheCharlatan
2023-11-07
[validation] change package-fee-too-low, return wtxid(s) and effective feerate
glozow
2023-11-06
[validation] add TxValidationResult::TX_RECONSIDERABLE, TX_UNKNOWN
glozow
2023-11-06
[refactor] use Wtxid for m_wtxids_fee_calculations
glozow
2023-11-03
Merge bitcoin/bitcoin#28758: refactors for subpackage evaluation
fanquake
2023-11-02
Merge bitcoin/bitcoin#28530: tests, bug fix: DisconnectedBlockTransactions re...
glozow
2023-11-01
MOVEONLY: CleanupTemporaryCoins into its own function
glozow
2023-11-01
scripted-diff: rename CheckPackage to IsWellFormedPackage
glozow
2023-11-01
[refactor] move package checks into helper functions
glozow
2023-11-01
refactor: Remove unused circular include dependency from validation.cpp
MarcoFalke
2023-10-30
Merge bitcoin/bitcoin#28737: doc: Fix bugprone-lambda-function-name errors
fanquake
2023-10-26
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
Andrew Chow
2023-10-26
Fix bugprone-lambda-function-name errors
MarcoFalke
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-13
refactor: update `MAX_DISCONNECTED_TX_POOL` from kb to bytes
ismaelsadeeq
2023-10-12
Introduce types for txids & wtxids
dergoegge
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-04
Remove duplicate NDEBUG check from compat/assumptions.h
MarcoFalke
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
[next]