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

Obscure errors in unsafe simulation when using more than MAX_VERIFICATION_GAS #975

Open
dancoombs opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dancoombs
Copy link
Collaborator

Describe the bug

  • We sent a UO with higher than MAX_VERIFICATION_GAS for the verificationGasLimit
  • We'd expect a simple error saying that the VGL > MAX
  • Instead, the bundler attempted to run verification, and failed with an obscure error (which way under the hood was OOG)

Expected behavior

  • Bundler should return an error if VGL > MAX
@dancoombs dancoombs added the bug Something isn't working label Jan 21, 2025
@dancoombs dancoombs added this to the v0.6 milestone Jan 21, 2025
@dancoombs dancoombs self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant