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
Correct a bug in the gas accounting of REVM (#4007)
## Motivation
There was an error in the gas accounting
## Proposal
The following is done:
* The `Gas::new(0)` is replaced by a `Gas::new(gas_limit)`.
* The `EvmExecutionError` errors are now more precise.
## Test Plan
The CI.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
None
0 commit comments