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-26
doc: Fix typos
RoboSchmied
2024-03-25
use const ref for client_maxfeerate
Greg Sanders
2024-03-22
Merge bitcoin/bitcoin#29672: validation: Make translations of fatal errors co...
Ava Chow
2024-03-22
Merge bitcoin/bitcoin#29647: Avoid divide-by-zero in header sync logs when No...
Ava Chow
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
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
Ryan Ofsky
2024-03-18
assumeutxo: Get rid of faked nTx and nChainTx values
Ryan Ofsky
2024-03-18
doc: Improve comments describing setBlockIndexCandidates checks
Ryan Ofsky
2024-03-18
validation: Check GuessVerificationProgress is not called with disconnected b...
Ryan Ofsky
2024-03-13
Avoid divide-by-zero in header sync logs when NodeClock is behind
MarcoFalke
2024-03-13
refactor: Modernize header sync logs
MarcoFalke
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
2024-03-12
Merge bitcoin/bitcoin#29306: policy: enable sibling eviction for v3 transactions
Ava Chow
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-03-11
refactor: Add missing {} around error() calls
MarcoFalke
2024-03-08
Merge bitcoin/bitcoin#29569: Rename CalculateHeadersWork to CalculateClaimedH...
Ava Chow
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-05
Rename CalculateHeadersWork to CalculateClaimedHeadersWork
Greg Sanders
2024-03-01
[policy] sibling eviction for v3 transactions
glozow
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-21
[refactor] return pair from SingleV3Checks
glozow
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-15
scripted-diff: Rename MainSignals to ValidationSignals
TheCharlatan
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-15
[refactor] Make signals optional in mempool and chainman
TheCharlatan
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
[next]