Closed kien-rise closed 4 weeks ago
PS: Actually, if we want, we can keep op-alloy-* changes on main branch and revm change on this branch (i.e. split this PR into two PRs). We can do that to keep this branch minimal.
Nah, that's fine. Our end goal is to remove revm
completely (#382) but keep Alloy (up-to-date) for primitive types, so this PR is in the right direction already. Once the old reth-integration
is not needed anymore I'll squash this branch and force-push to it and keep this -2
as the new backup.
We need these changes to make sure there is only one version of
alloy-eip7702
in the reth integration. Otherwise, there will be compile errors.This change is to update
revm
to thereth
branch:The other changes are just to make the code compiles.
Yes, the target branch of this PR is reth-integration-2 because those changes are not needed on
main
.PS: Actually, if we want, we can keep
op-alloy-*
changes onmain
branch andrevm
change on this branch (i.e. split this PR into two PRs). We can do that to keep this branch minimal.