Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit dc6022e

Browse files
committed
chore: release
1 parent b95e785 commit dc6022e

File tree

2 files changed

+94
-12
lines changed

2 files changed

+94
-12
lines changed

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,88 @@ which is configured [here](./cliff.toml).
1010

1111
Please do not manually edit this file.
1212

13+
## [2.0.11] - 2023-11-16
14+
15+
### Bug Fixes
16+
17+
- Empty input in transaction rlp decoding ([#2656](https://github.com/gakonst/ethers-rs/issues/2656))
18+
- Fix typos ([#2651](https://github.com/gakonst/ethers-rs/issues/2651))
19+
- Fix `DepositTransaction::rlp()` to match op-geth ([#2644](https://github.com/gakonst/ethers-rs/issues/2644))
20+
- Hardcoded import remapping fix ([#2626](https://github.com/gakonst/ethers-rs/issues/2626))
21+
- Normalize v always returns a valid value ([#2642](https://github.com/gakonst/ethers-rs/issues/2642))
22+
- Rlp decode deposit tx ([#2616](https://github.com/gakonst/ethers-rs/issues/2616))
23+
- Deserialize methodId as bytes ([#2614](https://github.com/gakonst/ethers-rs/issues/2614))
24+
- Use Solc::version_req to parse version req ([#2607](https://github.com/gakonst/ethers-rs/issues/2607))
25+
- Update helper function to use correct converion maths ([#2602](https://github.com/gakonst/ethers-rs/issues/2602))
26+
27+
### Depedencies
28+
29+
- Apply WebSocketConfig to initial WS provider connection ([#2668](https://github.com/gakonst/ethers-rs/issues/2668))
30+
- Bump solc ([#2654](https://github.com/gakonst/ethers-rs/issues/2654))
31+
- Pin protobuf to 3.2.0 ([#2623](https://github.com/gakonst/ethers-rs/issues/2623))
32+
- Update toml requirement from 0.7 to 0.8 ([#2596](https://github.com/gakonst/ethers-rs/issues/2596))
33+
- Update serde-wasm-bindgen requirement from 0.5.0 to 0.6.0 ([#2598](https://github.com/gakonst/ethers-rs/issues/2598))
34+
- Update cargo_metadata requirement from 0.17.0 to 0.18.0 ([#2593](https://github.com/gakonst/ethers-rs/issues/2593))
35+
- Remove ethers-signers from ethers-contract dev-dependencies ([#2589](https://github.com/gakonst/ethers-rs/issues/2589))
36+
37+
### Documentation
38+
39+
- Add deprecation notices ([#2666](https://github.com/gakonst/ethers-rs/issues/2666))
40+
- Dedup docs for `ethers::{abi,types,utils}` ([#2601](https://github.com/gakonst/ethers-rs/issues/2601))
41+
42+
### Features
43+
44+
- Add zora networks ([#2677](https://github.com/gakonst/ethers-rs/issues/2677))
45+
- Add Optimism Sepolia ([#2665](https://github.com/gakonst/ethers-rs/issues/2665))
46+
- Add fields to debug_trace_call ([#2662](https://github.com/gakonst/ethers-rs/issues/2662))
47+
- Add arbitrum sepolia to chain definitions ([#2657](https://github.com/gakonst/ethers-rs/issues/2657))
48+
- Add cancun fields to Block ([#2655](https://github.com/gakonst/ethers-rs/issues/2655))
49+
- Implemented Some APIs for `stats` ([#2653](https://github.com/gakonst/ethers-rs/issues/2653))
50+
- Improve gnosis chain configuration ([#2640](https://github.com/gakonst/ethers-rs/issues/2640))
51+
- Support Etherscan beacon withdrawal transactions ([#2621](https://github.com/gakonst/ethers-rs/issues/2621))
52+
- Add ws subscribe ([#2638](https://github.com/gakonst/ethers-rs/issues/2638))
53+
- Add `dependencies` to `MultiBindingsInner` ([#2606](https://github.com/gakonst/ethers-rs/issues/2606))
54+
- Add error for new security challenge ([#2630](https://github.com/gakonst/ethers-rs/issues/2630))
55+
- Add mantle, mantle-testnet ([#2627](https://github.com/gakonst/ethers-rs/issues/2627))
56+
- Add new holesky etherscan urls ([#2620](https://github.com/gakonst/ethers-rs/issues/2620))
57+
- Optimism Hydrated RPC Receipt Fields ([#2591](https://github.com/gakonst/ethers-rs/issues/2591))
58+
59+
### Miscellaneous Tasks
60+
61+
- Make clippy happy ([#2663](https://github.com/gakonst/ethers-rs/issues/2663))
62+
- Make CI green again ([#2650](https://github.com/gakonst/ethers-rs/issues/2650))
63+
- Make clippy happy ([#2647](https://github.com/gakonst/ethers-rs/issues/2647))
64+
- Make clippy happy ([#2618](https://github.com/gakonst/ethers-rs/issues/2618))
65+
- Replace Filecoin Hyperspace testnet with Calibration ([#2584](https://github.com/gakonst/ethers-rs/issues/2584))
66+
- Slightly improve resolution error msg ([#2600](https://github.com/gakonst/ethers-rs/issues/2600))
67+
68+
### Other
69+
70+
- Re-enable the other field for optimism feature ([#2622](https://github.com/gakonst/ethers-rs/issues/2622))
71+
- Adds zkSync Era Withdrawal Finalizer to list of users in README.md ([#2673](https://github.com/gakonst/ethers-rs/issues/2673))
72+
- Remove arbitrary precision feature ([#2617](https://github.com/gakonst/ethers-rs/issues/2617))
73+
- Use https://api.scrollscan.com/ instead ([#2659](https://github.com/gakonst/ethers-rs/issues/2659))
74+
- Update solang-parser to v0.3.3 ([#2649](https://github.com/gakonst/ethers-rs/issues/2649))
75+
- Add Scroll mainnet to chain.rs ([#2648](https://github.com/gakonst/ethers-rs/issues/2648))
76+
- Generate structs for constructor arguments ([#2631](https://github.com/gakonst/ethers-rs/issues/2631))
77+
- Add Holesky to the Multicall supported chain id's ([#2641](https://github.com/gakonst/ethers-rs/issues/2641))
78+
- Fix ContractRevert::decode_with_selector ([#2637](https://github.com/gakonst/ethers-rs/issues/2637))
79+
- More address conversion util methods ([#2635](https://github.com/gakonst/ethers-rs/issues/2635))
80+
- Recognize localdev.me as "local" domain ([#2619](https://github.com/gakonst/ethers-rs/issues/2619))
81+
- Added blockoverride field in geth tracing call options ([#2603](https://github.com/gakonst/ethers-rs/issues/2603))
82+
- Add USDT token address ([#2611](https://github.com/gakonst/ethers-rs/issues/2611))
83+
- Correctly parse null values in 0.7.0 asts ([#2608](https://github.com/gakonst/ethers-rs/issues/2608))
84+
- Update optimism type names to be inline with reth. ([#2590](https://github.com/gakonst/ethers-rs/issues/2590))
85+
- Revert "chore: disable signers"
86+
87+
### Styling
88+
89+
- Make ethers-ethercan optional in ethers-middleware ([#2672](https://github.com/gakonst/ethers-rs/issues/2672))
90+
91+
### Testing
92+
93+
- Add recover test ([#2675](https://github.com/gakonst/ethers-rs/issues/2675))
94+
1395
## [2.0.10] - 2023-09-07
1496

1597
### Bug Fixes

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "2.0.10"
2+
version = "2.0.11"
33
edition = "2021"
44
rust-version = "1.65"
55
license = "MIT OR Apache-2.0"
@@ -67,18 +67,18 @@ resolver = "2"
6767

6868
[workspace.dependencies]
6969
# workspace crates
70-
ethers = { version = "2.0.10", path = "ethers", default-features = false }
71-
ethers-addressbook = { version = "2.0.10", path = "ethers-addressbook", default-features = false }
72-
ethers-contract = { version = "2.0.10", path = "ethers-contract", default-features = false }
73-
ethers-core = { version = "2.0.10", path = "ethers-core", default-features = false }
74-
ethers-etherscan = { version = "2.0.10", path = "ethers-etherscan", default-features = false }
75-
ethers-middleware = { version = "2.0.10", path = "ethers-middleware", default-features = false }
76-
ethers-providers = { version = "2.0.10", path = "ethers-providers", default-features = false }
77-
ethers-signers = { version = "2.0.10", path = "ethers-signers", default-features = false }
78-
ethers-solc = { version = "2.0.10", path = "ethers-solc", default-features = false }
70+
ethers = { version = "2.0.11", path = "ethers", default-features = false }
71+
ethers-addressbook = { version = "2.0.11", path = "ethers-addressbook", default-features = false }
72+
ethers-contract = { version = "2.0.11", path = "ethers-contract", default-features = false }
73+
ethers-core = { version = "2.0.11", path = "ethers-core", default-features = false }
74+
ethers-etherscan = { version = "2.0.11", path = "ethers-etherscan", default-features = false }
75+
ethers-middleware = { version = "2.0.11", path = "ethers-middleware", default-features = false }
76+
ethers-providers = { version = "2.0.11", path = "ethers-providers", default-features = false }
77+
ethers-signers = { version = "2.0.11", path = "ethers-signers", default-features = false }
78+
ethers-solc = { version = "2.0.11", path = "ethers-solc", default-features = false }
7979

80-
ethers-contract-abigen = { version = "2.0.10", path = "ethers-contract/ethers-contract-abigen", default-features = false }
81-
ethers-contract-derive = { version = "2.0.10", path = "ethers-contract/ethers-contract-derive", default-features = false }
80+
ethers-contract-abigen = { version = "2.0.11", path = "ethers-contract/ethers-contract-abigen", default-features = false }
81+
ethers-contract-derive = { version = "2.0.11", path = "ethers-contract/ethers-contract-derive", default-features = false }
8282

8383
# async / async utils
8484
tokio = "1.32"

0 commit comments

Comments
 (0)