Open
Description
Revm added support for systems calls that skips validation, pre execution and most of the post execution phases simplifying usage and don't touch beneficiary/caller accounts. bluealloy/revm#2350
alloy/evm function has a caller as an input, but all system calls use the same SYSTEM_ADDRESS
revm requires only address and data as inputs.
Line 131 in b2a9720