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
Currently, we're using revm for the apply_plain_transaction, which do not depends
on a feature flag, we should use levm or add a way to use levm through a feature flag. Also, we should double check if there are any more places
where we should be using levm by default or through a feature flag.
The text was updated successfully, but these errors were encountered:
Changes required
Currently, we're using revm for the apply_plain_transaction, which do not depends
on a feature flag, we should use levm or add a way to use levm through a feature flag. Also, we should double check if there are any more places
where we should be using levm by default or through a feature flag.
The text was updated successfully, but these errors were encountered: