diff --git a/EIPS/eip-7069.md b/EIPS/eip-7069.md index 1158b51265c28..04e1b3800d70f 100644 --- a/EIPS/eip-7069.md +++ b/EIPS/eip-7069.md @@ -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