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-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-10
Merge bitcoin/bitcoin#22084: package testmempoolaccept followups
fanquake
2021-06-08
Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in...
MarcoFalke
2021-06-04
Merge bitcoin/bitcoin#22121: doc: Various validation doc fixups
fanquake
2021-06-03
[doc] explain why CheckBlock() is called before AcceptBlock()
Sjors Provoost
2021-06-03
doc: Various validation doc fixups
MarcoFalke
2021-06-02
MOVEONLY: context-free package policies
glozow
2021-06-02
disallow_mempool_conflicts -> allow_bip125_replacement and check earlier
glozow
2021-06-02
[refactor] comment/naming improvements
glozow
2021-05-31
validation: change ProcessNewBlock() to take a CBlock reference
fanquake
2021-05-27
Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...
W. J. van der Laan
2021-05-24
[policy] detect unsorted packages
glozow
2021-05-24
[policy] limit package sizes
glozow
2021-05-24
[validation] package validation for test accepts
glozow
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-20
[validation] explicit Success/Failure ctors for MempoolAcceptResult
glozow
2021-05-20
[refactor] add option to disable RBF
glozow
2021-05-20
[validation] make CheckSequenceLocks context-free
glozow
2021-05-14
validation: document lack of inherited signaling in RBF policy
Antoine Riard
2021-05-11
refactor: Avoid magic value of all-zeros in assumeutxo base_blockhash
MarcoFalke
2021-05-11
Fix assumeutxo crash due to invalid base_blockhash
MarcoFalke
2021-05-11
refactor: Use type-safe assumeutxo hash
MarcoFalke
2021-05-10
Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellipsis ...
W. J. van der Laan
2021-05-05
Merge bitcoin/bitcoin#21681: validation: fix ActivateSnapshot to use hardcode...
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
W. J. van der Laan
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-27
Merge bitcoin/bitcoin#21523: validation: run VerifyDB on all chainstates
MarcoFalke
2021-04-27
move-only: Move functions to blockstorage
MarcoFalke
2021-04-27
move-only: Move constants to blockstorage
MarcoFalke
2021-04-27
refactor: Move block storage globals to blockstorage
MarcoFalke
2021-04-27
refactor: Move pruning/reindex/importing globals to blockstorage
MarcoFalke
2021-04-27
Merge bitcoin/bitcoin#21009: Remove RewindBlockIndex logic
W. J. van der Laan
2021-04-23
validation: prepare VerifyDB for assumeutxo
James O'Beirne
2021-04-23
refactor: rename active_chainstate in VerifyDB
James O'Beirne
2021-04-21
[validation] RewindBlockIndex no longer needed
Dhruv Mehta
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-04-18
Change GetBlocksDir() to ArgsManager.GetBlocksDirPath().
Kiminuo
2021-04-14
validation: fix ActivateSnapshot to use hardcoded nChainTx
James O'Beirne
2021-04-14
Merge #21585: Fix assumeutxo crash due to truncated file
MarcoFalke
2021-04-13
Merge #21575: refactor: Create blockstorage module
fanquake
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-04
move-only: Move AbortNode to shutdown
MarcoFalke
2021-04-04
Fix assumeutxo crash due to missing base_blockhash
MarcoFalke
2021-04-03
Fix assumeutxo crash due to truncated file
MarcoFalke
2021-04-01
Merge #21567: docs: fix various misleading comments
W. J. van der Laan
2021-04-01
[doc] correct comment about ATMPW
glozow
2021-04-01
[doc] GetBestBlock() doesn't do nothing
gzhao408
2021-03-30
validation: Make BlockManager::LookupBlockIndex const
Carl Dong
[next]