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

Consolidated EIP-4844 #5724

Merged
merged 3 commits into from
Jul 26, 2023
Merged

Consolidated EIP-4844 #5724

merged 3 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. Implements EIP-4844.

    * introduces a Hardfork class to the protocol schedule system
    * new Engine APIs required for CL to work on 4844
    * new DataGas type for tracking block cost for 4844 data
    * new VersionedHash type to reflect that a versioned hash is not quite a pure sha256
    * incorporates wrapped jc-kzg library for KZG point evaluations
    * New transaction type, and domain objects for constituent parts to represent the Blobs, KZGCommitments, and Proofs used for 4844
    * RLP encoders and decoders to support new transaction type
    * gas pricing calculators for the new type of gas
    * plugin-api version was changed
    
    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    Co-authored-by: Jiri Peinlich <jiri.peinlich@gmail.com>
    Co-authored-by: Jason Frame <jason.frame@consensys.net>
    Co-authored-by: garyschulte <garyschulte@gmail.com>
    Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
    Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
    Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Co-authored-by: Stefan <stefan.pingel@consensys.net>
    Co-authored-by: spencer-tb <spencer@spencertaylorbrown.uk>
    10 people committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5b03197 View commit details
    Browse the repository at this point in the history
  2. junit5 updates

    Signed-off-by: Justin Florentine <justin+github@florentine.us>
    jflo committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0af857d View commit details
    Browse the repository at this point in the history
  3. update t8n test

    Cancun gas claculator was inheriting from london, should have been shanghai.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon authored and jflo committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d28c210 View commit details
    Browse the repository at this point in the history