@@ -10,6 +10,88 @@ which is configured [here](./cliff.toml).
10
10
11
11
Please do not manually edit this file.
12
12
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
+
13
95
## [ 2.0.10] - 2023-09-07
14
96
15
97
### Bug Fixes
0 commit comments