@@ -5,6 +5,40 @@ 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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.2 ) - 2024-09-09
9
+
10
+ ### Bug Fixes
11
+
12
+ - [ consensus] Remove Unused Alloc Vecs ([ #1250 ] ( https://github.com/alloy-rs/alloy/issues/1250 ) )
13
+
14
+ ### Dependencies
15
+
16
+ - Bump tower to 0.5 ([ #1249 ] ( https://github.com/alloy-rs/alloy/issues/1249 ) )
17
+
18
+ ### Features
19
+
20
+ - No_std network primitives ([ #1248 ] ( https://github.com/alloy-rs/alloy/issues/1248 ) )
21
+ - [ rpc-types-eth] AnyBlock ([ #1243 ] ( https://github.com/alloy-rs/alloy/issues/1243 ) )
22
+ - Add Reth node bindings ([ #1092 ] ( https://github.com/alloy-rs/alloy/issues/1092 ) )
23
+ - [ rpc-types-engine] Add forkchoice state zero helpers ([ #1231 ] ( https://github.com/alloy-rs/alloy/issues/1231 ) )
24
+ - [ network-primitives] Expose more fields via block response traits ([ #1229 ] ( https://github.com/alloy-rs/alloy/issues/1229 ) )
25
+
26
+ ### Miscellaneous Tasks
27
+
28
+ - Add aliases for Num Hash ([ #1253 ] ( https://github.com/alloy-rs/alloy/issues/1253 ) )
29
+ - Add helpers for beacon blob bundle ([ #1254 ] ( https://github.com/alloy-rs/alloy/issues/1254 ) )
30
+ - [ eip1898] Display ` RpcBlockHash ` ([ #1242 ] ( https://github.com/alloy-rs/alloy/issues/1242 ) )
31
+ - Optional derive more ([ #1239 ] ( https://github.com/alloy-rs/alloy/issues/1239 ) )
32
+ - Derive more default features false ([ #1230 ] ( https://github.com/alloy-rs/alloy/issues/1230 ) )
33
+
34
+ ### Other
35
+
36
+ - Add getter trait methods to ` ReceiptResponse ` ([ #1251 ] ( https://github.com/alloy-rs/alloy/issues/1251 ) )
37
+ - Impl ` exceeds_allowed_future_timestamp ` for ` Header ` ([ #1237 ] ( https://github.com/alloy-rs/alloy/issues/1237 ) )
38
+ - Impl ` is_zero_difficulty ` for ` Header ` ([ #1236 ] ( https://github.com/alloy-rs/alloy/issues/1236 ) )
39
+ - Impl parent_num_hash for Header ([ #1238 ] ( https://github.com/alloy-rs/alloy/issues/1238 ) )
40
+ - Implement ` Arbitrary ` for ` Header ` ([ #1235 ] ( https://github.com/alloy-rs/alloy/issues/1235 ) )
41
+
8
42
## [ 0.3.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.1 ) - 2024-09-02
9
43
10
44
### Bug Fixes
@@ -31,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
65
32
66
### Miscellaneous Tasks
33
67
68
+ - Release 0.3.1
34
69
- [ README] Add a link to ` rpc-types-debug ` ([ #1212 ] ( https://github.com/alloy-rs/alloy/issues/1212 ) )
35
70
- [ features] Enable ` consensus ` and ` network ` along with ` providers ` ([ #1207 ] ( https://github.com/alloy-rs/alloy/issues/1207 ) )
36
71
0 commit comments