-
Notifications
You must be signed in to change notification settings - Fork 5
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
libtester voting optimizations #264
Comments
heifner
added a commit
that referenced
this issue
Jun 11, 2024
heifner
added a commit
that referenced
this issue
Jun 11, 2024
Test: Remove production of unneeded blocks
heifner
added a commit
that referenced
this issue
Jun 12, 2024
heifner
added a commit
that referenced
this issue
Jun 12, 2024
heifner
added a commit
that referenced
this issue
Jun 12, 2024
…id excessive voting slowing down tests
heifner
added a commit
that referenced
this issue
Jun 13, 2024
heifner
added a commit
that referenced
this issue
Jun 13, 2024
heifner
added a commit
that referenced
this issue
Jun 13, 2024
Test: Optimize test by minimizing voting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default only use 1 finalizer key.
Additionally, consider the following optimization for calls to produce_blocks:
This saves time on unnecessary BLS math operations for tests that need to produce a lot of empty blocks as part of the test.
The text was updated successfully, but these errors were encountered: