-
-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
meta-bugIssues that identify a bug and require a fix.Issues that identify a bug and require a fix.
Description
Describe the bug
we may call getBlobsV2 more than needed
even when EL responses with data, we may call it twice per slot, and getBlobs is not cheap, it could be up to 4s as in fusaka-devnet-3 before the fix in #8271
Expected behavior
- we can call
getBlobsV2but one should be after another, it's pretty heavy especially we increaseMAX_BLOBS_PER_BLOCKlater - make sure success response (with data) is <= 1 per slot consistently
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
unstable
Metadata
Metadata
Assignees
Labels
meta-bugIssues that identify a bug and require a fix.Issues that identify a bug and require a fix.