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
Perhaps this feature could be opt-in (i.e. with a request header), it might be a little risky for less sophisticated builders to accidentally overwrite their better blocks before 🤔
Implementation-wise it could look like this:
for each builder, keep the latest bid around in a cache (redis / db)
once a builder submits a new bid, replace the latest bid in the cache and prepare the current best-bid to be delivered on getHeader requests
See also: at what level should cancellations be allowed, if at all? #113
The text was updated successfully, but these errors were encountered: