This release primarily addresses the syncing issue that occurred with the v1.7.0 release on the mainnet and includes a minor improvement:
- Fix the syncing issue caused by the unexpected denial of CREATE2 calls.
- Allow read-only calls to denied contracts.
Hardfork Schedule
We have postponed the mainnet release by 2 days to allow sufficient time for validators and full node operators to upgrade.
The updated schedule: Block #5527429 (Mon Dec 18 2024 17:00:00 GMT+0900)
What's Changed
- Exclude CREATE2 from EVM access control by @ironbeer in #119
- Fixed error when
new
is used in internal tx by @ironbeer in #120 - skip deny call if readonly by @tak1827 in #121
- dely mainnet hardfork by 2 dyas by @tak1827 in #122
Full Changelog: v1.7.0...v1.7.2