-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat(client): EIP-2537 BLS12-381 Curve Precompile Acceleration #960
Conversation
📚
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good!
205ca07
to
79163b3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing
91ed66f
to
b7142de
Compare
b7142de
to
7f61de9
Compare
Co-authored-by: clabby <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Will also want to land this limit in revm
.
Will handle this |
|
…#960) Co-authored-by: clabby <[email protected]>
Description
Adds support for the EIP-2537 BLS12-381 curve precompile using FPVM acceleration in kona.
Closes #946