File tree 39 files changed +204
-1
lines changed
39 files changed +204
-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.8.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.3 ) - 2024-12-20
9
+
10
+ ### Features
11
+
12
+ - Add serde for block ([ #1814 ] ( https://github.com/alloy-rs/alloy/issues/1814 ) )
13
+
8
14
## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
15
10
16
### Bug Fixes
@@ -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 0.8.2
16
23
- Manual default impl ([ #1813 ] ( https://github.com/alloy-rs/alloy/issues/1813 ) )
17
24
- Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
18
25
- Remove difficulty field from admin_nodeInfo response ([ #1811 ] ( https://github.com/alloy-rs/alloy/issues/1811 ) )
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.2 "
6
+ version = " 0.8.3 "
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.3 ) - 2024-12-20
9
+
10
+ ### Features
11
+
12
+ - Add serde for block ([ #1814 ] ( https://github.com/alloy-rs/alloy/issues/1814 ) )
13
+
8
14
## [ 0.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
15
10
16
### Bug Fixes
@@ -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 0.8.2
16
23
- Manual default impl ([ #1813 ] ( https://github.com/alloy-rs/alloy/issues/1813 ) )
17
24
- Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
18
25
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
15
10
16
### Miscellaneous Tasks
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.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
9
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
10
14
### Other
11
15
12
16
- Add edge case tests for ` extract_value ` and fix the newly discovered bug ([ #1808 ] ( https://github.com/alloy-rs/alloy/issues/1808 ) )
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.2
12
13
- Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
13
14
14
15
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.8.2
12
13
- Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
13
14
14
15
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2
12
13
- Remove difficulty field from admin_nodeInfo response ([ #1811 ] ( https://github.com/alloy-rs/alloy/issues/1811 ) )
13
14
14
15
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.8.2
12
13
- Add convenience tryfrom impl ([ #1806 ] ( https://github.com/alloy-rs/alloy/issues/1806 ) )
13
14
- Derive default ([ #1805 ] ( https://github.com/alloy-rs/alloy/issues/1805 ) )
14
15
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.8.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
15
10
16
### Miscellaneous Tasks
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.8.2
16
17
- Misc clippy ([ #1812 ] ( https://github.com/alloy-rs/alloy/issues/1812 ) )
17
18
18
19
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
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.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.2 ) - 2024-12-19
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 0.8.2
13
+
8
14
## [ 0.8.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.8.1 ) - 2024-12-16
9
15
10
16
### Miscellaneous Tasks
You can’t perform that action at this time.
0 commit comments