We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AUTH
AUTHCALL
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
Handler
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:
First PR ready for review here #14 with a partial implementation of AUTH still pending:
authorized
revm-interpreter
Sorry, something went wrong.
Done?
No branches or pull requests
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: