-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
feat: Update KIP-228 (EIP-7702) #216
Conversation
regenerate by "go generate ./blockchain/vm/interface.go"
ethereum/go-ethereum@d3e82b4 (but we don't have a vm/program package)
…t application of all authorizations ethereum/go-ethereum@9ee0d10
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Line 97 in 60acdb1
Removing this line, could you enable 7702 test? |
@ulbqb
See the remaining updates on the description |
@tnasu |
@ulbqb Yes, I do. |
Proposed changes
After introducing KIP-228(EIP-7702), the reference of Geth is updated with the latest EIP spec
Changes:
AddAddressToAccessList
once onlyGetCodeHash
when creating contract to check deployableEXTCODE*
) for EOA with code0xef01
, not whole delegation designatiorRemaining updates:
EXTCODE*
opcodes to act on full "delegation designator" ethereum/EIPs#9248Types of changes
Checklist
I have read the CLA Document and I hereby sign the CLA
in first time contribute$ make test
)Related issues
Further comments