-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove test trusted setup file #6
Comments
Can I take on this ? |
Yeah! Go for it |
what example should the ptah file data be replaced with ? |
So ideally we shouldn't have a test file, we could just test with the plain array of bytes extracted from the file. A good thing is that all the data we need to test is from the start to the file to the end of the second section, we don't need to test all the sections, just until the G2 powers. |
how do you suggest extracting the data from the ptah file ? |
I would just print the sections on screen and copy them in the code |
should i push the refactor i have made ? |
You can open a PR |
Description
The tests for the setup submodule rely on a sample trusted setup file from:
It should be removed and replaced with byte strings for the specific sections.
The text was updated successfully, but these errors were encountered: