Skip to content

feat(cli): resolve updated execution_spec exceptions #1784

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

souradeep-das
Copy link

@souradeep-das souradeep-das commented Jun 23, 2025

🗒️ Description

Specific exceptions were added to execution_spec InvalidTransaction types. This is a complementary update to accommodate for these specific exceptions.

Exception types and details are outlined here:

🔗 Related Issues

ethereum/execution-specs#1021

✅ Checklist

  • All: Set appropriate labels for the changes.
  • All: Considered squashing commits to improve commit history.
  • All: Added an entry to CHANGELOG.md.
  • All: Considered updating the online docs in the ./docs/ directory.

@spencer-tb spencer-tb added type:feat type: Feature scope:cli Scope: Changes to `ethereum_clis` labels Jun 25, 2025
@spencer-tb spencer-tb changed the title feat: resolve updated execution_spec exceptions feat(cli): resolve updated execution_spec exceptions Jun 25, 2025
TransactionException.INSUFFICIENT_ACCOUNT_FUNDS: "Failed transaction: InsufficientBalanceError('insufficient sender balance')",
TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED: "Failed transaction: BlobGasLimitExceededError('blob gas limit exceeded')",
TransactionException.INSUFFICIENT_MAX_FEE_PER_BLOB_GAS: "Failed transaction: InsufficientMaxFeePerBlobGasError('insufficient max fee per blob gas')",
TransactionException.INSUFFICIENT_MAX_FEE_PER_GAS: "Failed transaction: InsufficientMaxFeePerGasError('Insufficient max fee per gas",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably stay consistent with capitalization in the messages. Other than that, looks good 😄

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense! since this requires changes on the execution-spec side as well - should we tackle it now or track with an issue for now?

Comment on lines +4 to +5
"branch": "forks/osaka",
"commit": "7b1694e9a0b7647c6d53d1bddbf96454a875e7fa"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ethereum/execution-specs#1286 was merged in forks/osaka so this is a commit from that branch. Not sure if we should wait for forks/osaka to be merged before merging this?

@souradeep-das souradeep-das marked this pull request as ready for review July 17, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:cli Scope: Changes to `ethereum_clis` type:feat type: Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants