aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/versionbits.cpp
AgeCommit message (Collapse)Author
2021-04-12versionbits: simplify state transitionsAnthony Towns
This removes the DEFINED->FAILED transition and changes the STARTED->FAILED transition to only occur if signalling didn't pass the threshold. This ensures that it is always possible for activation to occur, no matter what settings are chosen, or the speed at which blocks are found.
2021-04-12versionbits: Add explicit NEVER_ACTIVE deploymentsAnthony Towns
Previously we used deployments that would timeout prior to Bitcoin's invention, which allowed the deployment to still be activated in unit tests. This switches those deployments to be truly never active.
2021-04-12fuzz: test versionbits delayed activationAnthony Towns
2021-03-21fuzz: cleanups for versionbits fuzzerAnthony Towns
2021-03-19tests: Add fuzzing harness for versionbitsAnthony Towns