Closed
Description
Description
In the max_blobs_per_block
PR we changed the heuristic for estimating the maximum number of blobs exchanged in a BlobsByRange
request:
We are using a hardcoded constant (16) which is a bit higher than what we're likely to see in practice (6 before Electra, 9 after).
In a future PR we could try to plumb the ChainSpec
into this function so we can get a more accurate estimate, or we could stick with the current approach if no issues arise because of it.