v7.0.0-fork.11
ChangeLog
New features
- TOTAL_STEPS_LIMIT = 2**25
- SAFE_RANGE = 80
Fixes
- Fix push at last opcode
- Don't revert touched address on deploy collision
What's Changed
- add audit report by @krlosMata in #381
- Dont revert touched address on deploy collision by @ignasirv in #390
- Fix issue push at last opcode by @ignasirv in #398
- Feature/25 update by @laisolizq in #396
Full Changelog: v6.0.1-fork.9...v7.0.0-fork.11
The only change between
fork.10
andfork.11
isTOTAL_STEPS_LIMIT
andSAFE_RANGE
. The comparison is being made withfork.9
.