EIPs icon indicating copy to clipboard operation
EIPs copied to clipboard

Add EIP: Introduce SDELEGATECALL opcode for enhanced delegatecall security

Open maldiohead opened this issue 10 months ago • 3 comments

This EIP introduces a new EVM opcode SDELEGATECALL (secure delegatecall) that enhances security when executing external contract code. It functions similarly to the existing DELEGATECALL opcode but additionally returns the deployer's address of the target contract, allowing the caller to verify the authenticity of the contract being called.

maldiohead avatar Mar 03 '25 11:03 maldiohead

File eip-7900.md

Requires 2 more reviewers from @g11tech, @lightclient, @samwilsn, @xinbenlv

eth-bot avatar Mar 03 '25 11:03 eth-bot

please do not mark comments rresolved without resolving them, case in point: https://github.com/ethereum/EIPs/pull/9440#discussion_r2054387928

g11tech avatar May 06 '25 12:05 g11tech

There has been no activity on this issue for six months. It will be closed in 7 days if there is no new activity. If you would like to move this PR forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

github-actions[bot] avatar Nov 06 '25 00:11 github-actions[bot]