-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Several refactorings to testing #4541
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
base: master
Are you sure you want to change the base?
Several refactorings to testing #4541
Conversation
Hey Leo, yeah the proof of concept looks fine. Templates look nice. Just some random feedback:
PS: I merged a fix to the legacy tests which prevented other tests from working. See: |
Will add a decorator that make the test run only in generation mode
ok
ok
Ok, should run only in minimal or only in mainnet?
Ok, will include this |
It will produce the same values for both, but technically it should exist in the |
In this PR:
kzg_4844_legacy.py
that is implemented elsewhere).Note: this PR is based on the new caching system PR, to keep the non-multithread caching that was already implemented in kzg_4844_legacy in the refactored version. #4440