diff --git a/EIPS/eip-7069.md b/EIPS/eip-7069.md index 76ed48f905a9d8..04e1b3800d70f7 100644 --- a/EIPS/eip-7069.md +++ b/EIPS/eip-7069.md @@ -4,7 +4,7 @@ title: Revamped CALL instructions description: Introduce EXTCALL, EXTDELEGATECALL and EXTSTATICCALL with simplified semantics author: Alex Beregszaszi (@axic), Paweł Bylica (@chfast), Danno Ferrin (@shemnon), Andrei Maiboroda (@gumb0), Charles Cooper (@charles-cooper) discussions-to: https://ethereum-magicians.org/t/eip-revamped-call-instructions/14432 -status: Draft +status: Review type: Standards Track category: Core created: 2023-05-05 @@ -97,11 +97,11 @@ In case this EIP is included as part of the greater EOF upgrade, execution seman Execution of `RETURNDATACOPY` which is not in EOF formatted code (i.e. is in legacy code) is not changed. - +**TODO:** Clarify which side (caller/callee) is gas deducted from and where an error originates from. - +**TODO:** Mention gas refunds? - +**TODO:** Consider option where non-calldata value transfer is not allowed, but there's a specific `TRANSFER`/`PAY` function for that. Would simplify the logic greatly. ## Rationale