Add shuffling to fuzzer, fixing a bug

We were being to strict on list length, it can be 2**24 as all index's
will need to be less than that.
This commit is contained in:
Paul Hauner
2019-02-15 12:56:50 +11:00
parent 210ec89b0b
commit af1d44e8b0
2 changed files with 43 additions and 4 deletions

View File

@@ -12,3 +12,4 @@ int_to_bytes = { path = "../int_to_bytes" }
[dev-dependencies]
yaml-rust = "0.4.2"
hex = "0.3"
ethereum-types = "0.5"