New
evmone 0.17.0 "Osaka"
This release provides full Osaka compatibility by implementing 3 remaining EIPs.
Added
- Implementation of the
p256verify(EIP-7951) precompile for the secp256r1/P256 signature verification. #1321 #1328 - Unit tests and benchmarks for the
p256verifyprecompile. #1326 #1333 - Support for EIP-7934—MAX_RLP_BLOCK_SIZE in testing infrastructure. #1329
- Support for EIP-7892—Blob Parameter Only (BPO) forks in testing infrastructure. #1330
Changed
- Testing infrastructure improvements:
- Cryptography optimizations:
- Code quality and coverage improvements:
Fixed
- Fix handling of the input point-at-infinity in secp256r1 signature verification. #1328