Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pool/builder] Track builder addresses via chain tracking #887

Open
dancoombs opened this issue Oct 24, 2024 · 1 comment
Open

[pool/builder] Track builder addresses via chain tracking #887

dancoombs opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dancoombs
Copy link
Collaborator

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.

@dancoombs dancoombs added the enhancement New feature or request label Oct 24, 2024
@dancoombs dancoombs added this to the v0.5 milestone Oct 24, 2024
@dancoombs
Copy link
Collaborator Author

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.

@dancoombs dancoombs modified the milestones: v0.5, v0.6 Dec 13, 2024
@dancoombs dancoombs self-assigned this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@dancoombs and others