@@ -5,6 +5,27 @@ Documentation of all notable changes to the **evmone** project.
5
5
The format is based on [ Keep a Changelog] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
8
+ [ 0.14.1] — 2025-03-11
9
+
10
+ ### Fixed
11
+
12
+ - Fixes and improvements to BLS precompiles ([ EIP-2537] ).
13
+ [ #1155 ] ( https://github.com/ethereum/evmone/pull/1155 )
14
+ [ #1154 ] ( https://github.com/ethereum/evmone/pull/1154 )
15
+ [ #1150 ] ( https://github.com/ethereum/evmone/pull/1150 )
16
+ [ #1151 ] ( https://github.com/ethereum/evmone/pull/1151 )
17
+ [ #1148 ] ( https://github.com/ethereum/evmone/pull/1148 )
18
+ - Check for topic when parsing deposit contract logs ([ EIP-6110] ).
19
+ [ #1152 ] ( https://github.com/ethereum/evmone/pull/1152 )
20
+
21
+ ### Changed
22
+
23
+ - Improvements to EOF validation.
24
+ [ #1137 ] ( https://github.com/ethereum/evmone/pull/1137 )
25
+ [ #1144 ] ( https://github.com/ethereum/evmone/pull/1144 )
26
+ [ #1145 ] ( https://github.com/ethereum/evmone/pull/1145 )
27
+
28
+
8
29
[ 0.14.0] — 2025-02-19
9
30
10
31
### Added
@@ -911,6 +932,7 @@ It delivers fully-compatible and high-speed EVM implementation.
911
932
- Exposes [ EVMC] 6 ABI.
912
933
- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
913
934
935
+ [ 0.14.1 ] : https://github.com/ethereum/evmone/releases/tag/v0.14.1
914
936
[ 0.14.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.14.0
915
937
[ 0.13.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.13.0
916
938
[ 0.12.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.12.0
0 commit comments