[go: up one dir, main page]

Etherlink/Kernel: plugging REVM (guarded behind a feature flag)

Context

It's show time!

This MR plugs REVM as an EVM execution engine to Etherlink's kernel. It's guarded behind the feature flag introduced in !18384 (merged).

NB: The commit that modifies apply.rs is really self-contained, i.e. almost nothing is exposed globally. This is done on purpose to avoid disturbing the work from other engineers as long as we don't intend to completely make the switch to REVM.

Some of the next MRs will slowly enable REVM for some E2E aditionnaly to the already existing test to see to what extent we're still compatible with our current test-suite.

Edited by Rodi-Can Bozman

Merge request reports

Loading