-
Notifications
You must be signed in to change notification settings - Fork 64
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
[examples/aggregation] BN254
Aggregation Proof-of-Concept
#379
base: main
Are you sure you want to change the base?
Conversation
Thanks to @RonTuretzky for all the back-and-forth to get the |
Need to swap g2 to g1 as g1 is stored on chain in the eigenlayer middleware contracts we're using for peer discovery in #341 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #379 +/- ##
==========================================
+ Coverage 94.21% 94.23% +0.02%
==========================================
Files 96 96
Lines 27999 27999
==========================================
+ Hits 26379 26385 +6
+ Misses 1620 1614 -6 see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Co-authored-by: Roberto Bayardo <[email protected]> Co-authored-by: Brendan Chou <[email protected]>
Related: https://geometry.xyz/notebook/Optimized-BLS-multisignatures-on-EVM