File tree Expand file tree Collapse file tree 40 files changed +276
-1
lines changed Expand file tree Collapse file tree 40 files changed +276
-1
lines changed 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.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
+
10
+ ### Features
11
+
12
+ - From tx for withotherfields ([ #2500 ] ( https://github.com/alloy-rs/alloy/issues/2500 ) )
13
+ - Add Extended type with alloy trait impls ([ #2498 ] ( https://github.com/alloy-rs/alloy/issues/2498 ) )
14
+ - Introducing BlockOverrides support to EthCallParams ([ #2493 ] ( https://github.com/alloy-rs/alloy/issues/2493 ) )
15
+ - Introducing builder fn for BlockOverrides ([ #2492 ] ( https://github.com/alloy-rs/alloy/issues/2492 ) )
16
+ - Add option to always set input+data in MulticallBuilder ([ #2491 ] ( https://github.com/alloy-rs/alloy/issues/2491 ) )
17
+ - Add lenient_block_number_or_tag to support raw integers ([ #2488 ] ( https://github.com/alloy-rs/alloy/issues/2488 ) )
18
+ - Encodable2718: into_encoded ([ #2486 ] ( https://github.com/alloy-rs/alloy/issues/2486 ) )
19
+
20
+ ### Miscellaneous Tasks
21
+
22
+ - Impl set_input_kind for anytxrequest ([ #2497 ] ( https://github.com/alloy-rs/alloy/issues/2497 ) )
23
+
8
24
## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
25
10
26
### Bug Fixes
@@ -17,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
33
18
34
### Miscellaneous Tasks
19
35
36
+ - Release 1.0.6
20
37
- Rm redundant commitment copy ([ #2484 ] ( https://github.com/alloy-rs/alloy/issues/2484 ) )
21
38
22
39
### Refactor
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.6 "
6
+ version = " 1.0.7 "
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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
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
+ ## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
+
10
+ ### Features
11
+
12
+ - Add Extended type with alloy trait impls ([ #2498 ] ( https://github.com/alloy-rs/alloy/issues/2498 ) )
13
+ - Encodable2718: into_encoded ([ #2486 ] ( https://github.com/alloy-rs/alloy/issues/2486 ) )
14
+
15
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
16
+
17
+ ### Miscellaneous Tasks
18
+
19
+ - Release 1.0.6
20
+
8
21
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
22
10
23
### 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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,10 +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.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
+
10
+ ### Features
11
+
12
+ - Add lenient_block_number_or_tag to support raw integers ([ #2488 ] ( https://github.com/alloy-rs/alloy/issues/2488 ) )
13
+ - Encodable2718: into_encoded ([ #2486 ] ( https://github.com/alloy-rs/alloy/issues/2486 ) )
14
+
8
15
## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
16
10
17
### Miscellaneous Tasks
11
18
19
+ - Release 1.0.6
12
20
- Rm redundant commitment copy ([ #2484 ] ( https://github.com/alloy-rs/alloy/issues/2484 ) )
13
21
14
22
### Refactor
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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
15
10
16
### Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -5,12 +5,26 @@ 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.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
+
10
+ ### Features
11
+
12
+ - Add option to always set input+data in MulticallBuilder ([ #2491 ] ( https://github.com/alloy-rs/alloy/issues/2491 ) )
13
+
14
+ ### Miscellaneous Tasks
15
+
16
+ - Impl set_input_kind for anytxrequest ([ #2497 ] ( https://github.com/alloy-rs/alloy/issues/2497 ) )
17
+
8
18
## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
19
10
20
### Documentation
11
21
12
22
- [ network] Refined Core Model in README based on real traits and … ([ #2473 ] ( https://github.com/alloy-rs/alloy/issues/2473 ) )
13
23
24
+ ### Miscellaneous Tasks
25
+
26
+ - Release 1.0.6
27
+
14
28
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
15
29
16
30
### 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.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
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
+ ## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
+
10
+ ### Features
11
+
12
+ - Introducing BlockOverrides support to EthCallParams ([ #2493 ] ( https://github.com/alloy-rs/alloy/issues/2493 ) )
13
+ - Add option to always set input+data in MulticallBuilder ([ #2491 ] ( https://github.com/alloy-rs/alloy/issues/2491 ) )
14
+
8
15
## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
16
10
17
### Bug Fixes
11
18
12
19
- Correctly handle websocket subscription to new blocks ([ #2482 ] ( https://github.com/alloy-rs/alloy/issues/2482 ) )
13
20
21
+ ### Miscellaneous Tasks
22
+
23
+ - Release 1.0.6
24
+
14
25
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
15
26
16
27
### 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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
15
10
16
### Miscellaneous Tasks
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
+ ## [ 1.0.7] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.7 ) - 2025-05-24
9
+
10
+ ### Features
11
+
12
+ - From tx for withotherfields ([ #2500 ] ( https://github.com/alloy-rs/alloy/issues/2500 ) )
13
+ - Introducing builder fn for BlockOverrides ([ #2492 ] ( https://github.com/alloy-rs/alloy/issues/2492 ) )
14
+ - Add option to always set input+data in MulticallBuilder ([ #2491 ] ( https://github.com/alloy-rs/alloy/issues/2491 ) )
15
+
16
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
17
+
18
+ ### Miscellaneous Tasks
19
+
20
+ - Release 1.0.6
21
+
8
22
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
23
10
24
### 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
+ ## [ 1.0.6] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.6 ) - 2025-05-21
9
+
10
+ ### Miscellaneous Tasks
11
+
12
+ - Release 1.0.6
13
+
8
14
## [ 1.0.5] ( https://github.com/alloy-rs/alloy/releases/tag/v1.0.5 ) - 2025-05-20
9
15
10
16
### Miscellaneous Tasks
You can’t perform that action at this time.
0 commit comments