@@ -5,6 +5,21 @@ Documentation of all notable changes to the **evmone** project.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
8+ ## [ 0.18.0] — 2025-10-31
9+
10+ Bye-bye, EOF.
11+
12+ ### Removed
13+
14+ - The implementation of the [ EVM Object Format version 1] ( https://eips.ethereum.org/EIPS/eip-7692 ) (EOFv1)
15+ has been completely removed.
16+ [ #1321 ] ( https://github.com/ipsilon/evmone/pull/1321 )
17+ - implementation of EOF validation and execution,
18+ - implementation of DUPN, SWAPN and EXCHANGE instructions,
19+ - "initcodes" transaction type,
20+ - additional testing tools: eofparse, eoftest and eofparsefuzz,
21+ - unit tests, integration tests, benchmarks and test helpers.
22+
823## [ 0.17.0] — 2025-10-29
924
1025This release provides full [ Osaka] compatibility by implementing 3 remaining EIPs.
@@ -1104,6 +1119,7 @@ It delivers fully-compatible and high-speed EVM implementation.
11041119- Exposes [ EVMC] 6 ABI.
11051120- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
11061121
1122+ [ 0.18.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.18.0
11071123[ 0.17.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.17.0
11081124[ 0.16.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.16.0
11091125[ 0.15.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.15.0
0 commit comments