File tree Expand file tree Collapse file tree 39 files changed +267
-1
lines changed Expand file tree Collapse file tree 39 files changed +267
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ 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.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Bug Fixes
11
+
12
+ - Relax legacy chain id check ([ #1809 ] ( https://github.com/alloy-rs/alloy/issues/1809 ) )
13
+
14
+ ### Miscellaneous Tasks
15
+
16
+ - Manual default impl ([ #1813 ] ( https://github.com/alloy-rs/alloy/issues/1813 ) )
17
+ - Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
18
+ - Remove difficulty field from admin_nodeInfo response ([ #1811 ] ( https://github.com/alloy-rs/alloy/issues/1811 ) )
19
+ - Add convenience tryfrom impl ([ #1806 ] ( https://github.com/alloy-rs/alloy/issues/1806 ) )
20
+ - Derive default ([ #1805 ] ( https://github.com/alloy-rs/alloy/issues/1805 ) )
21
+
22
+ ### Other
23
+
24
+ - Add edge case tests for ` extract_value ` and fix the newly discovered bug ([ #1808 ] ( https://github.com/alloy-rs/alloy/issues/1808 ) )
25
+
8
26
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
27
10
28
### Bug Fixes
@@ -27,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
45
28
46
### Miscellaneous Tasks
29
47
48
+ - Release 0.8.1
30
49
- Add arbitrary for block ([ #1797 ] ( https://github.com/alloy-rs/alloy/issues/1797 ) )
31
50
- Port calc block gas limit ([ #1798 ] ( https://github.com/alloy-rs/alloy/issues/1798 ) )
32
51
- Reuse v3 envelope in v4 envelope ([ #1795 ] ( https://github.com/alloy-rs/alloy/issues/1795 ) )
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.8.1 "
6
+ version = " 0.8.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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +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
+ ## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Bug Fixes
11
+
12
+ - Relax legacy chain id check ([ #1809 ] ( https://github.com/alloy-rs/alloy/issues/1809 ) )
13
+
14
+ ### Miscellaneous Tasks
15
+
16
+ - Manual default impl ([ #1813 ] ( https://github.com/alloy-rs/alloy/issues/1813 ) )
17
+ - Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
18
+
8
19
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
20
10
21
### Features
@@ -16,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
27
17
28
### Miscellaneous Tasks
18
29
30
+ - Release 0.8.1
19
31
- Add arbitrary for block ([ #1797 ] ( https://github.com/alloy-rs/alloy/issues/1797 ) )
20
32
- Add helpers to unwrap a variant ([ #1792 ] ( https://github.com/alloy-rs/alloy/issues/1792 ) )
21
33
- Add clone_tx ([ #1791 ] ( https://github.com/alloy-rs/alloy/issues/1791 ) )
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Miscellaneous Tasks
16
16
17
+ - Release 0.8.1
17
18
- Port calc block gas limit ([ #1798 ] ( https://github.com/alloy-rs/alloy/issues/1798 ) )
18
19
- Add helper for loading custom trusted setup ([ #1779 ] ( https://github.com/alloy-rs/alloy/issues/1779 ) )
19
20
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
15
10
16
### Features
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
+ ## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Other
11
+
12
+ - Add edge case tests for ` extract_value ` and fix the newly discovered bug ([ #1808 ] ( https://github.com/alloy-rs/alloy/issues/1808 ) )
13
+
14
+ ## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
15
+
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 0.8.1
19
+
8
20
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
21
10
22
### Miscellaneous Tasks
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
+ ## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
15
10
16
### Bug Fixes
11
17
12
18
- [ ` transport ` ] Allow ` RetryPolicy ` to be set via layer ([ #1790 ] ( https://github.com/alloy-rs/alloy/issues/1790 ) )
13
19
20
+ ### Miscellaneous Tasks
21
+
22
+ - Release 0.8.1
23
+
14
24
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
15
25
16
26
### 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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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
+ ## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
13
+
14
+ ## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
15
+
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 0.8.1
19
+
8
20
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
21
10
22
### 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
+ ## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Remove difficulty field from admin_nodeInfo response ([ #1811 ] ( https://github.com/alloy-rs/alloy/issues/1811 ) )
13
+
14
+ ## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
15
+
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 0.8.1
19
+
8
20
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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
+ ## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,12 +5,23 @@ 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.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Add convenience tryfrom impl ([ #1806 ] ( https://github.com/alloy-rs/alloy/issues/1806 ) )
13
+ - Derive default ([ #1805 ] ( https://github.com/alloy-rs/alloy/issues/1805 ) )
14
+
8
15
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
16
10
17
### Features
11
18
12
19
- [ relay] ExecutionRequestsV4 with eip7685::Requests conversion ([ #1787 ] ( https://github.com/alloy-rs/alloy/issues/1787 ) )
13
20
21
+ ### Miscellaneous Tasks
22
+
23
+ - Release 0.8.1
24
+
14
25
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
15
26
16
27
### 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 stray sentence ([ #1804 ] ( https://github.com/alloy-rs/alloy/issues/1804 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 0.8.1
17
+
14
18
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
15
19
16
20
### 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.8.1
12
13
- Reuse v3 envelope in v4 envelope ([ #1795 ] ( https://github.com/alloy-rs/alloy/issues/1795 ) )
13
14
14
15
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
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
+ ## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Bug Fixes
11
+
12
+ - Relax legacy chain id check ([ #1809 ] ( https://github.com/alloy-rs/alloy/issues/1809 ) )
13
+
14
+ ### Miscellaneous Tasks
15
+
16
+ - Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
17
+
8
18
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
19
10
20
### Documentation
@@ -15,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
25
16
26
- Add info tx types ([ #1793 ] ( https://github.com/alloy-rs/alloy/issues/1793 ) )
17
27
28
+ ### Miscellaneous Tasks
29
+
30
+ - Release 0.8.1
31
+
18
32
### Other
19
33
20
34
- Improve doc clarity around build functions ([ #1782 ] ( https://github.com/alloy-rs/alloy/issues/1782 ) )
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.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.1
13
+
8
14
## [ 0.8.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.0 ) - 2024-12-10
9
15
10
16
### Miscellaneous Tasks
You can’t perform that action at this time.
0 commit comments