-
Notifications
You must be signed in to change notification settings - Fork 203
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
Rekey - alt_bn128 and poseidon_syscall #319
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.
We rediscussed this. No rekey, just 1 new feature gate.
de09fd7
to
81f5ecb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #319 +/- ##
=======================================
Coverage 81.9% 81.9%
=======================================
Files 837 837
Lines 226874 226875 +1
=======================================
+ Hits 185868 185875 +7
+ Misses 41006 41000 -6 |
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
Adds simplify_alt_bn128_syscall_error_codes. (cherry picked from commit 8f830c4)
…) (anza-xyz#899) Rekey - alt_bn128 and poseidon_syscall (anza-xyz#319) Adds simplify_alt_bn128_syscall_error_codes. (cherry picked from commit 8f830c4) Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
Problem
#294 requires new feature gate keys.
Summary of Changes
enable_alt_bn128_compression_syscall
andenable_poseidon_syscall
.simplify_alt_bn128_syscall_error_codes
.