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
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
begin_tx.rs and error cases(#1562) have covered EIP3860. The leftovers are normal case (CREATE) and gas uint overflow (which is #1526). So, this PR only takes care of normal case and will wait for #1562 being merged
Describe the feature you would like
More details can see #1430 (comment)
Reference: EIP 3860
Additional context
Support EIP 3860 in normal case (CREATE), error cases (covered in #1562) and deployment tx (begin_tx). See privacy-scaling-explorations/zkevm-specs#481 (comment) for more details
The text was updated successfully, but these errors were encountered: