This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
AUTH
, AUTHCALL
integration in EVM config
#5
Labels
AUTH
, AUTHCALL
integration in EVM config
#5
EIP-3074 is another account abstraction-related EIP that would be interesting to have on AlphaNet.
This involves adding two new instructions, in the existing custom evm config.
This will require at least adding an entry to an instruction table, and using that instruction table in a custom revm
Handler
:https://github.com/bluealloy/revm/blob/0d42796362c9f90d44f902e99417f570c16b4901/crates/interpreter/src/instructions/opcode.rs#L31
The spec:
https://eips.ethereum.org/EIPS/eip-3074
There are already solc and foundry implementations, although not using the evm builder:
https://github.com/clabby/eip-3074-foundry
also:
https://github.com/anna-carroll/3074
The text was updated successfully, but these errors were encountered: