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
/
test
/
validation_block_tests.cpp
Age
Commit message (
Expand
)
Author
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-26
Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/node
MarcoFalke
2021-11-17
doc: Fix incorrect C++ named args
MarcoFalke
2021-11-16
scripted-diff: Move miner to src/node
MarcoFalke
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-06-18
test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-06-10
scripted-diff: test: Use existing chainman in unit tests
Carl Dong
2021-03-24
miner: Add chainstate member to BlockAssembler
Carl Dong
2021-03-24
Revert "scripted-diff: Invoke CreateNewBlock with chainstate"
Carl Dong
2021-03-08
scripted-diff: Invoke CreateNewBlock with chainstate
Carl Dong
2021-02-20
Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...
MarcoFalke
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-17
test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2020-10-05
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-06-15
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-14
Merge #18742: miner: Avoid stack-use-after-return in validationinterface
fanquake
2020-05-13
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat...
MarcoFalke
2020-04-29
test: add test for witness commitment index
fanquake
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-11-21
Merge #17407: node: Add reference to mempool in NodeContext
MarcoFalke
2019-11-15
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-04
Merge #17228: test: Add RegTestingSetup to setup_common
MarcoFalke
2019-10-30
test: Add RegTestingSetup to setup_common
MarcoFalke
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-07-02
Merge #14193: validation: Add missing mempool locks
Wladimir J. van der Laan
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-07
[test] Add test to check mempool consistency in case of reorgs
MarcoFalke
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
[next]