Skip to content
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

Merged
merged 10 commits into from
Nov 15, 2022

Commits on Nov 11, 2022

  1. 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.
    roberto-bayardo committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    bf19039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7601916 View commit details
    Browse the repository at this point in the history
  3. Migrate remaining EIP-4844 consensus spec code into kzg_new,

    updated to include the latest consensus spec updates.
    roberto-bayardo committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    594fcbb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Start implementing a bytes API with appropriate interfaces

    Also fix incorrect hash type (Keccac -> Sha256) when
    computing versioned hash.
    roberto-bayardo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0cc40fe View commit details
    Browse the repository at this point in the history
  2. pure bytes API for VerifyKZGProof per 3097, and move kzg_new back int…

    …o kzg.go now that updates are near complete
    roberto-bayardo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6cbb79e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. rename verifyBlobs validateBlobTransactionWrapper per updated spec, a…

    …nd make implementation more closely follow it
    roberto-bayardo committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    bcfd80a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8891367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e09c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    42a69e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6018bd6 View commit details
    Browse the repository at this point in the history