ipsilon / eof

Validation code for the EOF specification
Apache License 2.0
43 stars 19 forks source link

Fix test cases in EIP-4200 #115

Closed pdobacz closed 5 months ago

pdobacz commented 5 months ago

"RJUMP/RJUMPI/RJUMPV as a final instruction in code section" should be removed from https://eips.ethereum.org/EIPS/eip-4200.

  1. it's out of scope of 4200 (5450 settles what the final instruction may be)
  2. RJUMP can be the final instruction
chfast commented 5 months ago

Fixed by https://github.com/ethereum/EIPs/pull/8595.