Update EIP-2539: Move to Draft#7535
Merged
SamWilsn merged 8 commits intoethereum:masterfrom Sep 19, 2023
Merged
Conversation
Collaborator
File
|
Contributor
Author
|
@shamatar Please take a review. |
Contributor
|
could you decouple the PR to individual EIPS |
27b719c to
f467a81
Compare
Contributor
Author
Done. |
21 tasks
|
The commit 27aa8af (as a parent of 46a0b78) contains errors. |
Contributor
Author
21 tasks
Contributor
Contributor
|
How can I do it? |
Contributor
Author
Contributor
|
I'm not in the reviewers set of this PR, otherwise changes look fine for me |
streamnft-tech
pushed a commit
to streamnft-tech/EIPs
that referenced
this pull request
Oct 27, 2023
* 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)
RaphaelHardFork
pushed a commit
to RaphaelHardFork/EIPs
that referenced
this pull request
Jan 30, 2024
* 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)
just-a-node
pushed a commit
to connext/EIPs
that referenced
this pull request
Feb 17, 2024
* 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)
GAEAlimited
pushed a commit
to GAEAlimited/EIPs
that referenced
this pull request
Jun 19, 2024
* 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)
blacksnow2
pushed a commit
to blacksnow2/EIPs
that referenced
this pull request
Jul 21, 2024
* 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For substrate light client, the zk-solution which use BLS12-377, requires the
hash_to_curvefunction to verify the aggregated signatures.So I add the field element to curve mapping operation like BLS12-381.