-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fork
genTokenBundleSmallRange
into positive and non-positive variants.
This change forks `genTokenBundleSmallRange` into two variants: - `genTokenBundleSmallRange` Generates token bundles where the ada quantity may be zero. - `genTokenBundleSmallRangePositive` Generates token bundles where the ada quantity is always non-zero. This is necessary, as some QC properties require token bundles with ada quantities of zero. But coin selection QC properties typically require token bundles (within transaction outputs) to have non-zero ada quantities. This change also forks the associated shrinker function `shrinkTokenBundleSmallRange` in a similar fashion.
- Loading branch information
1 parent
9f2e8fb
commit 996234f
Showing
2 changed files
with
24 additions
and
7 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
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