963 B
963 B
Changelog
ethers-core
Unreleased
0.5.3
- Allow configuring the optimizer & passing arbitrary arguments to solc #427
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
0.5.2
- Cleanup lock file after executing cargo metadata (#431)
- Allow aliasing events in abigen bindings (#425)
- (De)Tokenize structs and events with only a single field as
Token:Tuple
(#417)