Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit number of validators checked during withdrawals lookup #6593

Merged
merged 9 commits into from
Dec 16, 2022
Prev Previous commit
Next Next commit
Update fuzz test
  • Loading branch information
ajsutton committed Dec 15, 2022
commit 2f88da590ac5c05ae3dfd282d9d99b19f5161490
1 change: 1 addition & 0 deletions fuzz/src/main/java/tech/pegasys/teku/fuzz/FuzzUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public Optional<byte[]> fuzzBlock(final byte[] input) {
Bytes output = postState.sszSerialize();
return Optional.of(output.toArrayUnsafe());
} catch (StateTransitionException e) {
e.printStackTrace();
// "expected error"
return Optional.empty();
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.