-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a more coherent (less random) block generator
In 7447dd7 we changed genBlock to produce blocks with more noise. This turns out to have broken some tests in the consensus layer that relied on some coherency in the block. See IntersectMBO/ouroboros-network#3134 To fix this, we add a new block generator genCoherentBlock, which is almost exactly like the previous genBlock, but does not require the PreAlonzo constraint.
- Loading branch information
Jared Corduan
committed
May 12, 2021
1 parent
02aff33
commit a50b834
Showing
1 changed file
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters