Skip to content

Commit

Permalink
Update eip-7069.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistasha authored Feb 1, 2025
1 parent 2874eb5 commit 92949f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7069.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ No existing instructions are changed and so we do not think any backwards compat

It is expected that the attack surface will not grow. All of these operations can be modeled by existing operations with fixed gas (all available) and output range (zero length at zero memory).

When implemented in EOF (where the GAS opcode and the original CALL operations are removed) existing out of gas attacks will be slightly more difficult, but not entirely prevented. Transactions can still pass in arbitrary gas values and clever contract construction can still result in specific gas values being passed to specific calls. It is expected the same surface will remain in EOF, but the ease of explotation will be reduced.
When implemented in EOF (where the GAS opcode and the original CALL operations are removed) existing out of gas attacks will be slightly more difficult, but not entirely prevented. Transactions can still pass in arbitrary gas values and clever contract construction can still result in specific gas values being passed to specific calls. It is expected the same surface will remain in EOF, but the ease of exploitation will be reduced.

## Copyright

Expand Down

0 comments on commit 92949f3

Please sign in to comment.