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

Rust API for EIP4844 - Ethereum KZG commitment #320

Merged
merged 13 commits into from
Dec 17, 2023
Merged

Rust API for EIP4844 - Ethereum KZG commitment #320

merged 13 commits into from
Dec 17, 2023

Commits on Dec 14, 2023

  1. KZG parallel: swap context and threadpool argument order for more nat…

    …ural method call syntax
    mratsim committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1e82fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d92c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bacbc15 View commit details
    Browse the repository at this point in the history
  4. generate rust bindings

    mratsim committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1756fdd View commit details
    Browse the repository at this point in the history
  5. KZG parallel: fix parallel golang tests messing up with the threadpoo…

    …l thread-local storage
    mratsim committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5388810 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. ethereum KZG: expose Rust API

    mratsim committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    47f38a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    363b7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da84035 View commit details
    Browse the repository at this point in the history
  3. kzg-rust: passing more tests

    mratsim committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    adb2628 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2da27f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe5653 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66bf522 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dde7c6d View commit details
    Browse the repository at this point in the history