ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
832 stars 234 forks source link

Implement EIP-4844 #867

Closed gurukamath closed 7 months ago

gurukamath commented 8 months ago

What was wrong?

EIP-4844 was not implemented in the specs

Related to Issue #848

How was it fixed?

Implemented EIP-4844. Updated the evm tools to account for the changes.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

gurukamath commented 7 months ago

The currently failing CI is because of missing py.typed file in the consensus-specs that we use for the point evaluation pre-compile. Have already raised a PR