This week, we focused on looking into possible dependency of CL on EL for getBlobs.
We wanted to identify how the blob throughput changes when we disable getBlobs in EL side and observe how well CL’s propagation works.
50 blobs/block
43 blobs/block
35 blobs/block
45 blobs/block
From above tests:
With 50 lighthouse-geth nodes, we manually modified the getBlobs
function to always return nil
.
Without getBlobs, we observed that pectra devnet could handle about 50 blobs/block
.