This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
What's Changed
- chore: remove ethers-signers from ethers-contract dev-dependencies by @DaniPopes in #2589
- chore(deps): update cargo_metadata requirement from 0.17.0 to 0.18.0 by @dependabot in #2593
- fix: Update optimism type names to be inline with reth by @refcell in #2590
- chore(deps): update serde-wasm-bindgen requirement from 0.5.0 to 0.6.0 by @dependabot in #2598
- chore(deps): update toml requirement from 0.7 to 0.8 by @dependabot in #2596
- feat: Optimism Hydrated RPC Receipt Fields by @refcell in #2591
- chore(solc): slightly improve resolution error msg by @DaniPopes in #2600
- docs: dedup docs for
ethers::{abi,types,utils}
by @DaniPopes in #2601 - fix(oracle): update helper function to use correct conversion maths by @0xfourzerofour in #2602
- fix(solc): use Solc::version_req to parse version req by @mattsse in #2607
- chore: replace Filecoin Hyperspace testnet with Calibration by @avichalp in #2584
- Correctly parse null values in 0.7.0 asts by @AmesCornish in #2608
- fix: deserialize methodId as bytes by @mattsse in #2614
- Add USDT token address by @romeobuilderotti in #2611
- added blockoverride field in geth tracing call options by @lakshya-sky in #2603
- fix: rlp decode deposit tx by @merklefruit in #2616
- chore(clippy): make clippy happy by @mattsse in #2618
- Recognize localdev.me as "local" domain by @joroshiba in #2619
- feat: add new holesky etherscan urls by @mattsse in #2620
- chore(deps): pin protobuf to 3.2.0 by @DaniPopes in #2623
- feat(chain): add mantle, mantle-testnet by @phnaharris in #2627
- feat: add error for new security challenge by @mattsse in #2630
- feat: add
dependencies
toMultiBindingsInner
by @Autoparallel in #2606 - More address conversion util methods by @prestwich in #2635
- Fix ContractRevert::decode_with_selector by @aakoshh in #2637
- Add Holesky to the Multicall supported chain id's by @nickdoherty in #2641
- fix: normalize v always returns a valid value by @prestwich in #2642
- feat: add ws subscribe example by @mattsse in #2638
- fix(ethers_solc): hardcoded import remapping fix by @plotchy in #2626
- feat: support Etherscan beacon withdrawal transactions by @Michael-A-Heuer in #2621
- FIX: Generate structs for constructor arguments by @aakoshh in #2631
- feat: improve gnosis chain configuration by @luzzif in #2640
- fix
DepositTransaction::rlp()
to match op-geth by @noot in #2644 - chore(clippy): make clippy happy by @mattsse in #2647
- Add Scroll mainnet to chain.rs by @0xfoobar in #2648
- Update solang-parser to v0.3.3 by @seanyoung in #2649
- chore: make CI green again by @mattsse in #2650
- fix typos by @GoodDaisy in #2651
- feat(etherscan): Implemented Some APIs for
stats
by @woxjro in #2653 - chore: bump solc by @mattsse in #2654
- feat: add cancun fields to Block by @Rjected in #2655
- fix: empty input in transaction rlp decoding by @rkrasiuk in #2656
- feat(arb-sepolia): Add arbitrum sepolia to chain definitions by @0xfourzerofour in #2657
- use https://api.scrollscan.com/ instead by @0xCalibur in #2659
- remove arbitrary precision feature by @mattsse in #2617
- chore(clippy): make clippy happy by @mattsse in #2663
- feat: Add fields to debug_trace_call by @sakotn in #2662
- feat(chain): add Optimism Sepolia by @PierrickGT in #2665
- docs: add deprecation notices by @DaniPopes in #2666
- chore: make ethers-ethercan optional in ethers-middleware by @DaniPopes in #2672
- Adds zkSync Era Withdrawal Finalizer to list of users in README.md by @montekki in #2673
- Apply WebSocketConfig to initial WS provider connection by @svenski123 in #2668
- test: add recover test by @DaniPopes in #2675
- Re-enable the transaction.other field for optimism feature by @mdehoog in #2622
- feat(chain): add zora networks by @mattmalec in #2677
New Contributors
- @0xfourzerofour made their first contribution in #2602
- @avichalp made their first contribution in #2584
- @romeobuilderotti made their first contribution in #2611
- @lakshya-sky made their first contribution in #2603
- @joroshiba made their first contribution in #2619
- @phnaharris made their first contribution in #2627
- @Autoparallel made their first contribution in #2606
- @nickdoherty made their first contribution in #2641
- @plotchy made their first contribution in #2626
- @Michael-A-Heuer made their first contribution in #2621
- @luzzif made their first contribution in #2640
- @noot made their first contribution in #2644
- @0xfoobar made their first contribution in #2648
- @GoodDaisy made their first contribution in #2651
- @woxjro made their first contribution in #2653
- @PierrickGT made their first contribution in #2665
- @montekki made their first contribution in #2673
- @svenski123 made their first contribution in #2668
- @mdehoog made their first contribution in #2622
- @mattmalec made their first contribution in #2677
Full Changelog: ethers-v2.0.10...ethers-v2.0.11