File tree Expand file tree Collapse file tree 40 files changed +261
-1
lines changed Expand file tree Collapse file tree 40 files changed +261
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ 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
+ ## [ 1.0.9] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.9 ) - 2025-05-28
9
+
10
+ ### Features
11
+
12
+ - Introduce serde feature for network-primitives ([ #2529 ] ( https://github.com/alloy-rs/alloy/issues/2529 ) )
13
+ - Add try decode into error ([ #2524 ] ( https://github.com/alloy-rs/alloy/issues/2524 ) )
14
+ - Add some node types from beacon api ([ #2527 ] ( https://github.com/alloy-rs/alloy/issues/2527 ) )
15
+
16
+ ### Miscellaneous Tasks
17
+
18
+ - Truncate input data for ots block on serialize ([ #2525 ] ( https://github.com/alloy-rs/alloy/issues/2525 ) )
19
+ - Add from impl ([ #2522 ] ( https://github.com/alloy-rs/alloy/issues/2522 ) )
20
+
21
+ ### Other
22
+
23
+ - Adding support for signing 7702 authorizations ([ #2499 ] ( https://github.com/alloy-rs/alloy/issues/2499 ) )
24
+
25
+ ### Styling
26
+
27
+ - Added helper fn for building typed simulate transaction in TransactionRequest ([ #2531 ] ( https://github.com/alloy-rs/alloy/issues/2531 ) )
28
+
8
29
## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
30
10
31
### Bug Fixes
@@ -27,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
48
28
49
### Miscellaneous Tasks
29
50
51
+ - Release 1.0.8
30
52
- Add serialize impl ([ #2521 ] ( https://github.com/alloy-rs/alloy/issues/2521 ) )
31
53
- Add helper for first tx ([ #2517 ] ( https://github.com/alloy-rs/alloy/issues/2517 ) )
32
54
- Add try_into helper fns ([ #2515 ] ( https://github.com/alloy-rs/alloy/issues/2515 ) )
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 = " 1.0.8 "
6
+ version = " 1.0.9 "
7
7
edition = " 2021"
8
8
rust-version = " 1.82"
9
9
authors = [" Alloy Contributors" ]
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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 1.0.8
12
13
- Handle tron '0x' stateRoot as zero ([ #2496 ] ( https://github.com/alloy-rs/alloy/issues/2496 ) )
13
14
14
15
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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 1.0.8
12
13
- Add try_into helper fns ([ #2515 ] ( https://github.com/alloy-rs/alloy/issues/2515 ) )
13
14
14
15
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
Original file line number Diff line number Diff line change @@ -5,12 +5,22 @@ 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
+ ## [ 1.0.9] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.9 ) - 2025-05-28
9
+
10
+ ### Features
11
+
12
+ - Add try decode into error ([ #2524 ] ( https://github.com/alloy-rs/alloy/issues/2524 ) )
13
+
8
14
## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
15
10
16
### Documentation
11
17
12
18
- [ provider] Use multicall.dynamic() in more places ([ #2508 ] ( https://github.com/alloy-rs/alloy/issues/2508 ) )
13
19
20
+ ### Miscellaneous Tasks
21
+
22
+ - Release 1.0.8
23
+
14
24
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
15
25
16
26
### 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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.9] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.9 ) - 2025-05-28
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Add from impl ([ #2522 ] ( https://github.com/alloy-rs/alloy/issues/2522 ) )
13
+
8
14
## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
15
10
16
### Documentation
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
19
14
20
### Miscellaneous Tasks
15
21
22
+ - Release 1.0.8
16
23
- Add serialize impl ([ #2521 ] ( https://github.com/alloy-rs/alloy/issues/2521 ) )
17
24
18
25
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,10 +5,17 @@ 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
+ ## [ 1.0.9] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.9 ) - 2025-05-28
9
+
10
+ ### Features
11
+
12
+ - Introduce serde feature for network-primitives ([ #2529 ] ( https://github.com/alloy-rs/alloy/issues/2529 ) )
13
+
8
14
## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
15
10
16
### Miscellaneous Tasks
11
17
18
+ - Release 1.0.8
12
19
- Add helper for first tx ([ #2517 ] ( https://github.com/alloy-rs/alloy/issues/2517 ) )
13
20
14
21
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
15
10
16
### 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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
22
22
- Empty MulticallBuilder into dynamic ([ #2507 ] ( https://github.com/alloy-rs/alloy/issues/2507 ) )
23
23
24
+ ### Miscellaneous Tasks
25
+
26
+ - Release 1.0.8
27
+
24
28
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
25
29
26
30
### 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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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
+ ## [ 1.0.9] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.9 ) - 2025-05-28
9
+
10
+ ### Features
11
+
12
+ - Add some node types from beacon api ([ #2527 ] ( https://github.com/alloy-rs/alloy/issues/2527 ) )
13
+
14
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
15
+
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 1.0.8
19
+
8
20
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
21
10
22
### 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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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
+ ## [ 1.0.9] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.9 ) - 2025-05-28
9
+
10
+ ### Features
11
+
12
+ - Introduce serde feature for network-primitives ([ #2529 ] ( https://github.com/alloy-rs/alloy/issues/2529 ) )
13
+
14
+ ### Styling
15
+
16
+ - Added helper fn for building typed simulate transaction in TransactionRequest ([ #2531 ] ( https://github.com/alloy-rs/alloy/issues/2531 ) )
17
+
8
18
## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
19
10
20
### Features
@@ -14,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
24
15
25
### Miscellaneous Tasks
16
26
27
+ - Release 1.0.8
17
28
- Generalize rpc tx type conversions ([ #2513 ] ( https://github.com/alloy-rs/alloy/issues/2513 ) )
18
29
19
30
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
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
+ ## [ 1.0.8] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.8 ) - 2025-05-27
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.8
13
+
8
14
## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
15
10
16
### Miscellaneous Tasks
You can’t perform that action at this time.
0 commit comments