go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

core: implement auth and authcall

Open lightclient opened this issue 1 year ago • 1 comments

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.

lightclient avatar Nov 27 '23 15:11 lightclient

I temporarily updated dev mode to start in prague, so you can run geth --dev to start a live chain with EIP-3074 active.

lightclient avatar Nov 27 '23 16:11 lightclient

Closing as we're focusing on 7702 now.

lightclient avatar Jun 20 '24 14:06 lightclient