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

[builder] Add a reverting UO to bundle simulation to exclude execution #903

Open
dancoombs opened this issue Nov 5, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dancoombs
Copy link
Collaborator

Describe the feature
We run a final eth_call to handleOps help ensure that our bundle won't revert onchain. Currently we run the entire handleOps, which includes all of the UOs executions.

To improve this, we can add a UO that reverts at the end of the bundle so that we can check to see if any individual UOs revert during validation, without running the full bundles execution.

This should ideally improve latency for a large bundle submission.

@dancoombs dancoombs added the enhancement New feature or request label Nov 5, 2024
@dancoombs dancoombs added this to the v0.5 milestone Nov 5, 2024
@dancoombs dancoombs self-assigned this Nov 5, 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

1 participant