-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
C-anvilCommand: anvilCommand: anvilT-featureType: featureType: featurefirst issueA good way to start contributingA good way to start contributing
Description
Component
Anvil
Describe the feature you would like
Anvil supports anvil_getBlobsByTransactionHash and anvil_getBlobByHash to fetch blobs, but it does not support the beacon API method to fetch blobs: /eth/v1/beacon/blob_sidecars/{block_id}
By supporting this beacon API method, we can test with anvil using code that expects access to a beacon API endpoint to fetch blobs.
Additional context
This is useful for testing an L2 that sends blob transactions to Anvil and then needs a beacon API endpoint to fetch blobs and perform derivation. Our CL binary, for example, is unaware of the anvil methods and currently expects to use the beacon api to fetch blobs.
Metadata
Metadata
Assignees
Labels
C-anvilCommand: anvilCommand: anvilT-featureType: featureType: featurefirst issueA good way to start contributingA good way to start contributing
Type
Projects
Status
Backlog