@@ -5,6 +5,52 @@ 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.12.6] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.6 ) - 2025-03-18
9
+
10
+ ### Bug Fixes
11
+
12
+ - [ signer-gcp] Use default public key format ([ #2217 ] ( https://github.com/alloy-rs/alloy/issues/2217 ) )
13
+ - Drop geth's stderr handle ([ #2104 ] ( https://github.com/alloy-rs/alloy/issues/2104 ) )
14
+ - Debug_executionWitness call ([ #2209 ] ( https://github.com/alloy-rs/alloy/issues/2209 ) )
15
+ - Broken links ` eip1559/constants.rs ` ([ #2190 ] ( https://github.com/alloy-rs/alloy/issues/2190 ) )
16
+
17
+ ### Dependencies
18
+
19
+ - Bump gcloud sdk ([ #2218 ] ( https://github.com/alloy-rs/alloy/issues/2218 ) )
20
+ - Bump once_cell ([ #2185 ] ( https://github.com/alloy-rs/alloy/issues/2185 ) )
21
+
22
+ ### Features
23
+
24
+ - [ eips] Serde untagged for EIP-7685 ` RequestsOrHash ` ([ #2216 ] ( https://github.com/alloy-rs/alloy/issues/2216 ) )
25
+ - Define subscription type ([ #2203 ] ( https://github.com/alloy-rs/alloy/issues/2203 ) )
26
+ - [ providers] Add multicall batch layer ([ #2174 ] ( https://github.com/alloy-rs/alloy/issues/2174 ) )
27
+ - Add BlobsBundleV2 ([ #2206 ] ( https://github.com/alloy-rs/alloy/issues/2206 ) )
28
+ - [ consensus] Add hoodi genesis hash ([ #2210 ] ( https://github.com/alloy-rs/alloy/issues/2210 ) )
29
+ - [ ` node-bindings ` ] Anvil typed hardforks ([ #2207 ] ( https://github.com/alloy-rs/alloy/issues/2207 ) )
30
+ - Derive ` Serialize ` and ` Deserialize ` for ` Recovered<T> ` ([ #2204 ] ( https://github.com/alloy-rs/alloy/issues/2204 ) )
31
+ - Add BlobAndProofV2 ([ #2202 ] ( https://github.com/alloy-rs/alloy/issues/2202 ) )
32
+ - ` FallbackLayer ` transport ([ #2135 ] ( https://github.com/alloy-rs/alloy/issues/2135 ) )
33
+ - Remove poller task indirection ([ #2197 ] ( https://github.com/alloy-rs/alloy/issues/2197 ) )
34
+ - Impl into_transaction TxEnvelope ([ #2192 ] ( https://github.com/alloy-rs/alloy/issues/2192 ) )
35
+ - Add missing U8 conversion ([ #2189 ] ( https://github.com/alloy-rs/alloy/issues/2189 ) )
36
+ - Ad helper append fn ([ #2186 ] ( https://github.com/alloy-rs/alloy/issues/2186 ) )
37
+ - Add ` ThrottleLayer ` to Transport layers ([ #2154 ] ( https://github.com/alloy-rs/alloy/issues/2154 ) )
38
+
39
+ ### Miscellaneous Tasks
40
+
41
+ - [ meta] Update CODEOWNERS ([ #2213 ] ( https://github.com/alloy-rs/alloy/issues/2213 ) )
42
+ - [ provider] Remove 'latest' channel from heartbeat ([ #2198 ] ( https://github.com/alloy-rs/alloy/issues/2198 ) )
43
+ - Export * from provider ([ #2195 ] ( https://github.com/alloy-rs/alloy/issues/2195 ) )
44
+
45
+ ### Other
46
+
47
+ - Add encodable and decodable for ` Signed<T> ` ([ #2193 ] ( https://github.com/alloy-rs/alloy/issues/2193 ) )
48
+ - Update contributing
49
+
50
+ ### Styling
51
+
52
+ - Update tx fee comment about Transaction trait ([ #2208 ] ( https://github.com/alloy-rs/alloy/issues/2208 ) )
53
+
8
54
## [ 0.12.5] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.5 ) - 2025-03-12
9
55
10
56
### Bug Fixes
@@ -20,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
66
21
67
### Miscellaneous Tasks
22
68
69
+ - Release 0.12.5
23
70
- Add fromiter helper for stateoverridesbuilder ([ #2182 ] ( https://github.com/alloy-rs/alloy/issues/2182 ) )
24
71
- Add helper to set trace's gas used ([ #2180 ] ( https://github.com/alloy-rs/alloy/issues/2180 ) )
25
72
- Add with capacity helper ([ #2183 ] ( https://github.com/alloy-rs/alloy/issues/2183 ) )
0 commit comments