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
Describe the feature
Builders currently wait for new block updates and then issue a few RPC calls to determine if one of their own transactions has been mined.
Instead, we could have the builders register their addresses with the pool in their block subscription call. The pool can then track those addresses for transactions alongside the rest of its chain tracking logic. It can then send any receipts alongside the new block update that it sends via the block subscription.
The text was updated successfully, but these errors were encountered:
We could consider expanding this feature out to all aspects of rundler that have per-block updates. Fee updates come to mind. This would ensure that the pool and the builder have the same view of the chain.
Describe the feature
Builders currently wait for new block updates and then issue a few RPC calls to determine if one of their own transactions has been mined.
Instead, we could have the builders register their addresses with the pool in their block subscription call. The pool can then track those addresses for transactions alongside the rest of its chain tracking logic. It can then send any receipts alongside the new block update that it sends via the block subscription.
The text was updated successfully, but these errors were encountered: