Commit a8fe6b2
Implement EIP-7823 and EIP-7825 for Osaka
EIP-7823: Reject ModExp inputs where any of baseLen/expLen/modLen
exceeds 1024 bytes (consume all gas, return OOG).
EIP-7825: Cap transaction gas limit at 2^24 (16,777,216) for Osaka+.
All 44,035 EEST tests passing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6f6f1ea commit a8fe6b2
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
281 | 286 | | |
282 | 287 | | |
283 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
0 commit comments