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
Enhance error handling for oversized transactions in EoaExecutorWorker (#37)
* Enhance error handling for oversized transactions in EoaExecutorWorker
- Added a specific error case to handle oversized transaction data during gas estimation, ensuring that such transactions are correctly identified as fundamentally broken and fail the individual transaction rather than the worker. This improves the robustness of transaction simulation error handling.
* Enhance error classification for transaction failures in EoaExecutorWorker
- Added handling for oversized transaction errors in the `classify_send_error` function, ensuring that such cases are classified as deterministic failures. This improves the accuracy of error handling during transaction processing.
0 commit comments