Nashatyrev / teku

Java Implementation of the Ethereum 2.0 Beacon Chain
Apache License 2.0
2 stars 1 forks source link

Make blob sidecars available via REST API #98

Open zilm13 opened 1 month ago

zilm13 commented 1 month ago

If you are NOT a super node, and a user calls the beacon API endpoint /eth/v1/beacon/blob_sidecars/{block_id}, then you:

If you are already a super node and if you only store data columns (not blobs), you can skip the first step. If you are already a super and and if your store blobs, you can skip the first two steps. (we could introduce some flag to store blobs)

zilm13 commented 1 month ago