Skip to content

Commit

Permalink
Update EIP-4200: Fix validation test cases
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
chfast authored May 24, 2024
1 parent b0c655a commit 4153e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EIPS/eip-4200.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4153e95

Please sign in to comment.