ipsilon / eof

Validation code for the EOF specification
Apache License 2.0
31 stars 17 forks source link

feat: change oob behavior of RETURNDATALOAD and RETURNDATACOPY #90

Closed charles-cooper closed 3 months ago

charles-cooper commented 5 months ago

use zero-padding instead of exceptional halt

chfast commented 4 months ago

Do I understand it correctly that Vyper is in favor of modifying the existing opcode instead of replacing it with a new opcode?

charles-cooper commented 4 months ago

Do I understand it correctly that Vyper is in favor of modifying the existing opcode instead of replacing it with a new opcode?

Mildly in favor. It's not a huge issue, it just seems easier than adding a new opcode

(Fwiw my understanding is solidity is in favor too, but I can't speak for them)