You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A struct exactly like this should be added, called BlobAndProofV2, which contains the same fields as BlobAndProofV1 but with cell_proof instead of proof. The serde struct cfg will have to be adjusted to use camel case on all fields as well.
Right now we have
BlobAndProofV1
:alloy/crates/eips/src/eip4844/engine.rs
Lines 1 to 14 in 5ed9660
A struct exactly like this should be added, called
BlobAndProofV2
, which contains the same fields asBlobAndProofV1
but withcell_proof
instead ofproof
. The serde struct cfg will have to be adjusted to use camel case on all fields as well.This link should be included in the docs as well:
ethereum/execution-apis#630
The text was updated successfully, but these errors were encountered: