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
Add ability to disable BLS verification for fuzzing #2363
Conversation
Hey @cemozerr! |
ethereum/core/src/main/java/tech/pegasys/teku/core/blockvalidator/BatchSignatureVerifier.java
Outdated
Show resolved
Hide resolved
BTW do you think it makes sense to have a hidden command line option to disable verification? I regularly disable verification by modifying the code to speed up sync when debugging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just please address my comment on localizing flag usage
When BLS interfaces refactoring is ready I would adjust switching BLS off
PR Description
Adds the ability to disable BLS verification for fuzzing.
Fixed Issue(s)
Fixes #1958
Documentation
documentation
label to this PR if updates are required.