-
Notifications
You must be signed in to change notification settings - Fork 139
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
EVM runtime: implement unit tests for precompiles #842
Comments
The sha256 precompile earned a unit test here: filecoin-project/builtin-actors#615. @maciejwitowski -- what do you think about closing this issue and opening one per precompile that requires a unit test, to track more granularly? |
If we think testing all precompiles is big enough that we won't fit all in 1 week, then splitting them is a good idea. |
How extensive do we expect precompile tests to be? I dont think having an issue -per precompile test is needed, rather just a checklist.
|
@mriise thanks! Can we just move the unchecked ones to the new issue or more issues if we know these tests will take more than eg 2-3 days and may not fit all into a single release? The goal is never to have a single issue span multiple releases. Eg this one is assigned to Copper, so we can create a new one and assign it to one of the next releases. |
This should all be finished in a few hours. |
Closing this one as it will be addressed in #879 |
Unit tests for #695, as per #695 (comment).
The text was updated successfully, but these errors were encountered: