New
evmone 0.16.0
Added
- Partial [Osaka] support:
- Add
CLZopcode (EIP-7939). #1264 - Implement blob count limit per transaction (EIP-7594). #1279
- Modify blob base fee calculation (EIP-7918). #1281 #1322
- Enforce max transaction gas limit (EIP-7825). #1285
- Add the
modexpprecompile changes from EIP-7823 and EIP-7883. #1242 #1268 #1294 - Add
p256verify(EIP-7951) precompile ID/address (no implementation yet). #1309
- Add
Changed
- EVM Object Format (EOF):
- Improvements to Elliptic Curve Cryptography code:
- Add mixed-add formula.