-
Notifications
You must be signed in to change notification settings - Fork 4
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 KZG library according to latest consensus spec changes #49
Commits on Nov 11, 2022
-
Replace kzg-related data_blob.go type methods Parse, ComputeCommitmen…
…t, and Point, so we can move methods that depend on them into the kzg package.
Configuration menu - View commit details
-
Copy full SHA for bf19039 - Browse repository at this point
Copy the full SHA bf19039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7601916 - Browse repository at this point
Copy the full SHA 7601916View commit details -
Migrate remaining EIP-4844 consensus spec code into kzg_new,
updated to include the latest consensus spec updates.
Configuration menu - View commit details
-
Copy full SHA for 594fcbb - Browse repository at this point
Copy the full SHA 594fcbbView commit details
Commits on Nov 12, 2022
-
Start implementing a bytes API with appropriate interfaces
Also fix incorrect hash type (Keccac -> Sha256) when computing versioned hash.
Configuration menu - View commit details
-
Copy full SHA for 0cc40fe - Browse repository at this point
Copy the full SHA 0cc40feView commit details -
pure bytes API for VerifyKZGProof per 3097, and move kzg_new back int…
…o kzg.go now that updates are near complete
Configuration menu - View commit details
-
Copy full SHA for 6cbb79e - Browse repository at this point
Copy the full SHA 6cbb79eView commit details
Commits on Nov 13, 2022
-
rename verifyBlobs validateBlobTransactionWrapper per updated spec, a…
…nd make implementation more closely follow it
Configuration menu - View commit details
-
Copy full SHA for bcfd80a - Browse repository at this point
Copy the full SHA bcfd80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8891367 - Browse repository at this point
Copy the full SHA 8891367View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e09c8 - Browse repository at this point
Copy the full SHA b4e09c8View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 42a69e6 - Browse repository at this point
Copy the full SHA 42a69e6View commit details -
propagate malformed blob errors when processing a sent transaction so…
… that these get rejected
Configuration menu - View commit details
-
Copy full SHA for 6018bd6 - Browse repository at this point
Copy the full SHA 6018bd6View commit details