@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.3.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.4 ) - 2024-09-13
9
+
10
+ ### Bug Fixes
11
+
12
+ - ` debug_traceCallMany ` and ` trace_callMany ` ([ #1278 ] ( https://github.com/alloy-rs/alloy/issues/1278 ) )
13
+ - Serde for ` eth_simulateV1 ` ([ #1273 ] ( https://github.com/alloy-rs/alloy/issues/1273 ) )
14
+
15
+ ### Features
16
+
17
+ - [ engine] Optional Serde ([ #1283 ] ( https://github.com/alloy-rs/alloy/issues/1283 ) )
18
+ - [ alloy-rpc-types-eth] Optional serde ([ #1276 ] ( https://github.com/alloy-rs/alloy/issues/1276 ) )
19
+ - Improve node bindings ([ #1279 ] ( https://github.com/alloy-rs/alloy/issues/1279 ) )
20
+ - Add serde for NumHash ([ #1277 ] ( https://github.com/alloy-rs/alloy/issues/1277 ) )
21
+ - [ engine] No_std engine types ([ #1268 ] ( https://github.com/alloy-rs/alloy/issues/1268 ) )
22
+ - No_std eth rpc types ([ #1252 ] ( https://github.com/alloy-rs/alloy/issues/1252 ) )
23
+
24
+ ### Miscellaneous Tasks
25
+
26
+ - Remove eth rpc types dep from engine types ([ #1280 ] ( https://github.com/alloy-rs/alloy/issues/1280 ) )
27
+ - Swap ` BlockHashOrNumber ` alias and struct name ([ #1270 ] ( https://github.com/alloy-rs/alloy/issues/1270 ) )
28
+ - [ consensus] Remove Header Method ([ #1271 ] ( https://github.com/alloy-rs/alloy/issues/1271 ) )
29
+ - [ consensus] Alloc by Default ([ #1272 ] ( https://github.com/alloy-rs/alloy/issues/1272 ) )
30
+ - [ network-primitives] Remove alloc Vec Dep ([ #1267 ] ( https://github.com/alloy-rs/alloy/issues/1267 ) )
31
+
32
+ ### Other
33
+
34
+ - Add trait methods ` cumulative_gas_used ` and ` state_root ` to ` ReceiptResponse ` ([ #1275 ] ( https://github.com/alloy-rs/alloy/issues/1275 ) )
35
+ - Implement ` seal ` helper for ` Header ` ([ #1269 ] ( https://github.com/alloy-rs/alloy/issues/1269 ) )
36
+
8
37
## [ 0.3.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.3 ) - 2024-09-10
9
38
10
39
### Bug Fixes
@@ -17,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
46
18
47
### Miscellaneous Tasks
19
48
49
+ - Release 0.3.3
20
50
- Require destination for 7702 ([ #1262 ] ( https://github.com/alloy-rs/alloy/issues/1262 ) )
21
51
- Swap BlockNumHash alias and struct name ([ #1265 ] ( https://github.com/alloy-rs/alloy/issues/1265 ) )
22
52
0 commit comments