-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Update EIP-2539: Move to Draft #7535
Conversation
File
|
@shamatar Please take a review. |
could you decouple the PR to individual EIPS |
27b719c
to
f467a81
Compare
Done. |
The commit 27aa8af (as a parent of 46a0b78) contains errors. |
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.
You'll also need to fix the eipw
errors on the Checks tab.
How can I do it? |
I'm not in the reviewers set of this PR, otherwise changes look fine for me |
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.
lgtm as @shamatar approves all changes
* Add field element to curve mapping operation * Add author * Move to Draft * Update addresses table * Fix CI error * Fix CI error * Fix CI error * Fix CI error Author approved in ethereum#7535 (comment)
* Add field element to curve mapping operation * Add author * Move to Draft * Update addresses table * Fix CI error * Fix CI error * Fix CI error * Fix CI error Author approved in ethereum#7535 (comment)
* Add field element to curve mapping operation * Add author * Move to Draft * Update addresses table * Fix CI error * Fix CI error * Fix CI error * Fix CI error Author approved in ethereum#7535 (comment)
* Add field element to curve mapping operation * Add author * Move to Draft * Update addresses table * Fix CI error * Fix CI error * Fix CI error * Fix CI error Author approved in ethereum#7535 (comment)
* Add field element to curve mapping operation * Add author * Move to Draft * Update addresses table * Fix CI error * Fix CI error * Fix CI error * Fix CI error Author approved in ethereum#7535 (comment)
For substrate light client, the zk-solution which use BLS12-377, requires the
hash_to_curve
function to verify the aggregated signatures.So I add the field element to curve mapping operation like BLS12-381.