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-02-28
Merge bitcoin/bitcoin#29412: p2p: Don't process mutated blocks
Ava Chow
2024-02-27
[validation] Cache merkle root and witness commitment checks
dergoegge
2024-02-27
[validation] Merkle root malleation should be caught by IsBlockMutated
dergoegge
2024-02-27
[validation] Introduce IsBlockMutated
dergoegge
2024-02-27
[refactor] Cleanup merkle root checks
dergoegge
2024-02-27
[validation] Isolate merkle root checks
dergoegge
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-09
Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning
Ava Chow
2024-02-08
[policy/validation] allow v3 transactions with certain restrictions
glozow
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-31
Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)
Ava Chow
2024-01-23
validation: move nChainTx assert down in CheckBlockIndex
Martin Zumsande
2024-01-23
doc: fix checkblockindex comments
Martin Zumsande
2024-01-16
Merge bitcoin/bitcoin#28791: snapshots: don't core dump when running -checkbl...
Ava Chow
2024-01-16
[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txid
glozow
2024-01-05
Remove GetAdjustedTime
dergoegge
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
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-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
CValidationInterface: modify the parameter of `TransactionAddedToMempool`
ismaelsadeeq
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-04
snapshots: don't core dump when running -checkblockindex after `loadtxoutset`
Mark Friedenbach
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
[next]