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

Adds seed as arg to EVM signing test util #466

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

alex-miller-0
Copy link
Contributor

This will avoid an unnecessary call being made for each individual signing request. It replaces that with a single call at the beginning of the signing test script.
Fixes #465

This will avoid an unnecessary call being made for each individual
signing request. It replaces that with a single call at the beginning
of the signing test script.
Fixes #465
@alex-miller-0 alex-miller-0 merged commit 1d3a464 into dev Sep 13, 2022
@alex-miller-0 alex-miller-0 deleted the speed-up-evm-sign-tests branch September 13, 2022 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass seed to runEvm in tests
2 participants