File tree Expand file tree Collapse file tree 39 files changed +145
-1
lines changed Expand file tree Collapse file tree 39 files changed +145
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.1 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Add inner_mut ([ #2160 ] ( https://github.com/alloy-rs/alloy/issues/2160 ) )
13
+
8
14
## [ 0.12.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
15
10
16
### Bug Fixes
@@ -71,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
77
72
78
### Miscellaneous Tasks
73
79
80
+ - Release 0.12.0
74
81
- Support static error msg ([ #2158 ] ( https://github.com/alloy-rs/alloy/issues/2158 ) )
75
82
- [ ` consensus ` ] Rename ` Recovered ` methods ([ #2155 ] ( https://github.com/alloy-rs/alloy/issues/2155 ) )
76
83
- Add any tx conversion ([ #2153 ] ( https://github.com/alloy-rs/alloy/issues/2153 ) )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.12.0 "
6
+ version = " 0.12.1 "
7
7
edition = " 2021"
8
8
rust-version = " 1.81"
9
9
authors = [" Alloy Contributors" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ 0.12.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
9
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
10
14
### Other
11
15
12
16
- Add ` rlp ` feature to ` full ` feature ([ #2124 ] ( https://github.com/alloy-rs/alloy/issues/2124 ) )
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Run zepter checks for features of non-workspace dependencies ([ #2144 ] ( https://github.com/alloy-rs/alloy/issues/2144 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.12.0
17
+
14
18
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
15
19
16
20
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.1 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Add inner_mut ([ #2160 ] ( https://github.com/alloy-rs/alloy/issues/2160 ) )
13
+
8
14
## [ 0.12.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
15
10
16
### Bug Fixes
@@ -34,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
40
35
41
### Miscellaneous Tasks
36
42
43
+ - Release 0.12.0
37
44
- Support static error msg ([ #2158 ] ( https://github.com/alloy-rs/alloy/issues/2158 ) )
38
45
- [ ` consensus ` ] Rename ` Recovered ` methods ([ #2155 ] ( https://github.com/alloy-rs/alloy/issues/2155 ) )
39
46
- Box value ([ #2152 ] ( https://github.com/alloy-rs/alloy/issues/2152 ) )
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
21
21
### Miscellaneous Tasks
22
22
23
+ - Release 0.12.0
23
24
- Use impl Into StateOverride ([ #2145 ] ( https://github.com/alloy-rs/alloy/issues/2145 ) )
24
25
- Rename ` on_builtin ` to ` connect ` ([ #2078 ] ( https://github.com/alloy-rs/alloy/issues/2078 ) )
25
26
- Update url ([ #2071 ] ( https://github.com/alloy-rs/alloy/issues/2071 ) )
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Documentation
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- [ ` eip4844 ` ] Heap allocated blob ([ #2050 ] ( https://github.com/alloy-rs/alloy/issues/2050 ) )
19
19
- Add helpers to create a BlobSidecar ([ #2047 ] ( https://github.com/alloy-rs/alloy/issues/2047 ) )
20
20
21
+ ### Miscellaneous Tasks
22
+
23
+ - Release 0.12.0
24
+
21
25
### Other
22
26
23
27
- Implement Transaction type on Either type ([ #2097 ] ( https://github.com/alloy-rs/alloy/issues/2097 ) )
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Run zepter checks for features of non-workspace dependencies ([ #2144 ] ( https://github.com/alloy-rs/alloy/issues/2144 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.12.0
17
+
14
18
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
15
19
16
20
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- [ ` contract ` ] Decode as ` SolError ` ([ #2072 ] ( https://github.com/alloy-rs/alloy/issues/2072 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.12.0
17
+
14
18
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
15
19
16
20
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Miscellaneous Tasks
20
20
21
+ - Release 0.12.0
21
22
- Support static error msg ([ #2158 ] ( https://github.com/alloy-rs/alloy/issues/2158 ) )
22
23
23
24
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Miscellaneous Tasks
21
21
22
+ - Release 0.12.0
22
23
- Support static error msg ([ #2158 ] ( https://github.com/alloy-rs/alloy/issues/2158 ) )
23
24
- [ ` consensus ` ] Rename ` Recovered ` methods ([ #2155 ] ( https://github.com/alloy-rs/alloy/issues/2155 ) )
24
25
- Add any tx conversion ([ #2153 ] ( https://github.com/alloy-rs/alloy/issues/2153 ) )
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ 0.12.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
9
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
10
14
### Testing
11
15
12
16
- Enable more tests on windows ([ #2126 ] ( https://github.com/alloy-rs/alloy/issues/2126 ) )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
29
29
### Miscellaneous Tasks
30
30
31
+ - Release 0.12.0
31
32
- [ ` provider ` ] Fix ` mocked ` ret type ([ #2156 ] ( https://github.com/alloy-rs/alloy/issues/2156 ) )
32
33
- Use impl Into StateOverride ([ #2145 ] ( https://github.com/alloy-rs/alloy/issues/2145 ) )
33
34
- [ ` provider ` ] Use quicknode ([ #2121 ] ( https://github.com/alloy-rs/alloy/issues/2121 ) )
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- [ ` provider ` ] Trace api builder ([ #2119 ] ( https://github.com/alloy-rs/alloy/issues/2119 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.12.0
17
+
14
18
### Testing
15
19
16
20
- Enable more tests on windows ([ #2126 ] ( https://github.com/alloy-rs/alloy/issues/2126 ) )
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Remove preimage hashes from execution witness ([ #2059 ] ( https://github.com/alloy-rs/alloy/issues/2059 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.12.0
17
+
14
18
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
15
19
16
20
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Miscellaneous Tasks
20
20
21
+ - Release 0.12.0
21
22
- [ engine] Add missing variants for parent beacon block root to ` PayloadError ` ([ #2087 ] ( https://github.com/alloy-rs/alloy/issues/2087 ) )
22
23
23
24
### Other
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
27
27
### Miscellaneous Tasks
28
28
29
+ - Release 0.12.0
29
30
- Support static error msg ([ #2158 ] ( https://github.com/alloy-rs/alloy/issues/2158 ) )
30
31
- [ ` consensus ` ] Rename ` Recovered ` methods ([ #2155 ] ( https://github.com/alloy-rs/alloy/issues/2155 ) )
31
32
- Use impl Into StateOverride ([ #2145 ] ( https://github.com/alloy-rs/alloy/issues/2145 ) )
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- [ rpc-types-mev] SimBundleLogs should contain all logs fields. ([ #2061 ] ( https://github.com/alloy-rs/alloy/issues/2061 ) )
13
13
- [ rpc-types-mev] Compatibility with mev-geth responses. ([ #2079 ] ( https://github.com/alloy-rs/alloy/issues/2079 ) )
14
14
15
+ ### Miscellaneous Tasks
16
+
17
+ - Release 0.12.0
18
+
15
19
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
16
20
17
21
### Features
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Documentation
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Add helper methods to Transaction Pool Content ([ #2111 ] ( https://github.com/alloy-rs/alloy/issues/2111 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.12.0
17
+
14
18
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
15
19
16
20
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.12.0
12
13
- Add some accessors ([ #2132 ] ( https://github.com/alloy-rs/alloy/issues/2132 ) )
13
14
14
15
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Miscellaneous Tasks
15
15
16
+ - Release 0.12.0
16
17
- IntoWallet for Ledger ([ #2136 ] ( https://github.com/alloy-rs/alloy/issues/2136 ) )
17
18
18
19
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Miscellaneous Tasks
15
15
16
+ - Release 0.12.0
16
17
- IntoWallet for Ledger ([ #2136 ] ( https://github.com/alloy-rs/alloy/issues/2136 ) )
17
18
18
19
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.12.0
12
13
- IntoWallet for Ledger ([ #2136 ] ( https://github.com/alloy-rs/alloy/issues/2136 ) )
13
14
14
15
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Miscellaneous Tasks
15
15
16
+ - Release 0.12.0
16
17
- IntoWallet for Ledger ([ #2136 ] ( https://github.com/alloy-rs/alloy/issues/2136 ) )
17
18
18
19
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Miscellaneous Tasks
15
15
16
+ - Release 0.12.0
16
17
- IntoWallet for Ledger ([ #2136 ] ( https://github.com/alloy-rs/alloy/issues/2136 ) )
17
18
18
19
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ 0.12.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
9
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
10
14
### Other
11
15
12
16
- Implement Transaction type on Either type ([ #2097 ] ( https://github.com/alloy-rs/alloy/issues/2097 ) )
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.12.0 ) - 2025-03-07
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.12.0
13
+
8
14
## [ 0.11.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.11.1 ) - 2025-02-12
9
15
10
16
### Miscellaneous Tasks
You can’t perform that action at this time.
0 commit comments