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
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
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-17
test: Undo thread_local g_insecure_rand_ctx
MarcoFalke
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-05-20
trivial: Mark overrides as such.
Daniel Kraft
2018-05-16
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen