1.3 KiB
1.3 KiB
Changelog
ethers-core
Unreleased
- Allow configuring the optimizer & passing arbitrary arguments to solc #427
- Decimal support for
ethers_core::utils::parse_units
#463 - Fixed Wei unit calculation in
Units
#460 - Add
ethers_core::utils::get_create2_address_from_hash
#444
0.5.2
- Correctly RLP Encode transactions as received from the mempool (#415)
ethers-providers
Unreleased
0.5.2
- Set resolved ENS name during gas estimation (1e5a9e)
ethers-signers
Unreleased
ethers-contract
Unreleased
- (De)Tokenize structs and events with only a single field as
Token:Tuple
(#417)
ethers-middleware
Unreleased
- Added Time Lagged middleware #457