mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user