-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate arbitrary containers with heterogeneous elements (#1123)
### What When fuzzing, sometimes generate vecs and maps with elements of the wrong type. These types are generated 1 in every 1000 iterations. ### Why It's a weird case that is possible for contracts to hit in production, so should be generated during fuzzing. Part of #1052 ### Known limitations None.
- Loading branch information
Showing
1 changed file
with
182 additions
and
14 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