ethers-rs/CHANGELOG.md

37 lines
785 B
Markdown

# Changelog
## ethers-core
### Unreleased
* Allow configuring the optimizer & passing arbitrary arguments to solc [#427](https://github.com/gakonst/ethers-rs/pull/427)
### 0.5.2
* Correctly RLP Encode transactions as received from the mempool ([#415](https://github.com/gakonst/ethers-rs/pull/415))
## ethers-providers
### Unreleased
* Expose `ens` module
### 0.5.2
* Set resolved ENS name during gas estimation ([1e5a9e](https://github.com/gakonst/ethers-rs/commit/1e5a9efb3c678eecd43d5c341b4932da35445831))
## ethers-signers
### Unreleased
## ethers-contract
### Unreleased
* (De)Tokenize structs and events with only a single field as `Token:Tuple` ([#417](https://github.com/gakonst/ethers-rs/pull/417))
## ethers-middleware
### Unreleased
## ethers
### Unreleased