aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_block_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-301-1/+1
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-1/+4
* [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-051-2/+1
* scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke2020-06-151-5/+5
* validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-211-7/+7
* Merge #18742: miner: Avoid stack-use-after-return in validationinterfacefanquake2020-05-141-8/+6
|\
| * miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke2020-05-131-5/+5
| * test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat...MarcoFalke2020-05-131-3/+1
* | test: add test for witness commitment indexfanquake2020-04-291-0/+34
|/
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan2020-03-191-1/+1
|\
| * [validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery2020-03-111-1/+1
* | scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke2020-02-211-1/+1
|/
* rpc: Remove mempool global from minerMarcoFalke2019-12-231-7/+17
* Merge #17407: node: Add reference to mempool in NodeContextMarcoFalke2019-11-211-6/+6
|\
| * scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke2019-11-151-6/+6
* | Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson2019-11-081-1/+2
|\ \ | |/ |/|
| * Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard2019-11-051-1/+2
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
|/
* Merge #17228: test: Add RegTestingSetup to setup_commonMarcoFalke2019-11-041-5/+1
|\
| * test: Add RegTestingSetup to setup_commonMarcoFalke2019-10-301-5/+1
* | [validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery2019-10-291-1/+0
* | [validation] Add CValidationState subclassesJohn Newbery2019-10-291-2/+2
|/
* Merge #14193: validation: Add missing mempool locksWladimir J. van der Laan2019-07-021-3/+149
|\
| * [test] Add test to check mempool consistency in case of reorgsMarcoFalke2019-06-071-3/+149
* | tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-0/+3
|/
* [refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke2019-05-131-0/+1
* scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-2/+2
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke2018-12-211-1/+1
|\
| * [mining] segwit option must be set in GBTJohn Newbery2018-12-101-1/+1
* | test: Undo thread_local g_insecure_rand_ctxMarcoFalke2018-12-171-4/+7
* | Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke2018-12-141-1/+1
|\ \
| * | tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-1/+1
| |/
* / Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille2018-12-121-3/+3
|/
* Mark single-argument constructors "explicit"practicalswift2018-07-261-1/+1
* trivial: Mark overrides as such.Daniel Kraft2018-05-201-3/+3
* Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen2018-05-161-0/+184