From 4153e95befd0264082de3c4c2fe3a85cc74d3152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 24 May 2024 14:33:55 +0200 Subject: [PATCH] Update EIP-4200: Fix validation test cases Merged by EIP-Bot. --- EIPS/eip-4200.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-4200.md b/EIPS/eip-4200.md index 17d4a8d12d2b5e..b452cf8a47e5b5 100644 --- a/EIPS/eip-4200.md +++ b/EIPS/eip-4200.md @@ -127,11 +127,12 @@ This change poses no risk to backwards compatibility, as it is introduced at the - `RJUMP`/`RJUMPI`/`RJUMPV` with instruction other than `JUMPDEST` as target - `relative_offset` is positive/negative/`0` - `RJUMPV` with various valid table sizes from 1 to 256 +- `RJUMP` as a final instruction in code section #### Invalid cases - `RJUMP`/`RJUMPI`/`RJUMPV` with truncated immediate -- `RJUMP`/`RJUMPI`/`RJUMPV` as a final instruction in code section +- `RJUMPI`/`RJUMPV` as a final instruction in code section - `RJUMP`/`RJUMPI`/`RJUMPV` target outside of code section bounds - `RJUMP`/`RJUMPI`/`RJUMPV` target push data - `RJUMP`/`RJUMPI`/`RJUMPV` target another `RJUMP`/`RJUMPI`/`RJUMPV` immediate argument