You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running engin_executePayload, CL might trigger EL to sync. This might be a huge sync that takes a long time or it could be a short-range sync of filling in a few blocks.
In #84, we discussed potentially adding some notion of how long EL can take to retrieve data from the network before it decides it is SYNCING and can't respond with VALID/INVALID.
This brings in additional complexity and only optimizes these (likely) rare cases when EL and CL have a block or two inconsistency issue.
I'm leaning toward not adding the note at all, but am dropping this for discussion before a final decision is made.
Some relevant discussion points here -- #84 (comment)
The text was updated successfully, but these errors were encountered:
When running
engin_executePayload
, CL might trigger EL to sync. This might be a huge sync that takes a long time or it could be a short-range sync of filling in a few blocks.In #84, we discussed potentially adding some notion of how long EL can take to retrieve data from the network before it decides it is
SYNCING
and can't respond withVALID
/INVALID
.This brings in additional complexity and only optimizes these (likely) rare cases when EL and CL have a block or two inconsistency issue.
I'm leaning toward not adding the note at all, but am dropping this for discussion before a final decision is made.
Some relevant discussion points here -- #84 (comment)
The text was updated successfully, but these errors were encountered: