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

EIP-7594 implementation #267

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 10, 2024

  1. implement: compute roots of unity

    owanikin authored and ArtiomTr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4911b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21799ff View commit details
    Browse the repository at this point in the history
  3. _fft_field helper function

    owanikin authored and ArtiomTr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    da2fec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4575ba View commit details
    Browse the repository at this point in the history
  5. compute_cells_and_kzg_proof

    owanikin authored and ArtiomTr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d75aca9 View commit details
    Browse the repository at this point in the history
  6. implement reverse bit order

    owanikin authored and ArtiomTr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    94778ed View commit details
    Browse the repository at this point in the history
  7. Import EIP-7594 DAS tests

    ArtiomTr committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    73105db View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    d4ed06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f940b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    9b65b59 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. blst implement compute_cells_and_kzg_proofs, start implementing recov…

    …er_cells_and_kzg_proofs
    ArtiomTr committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e5f34b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. recovery

    ArtiomTr committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c7218de View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Cell recovery

    ArtiomTr committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d91fe76 View commit details
    Browse the repository at this point in the history
  2. Proof recovery

    ArtiomTr committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    686ed78 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. verify_cell_kzg_proof_batch

    ArtiomTr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    166c371 View commit details
    Browse the repository at this point in the history
  2. bug fix

    ArtiomTr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    63875e2 View commit details
    Browse the repository at this point in the history
  3. bug fixes

    ArtiomTr committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    24262a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Fix bindings

    ArtiomTr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5c35b50 View commit details
    Browse the repository at this point in the history
  2. Fix clippy issues

    ArtiomTr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e330bc8 View commit details
    Browse the repository at this point in the history
  3. Fix clippy issues

    ArtiomTr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    42be19a View commit details
    Browse the repository at this point in the history
  4. bump c-kzg-4844 hash

    ArtiomTr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fbebbf8 View commit details
    Browse the repository at this point in the history
  5. disable c# tests

    ArtiomTr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    330daf3 View commit details
    Browse the repository at this point in the history
  6. python install build module

    ArtiomTr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    85f8c63 View commit details
    Browse the repository at this point in the history