Skip to content

Commit defec98

Browse files
committed
chore: release 0.11.1
1 parent fea2c00 commit defec98

File tree

39 files changed

+287
-1
lines changed

39 files changed

+287
-1
lines changed

Diff for: CHANGELOG.md

+64
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,69 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Bug Fixes
11+
12+
- Make `ChainLayer` network agnostic ([#2045](https://github.com/alloy-rs/alloy/issues/2045))
13+
- [`multicall`] Impl Error for `Failure` + clear returns `Empty` builder. ([#2043](https://github.com/alloy-rs/alloy/issues/2043))
14+
- Don't validate when ABI decoding ([#2041](https://github.com/alloy-rs/alloy/issues/2041))
15+
- Overflow on CU offset ([#1998](https://github.com/alloy-rs/alloy/issues/1998))
16+
- [docs] Update outdated Provider doc comment ([#1991](https://github.com/alloy-rs/alloy/issues/1991))
17+
- Opt-in to keep stdout ([#1985](https://github.com/alloy-rs/alloy/issues/1985))
18+
19+
### Documentation
20+
21+
- Clean up top level docs ([#2028](https://github.com/alloy-rs/alloy/issues/2028))
22+
23+
### Features
24+
25+
- Add TxSigner support for Either ([#2036](https://github.com/alloy-rs/alloy/issues/2036))
26+
- [`provider`] Multicall ([#2010](https://github.com/alloy-rs/alloy/issues/2010))
27+
- Add try_get_deserialized ([#2042](https://github.com/alloy-rs/alloy/issues/2042))
28+
- Add helpers for account overrides ([#2040](https://github.com/alloy-rs/alloy/issues/2040))
29+
- Add builder style account override helpers ([#2039](https://github.com/alloy-rs/alloy/issues/2039))
30+
- [filler] Add prepare_call method ([#2011](https://github.com/alloy-rs/alloy/issues/2011))
31+
- [provider] DynProvider added as a helper on provider ([#2008](https://github.com/alloy-rs/alloy/issues/2008))
32+
- [provider] Expose inner `AnvilInstance` from `AnvilProvider` ([#2037](https://github.com/alloy-rs/alloy/issues/2037))
33+
- Add dynamic dispatch helper trait for (`Signer` +`TxSigner`) and (`SignerSync` + `TxSignerSync`) ([#2035](https://github.com/alloy-rs/alloy/issues/2035))
34+
- Builder fns for PrivateTransactionRequest and inner props ([#1954](https://github.com/alloy-rs/alloy/issues/1954)) ([#2023](https://github.com/alloy-rs/alloy/issues/2023))
35+
- Test faulty roundtrip behavior of `ExecutionPayload` ([#2014](https://github.com/alloy-rs/alloy/issues/2014))
36+
- Add helpers for the blob gas ([#2009](https://github.com/alloy-rs/alloy/issues/2009))
37+
- Add Block::apply ([#2006](https://github.com/alloy-rs/alloy/issues/2006))
38+
- Add auth count helper fn ([#2007](https://github.com/alloy-rs/alloy/issues/2007))
39+
- Add blob_count helper fn ([#2005](https://github.com/alloy-rs/alloy/issues/2005))
40+
- [transport] Made avg_cost to be configurable in retrybackoff ([#2002](https://github.com/alloy-rs/alloy/issues/2002))
41+
- Add helper fn to unwrap Sendable ([#2001](https://github.com/alloy-rs/alloy/issues/2001))
42+
- Add additional payloadbody conversion fn ([#1989](https://github.com/alloy-rs/alloy/issues/1989))
43+
- [`node-bindings`] Expose anvil wallet ([#1994](https://github.com/alloy-rs/alloy/issues/1994))
44+
- [`meta`] Enable pubsub,trace,txpool,debug,anvil apis via `full` ([#1992](https://github.com/alloy-rs/alloy/issues/1992))
45+
- Add default for blobsbundle ([#1990](https://github.com/alloy-rs/alloy/issues/1990))
46+
- Add helpers to consume payloadfields ([#1984](https://github.com/alloy-rs/alloy/issues/1984))
47+
48+
### Miscellaneous Tasks
49+
50+
- Re-export kzgsettings ([#2034](https://github.com/alloy-rs/alloy/issues/2034))
51+
- Silence unused warnings ([#2031](https://github.com/alloy-rs/alloy/issues/2031))
52+
- [serde] Remove quantity_bool ([#2026](https://github.com/alloy-rs/alloy/issues/2026))
53+
- Nicer error message when HTTP body is empty ([#2024](https://github.com/alloy-rs/alloy/issues/2024))
54+
- Camelcase serde ([#2018](https://github.com/alloy-rs/alloy/issues/2018))
55+
- Enable serde in tests ([#2013](https://github.com/alloy-rs/alloy/issues/2013))
56+
- Add serde support for Eip1559Estimation ([#2012](https://github.com/alloy-rs/alloy/issues/2012))
57+
- [provider] Default to `Ethereum` network in `FillProvider` ([#1995](https://github.com/alloy-rs/alloy/issues/1995))
58+
- Relax payload conversions with BlockHeader ([#1981](https://github.com/alloy-rs/alloy/issues/1981))
59+
- Update readme ([#1980](https://github.com/alloy-rs/alloy/issues/1980))
60+
61+
### Other
62+
63+
- Custom deserde impl ([#2017](https://github.com/alloy-rs/alloy/issues/2017))
64+
- Upstream ExecutionData from reth ([#2003](https://github.com/alloy-rs/alloy/issues/2003))
65+
- Increase default gas limit from 30M to 36M ([#1785](https://github.com/alloy-rs/alloy/issues/1785))
66+
67+
### Testing
68+
69+
- Add payload block conversion tests ([#1988](https://github.com/alloy-rs/alloy/issues/1988))
70+
871
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
972

1073
### Bug Fixes
@@ -62,6 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62125

63126
### Miscellaneous Tasks
64127

128+
- Release 0.11.0
65129
- Disable anvil nightly warning ([#1979](https://github.com/alloy-rs/alloy/issues/1979))
66130
- Remove Service impls for &T ([#1973](https://github.com/alloy-rs/alloy/issues/1973))
67131
- Update system contract addresses for devnet 6 ([#1975](https://github.com/alloy-rs/alloy/issues/1975))

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.11.0"
6+
version = "0.11.1"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["Alloy Contributors"]

Diff for: crates/alloy/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Features
11+
12+
- [`meta`] Enable pubsub,trace,txpool,debug,anvil apis via `full` ([#1992](https://github.com/alloy-rs/alloy/issues/1992))
13+
14+
### Miscellaneous Tasks
15+
16+
- [serde] Remove quantity_bool ([#2026](https://github.com/alloy-rs/alloy/issues/2026))
17+
818
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
919

1020
### Bug Fixes
@@ -21,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2131

2232
### Miscellaneous Tasks
2333

34+
- Release 0.11.0
2435
- Release 0.10.0
2536

2637
## [0.9.2](https://github.com/alloy-rs/alloy/releases/tag/v0.9.2) - 2025-01-03

Diff for: crates/consensus-any/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.11.0
1617
- [eips] Add super trait `Typed2718` to `Encodable2718` ([#1913](https://github.com/alloy-rs/alloy/issues/1913))
1718
- Release 0.10.0
1819

Diff for: crates/consensus/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Features
11+
12+
- Add auth count helper fn ([#2007](https://github.com/alloy-rs/alloy/issues/2007))
13+
- Add blob_count helper fn ([#2005](https://github.com/alloy-rs/alloy/issues/2005))
14+
815
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
916

1017
### Documentation
@@ -28,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2835

2936
### Miscellaneous Tasks
3037

38+
- Release 0.11.0
3139
- Use u64 for base fee in tx info ([#1963](https://github.com/alloy-rs/alloy/issues/1963))
3240
- Dont enable serde in tests ([#1966](https://github.com/alloy-rs/alloy/issues/1966))
3341
- Add receipt conversion fns ([#1949](https://github.com/alloy-rs/alloy/issues/1949))

Diff for: crates/contract/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Bug Fixes
11+
12+
- [`multicall`] Impl Error for `Failure` + clear returns `Empty` builder. ([#2043](https://github.com/alloy-rs/alloy/issues/2043))
13+
- Don't validate when ABI decoding ([#2041](https://github.com/alloy-rs/alloy/issues/2041))
14+
15+
### Features
16+
17+
- [`provider`] Multicall ([#2010](https://github.com/alloy-rs/alloy/issues/2010))
18+
- Add helpers for account overrides ([#2040](https://github.com/alloy-rs/alloy/issues/2040))
19+
820
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
921

1022
### Bug Fixes
@@ -23,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2335

2436
### Miscellaneous Tasks
2537

38+
- Release 0.11.0
2639
- Release 0.10.0
2740

2841
## [0.9.2](https://github.com/alloy-rs/alloy/releases/tag/v0.9.2) - 2025-01-03

Diff for: crates/eip5792/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Documentation
11+
12+
- Clean up top level docs ([#2028](https://github.com/alloy-rs/alloy/issues/2028))
13+
814
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
915

1016
### Documentation
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319

1420
### Miscellaneous Tasks
1521

22+
- Release 0.11.0
1623
- Release 0.10.0
1724

1825
## [0.9.2](https://github.com/alloy-rs/alloy/releases/tag/v0.9.2) - 2025-01-03

Diff for: crates/eip7547/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.11.0
1617
- Release 0.10.0
1718

1819
## [0.9.2](https://github.com/alloy-rs/alloy/releases/tag/v0.9.2) - 2025-01-03

Diff for: crates/eips/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Features
11+
12+
- Add helpers for the blob gas ([#2009](https://github.com/alloy-rs/alloy/issues/2009))
13+
14+
### Miscellaneous Tasks
15+
16+
- Re-export kzgsettings ([#2034](https://github.com/alloy-rs/alloy/issues/2034))
17+
- Camelcase serde ([#2018](https://github.com/alloy-rs/alloy/issues/2018))
18+
- Add serde support for Eip1559Estimation ([#2012](https://github.com/alloy-rs/alloy/issues/2012))
19+
20+
### Other
21+
22+
- Increase default gas limit from 30M to 36M ([#1785](https://github.com/alloy-rs/alloy/issues/1785))
23+
824
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
925

1026
### Documentation
@@ -19,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1935

2036
### Miscellaneous Tasks
2137

38+
- Release 0.11.0
2239
- Update system contract addresses for devnet 6 ([#1975](https://github.com/alloy-rs/alloy/issues/1975))
2340
- Feature gate serde ([#1967](https://github.com/alloy-rs/alloy/issues/1967))
2441
- Forward arbitrary feature ([#1941](https://github.com/alloy-rs/alloy/issues/1941))

Diff for: crates/genesis/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Miscellaneous Tasks
1919

20+
- Release 0.11.0
2021
- Release 0.10.0
2122
- Add storage_slots helper ([#1884](https://github.com/alloy-rs/alloy/issues/1884))
2223

Diff for: crates/json-rpc/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.11.0
1617
- Release 0.10.0
1718

1819
### Refactor

Diff for: crates/network-primitives/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Miscellaneous Tasks
2020

21+
- Release 0.11.0
2122
- Release 0.10.0
2223

2324
### Other

Diff for: crates/network/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Features
11+
12+
- Add dynamic dispatch helper trait for (`Signer` +`TxSigner`) and (`SignerSync` + `TxSignerSync`) ([#2035](https://github.com/alloy-rs/alloy/issues/2035))
13+
814
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
915

1016
### Documentation
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319

1420
### Miscellaneous Tasks
1521

22+
- Release 0.11.0
1623
- [eips] Add super trait `Typed2718` to `Encodable2718` ([#1913](https://github.com/alloy-rs/alloy/issues/1913))
1724
- Release 0.10.0
1825

Diff for: crates/node-bindings/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Bug Fixes
11+
12+
- Opt-in to keep stdout ([#1985](https://github.com/alloy-rs/alloy/issues/1985))
13+
14+
### Features
15+
16+
- [`node-bindings`] Expose anvil wallet ([#1994](https://github.com/alloy-rs/alloy/issues/1994))
17+
818
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
919

1020
### Bug Fixes
@@ -21,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2131

2232
### Miscellaneous Tasks
2333

34+
- Release 0.11.0
2435
- Disable anvil nightly warning ([#1979](https://github.com/alloy-rs/alloy/issues/1979))
2536
- Release 0.10.0
2637

Diff for: crates/provider/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Bug Fixes
11+
12+
- Make `ChainLayer` network agnostic ([#2045](https://github.com/alloy-rs/alloy/issues/2045))
13+
- [`multicall`] Impl Error for `Failure` + clear returns `Empty` builder. ([#2043](https://github.com/alloy-rs/alloy/issues/2043))
14+
- [docs] Update outdated Provider doc comment ([#1991](https://github.com/alloy-rs/alloy/issues/1991))
15+
- Opt-in to keep stdout ([#1985](https://github.com/alloy-rs/alloy/issues/1985))
16+
17+
### Features
18+
19+
- [`provider`] Multicall ([#2010](https://github.com/alloy-rs/alloy/issues/2010))
20+
- Add helpers for account overrides ([#2040](https://github.com/alloy-rs/alloy/issues/2040))
21+
- [filler] Add prepare_call method ([#2011](https://github.com/alloy-rs/alloy/issues/2011))
22+
- [provider] DynProvider added as a helper on provider ([#2008](https://github.com/alloy-rs/alloy/issues/2008))
23+
- [provider] Expose inner `AnvilInstance` from `AnvilProvider` ([#2037](https://github.com/alloy-rs/alloy/issues/2037))
24+
- Add helper fn to unwrap Sendable ([#2001](https://github.com/alloy-rs/alloy/issues/2001))
25+
- [`node-bindings`] Expose anvil wallet ([#1994](https://github.com/alloy-rs/alloy/issues/1994))
26+
27+
### Miscellaneous Tasks
28+
29+
- Silence unused warnings ([#2031](https://github.com/alloy-rs/alloy/issues/2031))
30+
- Add serde support for Eip1559Estimation ([#2012](https://github.com/alloy-rs/alloy/issues/2012))
31+
- [provider] Default to `Ethereum` network in `FillProvider` ([#1995](https://github.com/alloy-rs/alloy/issues/1995))
32+
833
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
934

1035
### Bug Fixes
@@ -30,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3055

3156
### Miscellaneous Tasks
3257

58+
- Release 0.11.0
3359
- Rm passthrough txcount request ([#1970](https://github.com/alloy-rs/alloy/issues/1970))
3460
- Release 0.10.0
3561

Diff for: crates/pubsub/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.11.0
1617
- Remove Service impls for &T ([#1973](https://github.com/alloy-rs/alloy/issues/1973))
1718
- Release 0.10.0
1819

Diff for: crates/rpc-client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/alloy-rs/alloy/releases/tag/v0.11.1) - 2025-02-12
9+
10+
### Miscellaneous Tasks
11+
12+
- Silence unused warnings ([#2031](https://github.com/alloy-rs/alloy/issues/2031))
13+
814
## [0.11.0](https://github.com/alloy-rs/alloy/releases/tag/v0.11.0) - 2025-01-31
915

1016
### Bug Fixes
@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2127

2228
### Miscellaneous Tasks
2329

30+
- Release 0.11.0
2431
- Release 0.10.0
2532

2633
### Refactor

Diff for: crates/rpc-types-admin/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Miscellaneous Tasks
1919

20+
- Release 0.11.0
2021
- Release 0.10.0
2122

2223
## [0.9.2](https://github.com/alloy-rs/alloy/releases/tag/v0.9.2) - 2025-01-03

Diff for: crates/rpc-types-anvil/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Miscellaneous Tasks
1515

16+
- Release 0.11.0
1617
- Release 0.10.0
1718

1819
### Other

0 commit comments

Comments
 (0)