Closed dwampa closed 2 months ago
Where does https://ethereum.github.io/beacon-APIs/#/Beacon/getBlobSidecars specify the behavior/response you're asking for?
@tersec You are correct, it is not there. I guess this should be a feature request rather than a bug then.
This "feature request" would be incompatible with the existing beacon API.
If you'd like, you can file an issue with https://github.com/ethereum/beacon-APIs/issues but this is an implementation of a specific and specified API.
Describe the bug eth/v1/beacon/blob_sidecars request of an unexisting blob will answer with an empty array.
To Reproduce Steps to reproduce the behavior:
Response:
Additional context Please add the error message instead of an empty array.