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
This commit refactors the `BlockExecutionInput` struct in the `execute.rs` file of the `evm` crate. It replaces the `disable_anchor` field with an `enable_anchor` field and adds an `enable_skip` field. These options allow for enabling or disabling the anchor transaction and skipping invalid transactions during block execution.
Ref: paradigmxyz#1234
Describe the feature
The stage was introduced in #994, and is a good target for optimization, but first we need benchmarks.
Additional context
No response
The text was updated successfully, but these errors were encountered: