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
feat: install payload delay (#134)
this adds a hack that wraps the engine_getPayloadV3 and applies a delay,
that delays the request up to 500ms into the slot.
the motivation for this is, so we can give the payload builder a bit
more time to include more txs, because the previous block building
window was observed to be ~250ms
feat: remove delegation whitelist (#62)
After discussion w/ @onbjerg – this PR removes the delegation whitelist
check – allowing consumers to use their own delegation contracts.
Existing checks on gas limits to avoid abuse should be sufficient for
now.