ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients
Creative Commons Zero v1.0 Universal
908 stars 352 forks source link

Define `engine_getBlobsV1` #559

Open michaelsproul opened 2 weeks ago

michaelsproul commented 2 weeks ago

Engine API specification for a new optional getBlobsV1 method.

The purpose of this method is to allow consensus clients to fetch blobs from the EL blob pool, so that:

Co-authored with @jimmygchen