File tree 39 files changed +256
-1
lines changed
39 files changed +256
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.9.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.2 ) - 2025-01-03
9
+
10
+ ### Bug Fixes
11
+
12
+ - [ eip7251] Update contract address and bytecode ([ #1877 ] ( https://github.com/alloy-rs/alloy/issues/1877 ) )
13
+ - Skip empty request objects ([ #1873 ] ( https://github.com/alloy-rs/alloy/issues/1873 ) )
14
+
15
+ ### Features
16
+
17
+ - Sort and skip empty requests for hash ([ #1878 ] ( https://github.com/alloy-rs/alloy/issues/1878 ) )
18
+ - Add conversions from rpc block to consensus ([ #1869 ] ( https://github.com/alloy-rs/alloy/issues/1869 ) )
19
+ - Add block to payloadv1 ([ #1875 ] ( https://github.com/alloy-rs/alloy/issues/1875 ) )
20
+ - Add block to payloadbodyv1 ([ #1874 ] ( https://github.com/alloy-rs/alloy/issues/1874 ) )
21
+
8
22
## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
23
10
24
### Features
@@ -14,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
28
15
29
### Miscellaneous Tasks
16
30
31
+ - Release 0.9.1
17
32
- Add arbitrary for blockbody ([ #1867 ] ( https://github.com/alloy-rs/alloy/issues/1867 ) )
18
33
- Add history serve window ([ #1865 ] ( https://github.com/alloy-rs/alloy/issues/1865 ) )
19
34
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.9.1 "
6
+ version = " 0.9.2 "
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 @@ -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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
9
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
14
+ ## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
15
+
10
16
### Bug Fixes
11
17
12
18
- Use u64 for all gas values ([ #1848 ] ( https://github.com/alloy-rs/alloy/issues/1848 ) )
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.9.1
16
17
- Add arbitrary for blockbody ([ #1867 ] ( https://github.com/alloy-rs/alloy/issues/1867 ) )
17
18
18
19
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,10 +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
+ ## [ 0.9.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.2 ) - 2025-01-03
9
+
10
+ ### Bug Fixes
11
+
12
+ - [ eip7251] Update contract address and bytecode ([ #1877 ] ( https://github.com/alloy-rs/alloy/issues/1877 ) )
13
+ - Skip empty request objects ([ #1873 ] ( https://github.com/alloy-rs/alloy/issues/1873 ) )
14
+
15
+ ### Features
16
+
17
+ - Sort and skip empty requests for hash ([ #1878 ] ( https://github.com/alloy-rs/alloy/issues/1878 ) )
18
+
8
19
## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
20
10
21
### Miscellaneous Tasks
11
22
23
+ - Release 0.9.1
12
24
- Add history serve window ([ #1865 ] ( https://github.com/alloy-rs/alloy/issues/1865 ) )
13
25
14
26
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Bug Fixes
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ 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.9.1
13
+
14
+ ## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
15
+
16
+ ### Miscellaneous Tasks
17
+
12
18
- Simplify Service impls ([ #1861 ] ( https://github.com/alloy-rs/alloy/issues/1861 ) )
13
19
14
20
## [ 0.8.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.3 ) - 2024-12-20
Original file line number Diff line number Diff line change @@ -5,8 +5,20 @@ 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.9.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.2 ) - 2025-01-03
9
+
10
+ ### Features
11
+
12
+ - Add conversions from rpc block to consensus ([ #1869 ] ( https://github.com/alloy-rs/alloy/issues/1869 ) )
13
+
8
14
## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
15
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 0.9.1
19
+
20
+ ## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
21
+
10
22
### Bug Fixes
11
23
12
24
- Use u64 for all gas values ([ #1848 ] ( https://github.com/alloy-rs/alloy/issues/1848 ) )
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Dependencies
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Bug Fixes
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.8.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.3 ) - 2024-12-20
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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
+ ## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ 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.9.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.2 ) - 2025-01-03
9
+
10
+ ### Features
11
+
12
+ - Add block to payloadv1 ([ #1875 ] ( https://github.com/alloy-rs/alloy/issues/1875 ) )
13
+ - Add block to payloadbodyv1 ([ #1874 ] ( https://github.com/alloy-rs/alloy/issues/1874 ) )
14
+
15
+ ## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
16
+
17
+ ### Miscellaneous Tasks
18
+
19
+ - Release 0.9.1
20
+
8
21
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
22
10
23
### Features
Original file line number Diff line number Diff line change @@ -5,8 +5,20 @@ 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.9.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.2 ) - 2025-01-03
9
+
10
+ ### Features
11
+
12
+ - Add conversions from rpc block to consensus ([ #1869 ] ( https://github.com/alloy-rs/alloy/issues/1869 ) )
13
+
8
14
## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
15
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 0.9.1
19
+
20
+ ## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
21
+
10
22
### Bug Fixes
11
23
12
24
- Use u64 for all gas values ([ #1848 ] ( https://github.com/alloy-rs/alloy/issues/1848 ) )
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
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.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.9.1
13
+
8
14
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
9
15
10
16
### Bug Fixes
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 for txpool inspect summary ([ #1866 ] ( https://github.com/alloy-rs/alloy/issues/1866 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.9.1
17
+
14
18
## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
15
19
16
20
### Bug Fixes
You can’t perform that action at this time.
0 commit comments