File tree Expand file tree Collapse file tree 40 files changed +269
-1
lines changed Expand file tree Collapse file tree 40 files changed +269
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,35 @@ 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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Bug Fixes
11
+
12
+ - Correctly handle websocket subscription to new blocks ([ #2482 ] ( https://github.com/alloy-rs/alloy/issues/2482 ) )
13
+
14
+ ### Documentation
15
+
16
+ - [ network] Refined Core Model in README based on real traits and … ([ #2473 ] ( https://github.com/alloy-rs/alloy/issues/2473 ) )
17
+
18
+ ### Miscellaneous Tasks
19
+
20
+ - Rm redundant commitment copy ([ #2484 ] ( https://github.com/alloy-rs/alloy/issues/2484 ) )
21
+
22
+ ### Refactor
23
+
24
+ - Create VersionedHashIter to remove unnecessary collect() ([ #2483 ] ( https://github.com/alloy-rs/alloy/issues/2483 ) )
25
+
8
26
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
27
10
28
### Bug Fixes
11
29
12
30
- Check each bloom ([ #2480 ] ( https://github.com/alloy-rs/alloy/issues/2480 ) )
13
31
- [ ` provider ` ] Introduce ` new_with_network ` constructor ([ #2479 ] ( https://github.com/alloy-rs/alloy/issues/2479 ) )
14
32
33
+ ### Miscellaneous Tasks
34
+
35
+ - Release 1.0.5
36
+
15
37
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
16
38
17
39
### Dependencies
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.5 "
6
+ version = " 1.0.6 "
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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
+ ## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,6 +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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Rm redundant commitment copy ([ #2484 ] ( https://github.com/alloy-rs/alloy/issues/2484 ) )
13
+
14
+ ### Refactor
15
+
16
+ - Create VersionedHashIter to remove unnecessary collect() ([ #2483 ] ( https://github.com/alloy-rs/alloy/issues/2483 ) )
17
+
18
+ ## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
19
+
20
+ ### Miscellaneous Tasks
21
+
22
+ - Release 1.0.5
23
+
8
24
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
9
25
10
26
### 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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Documentation
11
+
12
+ - [ network] Refined Core Model in README based on real traits and … ([ #2473 ] ( https://github.com/alloy-rs/alloy/issues/2473 ) )
13
+
14
+ ## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
15
+
16
+ ### Miscellaneous Tasks
17
+
18
+ - Release 1.0.5
19
+
8
20
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
9
15
10
16
### 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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Bug Fixes
11
+
12
+ - Correctly handle websocket subscription to new blocks ([ #2482 ] ( https://github.com/alloy-rs/alloy/issues/2482 ) )
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
15
10
16
### Bug Fixes
11
17
12
18
- [ ` provider ` ] Introduce ` new_with_network ` constructor ([ #2479 ] ( https://github.com/alloy-rs/alloy/issues/2479 ) )
13
19
20
+ ### Miscellaneous Tasks
21
+
22
+ - Release 1.0.5
23
+
14
24
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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
- Check each bloom ([ #2480 ] ( https://github.com/alloy-rs/alloy/issues/2480 ) )
13
13
14
+ ### Miscellaneous Tasks
15
+
16
+ - Release 1.0.5
17
+
14
18
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
15
19
16
20
### 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
+ ## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
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.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.5
13
+
8
14
## [ 1.0.4] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.4 ) - 2025-05-19
9
15
10
16
### Miscellaneous Tasks
You can’t perform that action at this time.
0 commit comments