go-ethereum
go-ethereum copied to clipboard
core: implement auth and authcall
This is an implementation of EIP-3074: AUTH and AUTHCALL. Still a WIP, I think there may be some bugs in the gas calculations and some edge cases which are not correctly dealt with. But it should be good enough for people wanting to experiment with the AUTH
and AUTHCALL
opcodes!
To use, you'll have to be sure the chain is configured to be post-Prague.
I temporarily updated dev mode to start in prague, so you can run geth --dev
to start a live chain with EIP-3074 active.
Closing as we're focusing on 7702 now.