From adc98d4d855298390e9e492d899ce227abbe5d5a Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:39:42 +0100 Subject: [PATCH] Rename EXTS/DCALLs to longer versions --- spec/eof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/eof.md b/spec/eof.md index 8cfff19..54e2da7 100644 --- a/spec/eof.md +++ b/spec/eof.md @@ -288,7 +288,7 @@ The following instructions are introduced in EOF code: - pop `offset` from the stack - if `offset + 32 > len(returndata buffer)`, execution results in an exceptional halt - push 1 item onto the stack, the 32-byte word read from the returndata buffer starting at `offset` -- `EXTCALL (0xf8)`, `EXTDCALL (0xf9)`, `EXTSCALL (0xfb)` +- `EXTCALL (0xf8)`, `EXTDELEGATECALL (0xf9)`, `EXTSTATICCALL (0xfb)` - Replacement of `CALL`, `DELEGATECALL` and `STATICCALL` instructions, as specced out in [EIP-7069](https://eips.ethereum.org/EIPS/eip-7069), except the runtime operand stack check. In particular: - The `gas_limit` input is removed. - The `output_offset` and `output_size` is removed.