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
2021-01-28
validation: Move GetLastCheckpoint to BlockManager
Carl Dong
2021-01-28
validation: Move GetSpendHeight to BlockManager
Carl Dong
2021-01-28
validation: Move FindForkInGlobalIndex to BlockManager
Carl Dong
2021-01-28
validation: Remove global LookupBlockIndex
Carl Dong
2021-01-28
validation: Move LookupBlockIndex to BlockManager
Carl Dong
2021-01-28
validation: Guard the active_chainstate with cs_main
Carl Dong
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-13
validation: remove redundant check on pindex
jarolrod
2021-01-12
[doc] for CheckInputsFromMempoolAndCache
gzhao408
2021-01-12
lock annotations for MemPoolAccept functions
gzhao408
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-04
[mempool] Remove error suppression on upgrade
Amiti Uttarwar
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-11-27
Handle rename failure in DumpMempool(...) by using RenameOver(...) return value
practicalswift
2020-11-26
Mention in validation that IsWitnessStandard tests for P2TR
Pieter Wuille
2020-11-19
Merge #20054: Remove confusing and useless "unexpected version" warning
Wladimir J. van der Laan
2020-11-18
Merge #19905: Remove dead CheckForkWarningConditionsOnNewFork
MarcoFalke
2020-11-11
Avoid signed integer overflow when loading a mempool.dat file with a malforme...
practicalswift
2020-11-03
doc: Clarify that vpindexToConnect is in reverse order
MarcoFalke
2020-11-03
Remove dead CheckForkWarningConditionsOnNewFork
MarcoFalke
2020-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-15
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
Wladimir J. van der Laan
2020-10-12
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
Pieter Wuille
2020-10-12
Implement Taproot signature hashing (BIP 341)
Johnson Lau
2020-10-12
refactor: keep spent outputs in PrecomputedTransactionData
Pieter Wuille
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
[rpc/node] check for high fee before ATMP in clients
gzhao408
2020-10-01
Remove confusing and almost useless "unexpected version" warning
MarcoFalke
2020-09-29
Merge #19898: log: print unexpected version warning in validation log category
fanquake
2020-09-24
Add local thread pool to CCheckQueue
Hennadii Stepanov
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-21
validation: Remove review-only comments + assertions
Carl Dong
2020-09-21
docs: Move FindFilesToPrune{,Manual} doxygen comment
Carl Dong
2020-09-21
style: Make FindFilesToPrune{,Manual} match style guide
Carl Dong
2020-09-21
validation: Move FindFilesToPrune{,Manual} to BlockManager
Carl Dong
2020-09-19
Merge #19940: rpc: Return fee and vsize from testmempoolaccept
fanquake
2020-09-18
consensus: add signet validation
Karl-Johan Alm
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-16
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-15
validation: Move PruneOneBlockFile to BlockManager
Carl Dong
2020-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-09-14
validation: Move ~CMainCleanup logic to ~BlockManager
Carl Dong
2020-09-10
validation: move GetWitnessCommitmentIndex to consensus/validation
Karl-Johan Alm
[prev]
[next]