ethers-rs/CHANGELOG.md

37 lines
785 B
Markdown
Raw Normal View History

2021-08-31 10:52:11 +00:00
# Changelog
## ethers-core
### Unreleased
* Allow configuring the optimizer & passing arbitrary arguments to solc [#427](https://github.com/gakonst/ethers-rs/pull/427)
2021-08-31 10:52:11 +00:00
### 0.5.2
* Correctly RLP Encode transactions as received from the mempool ([#415](https://github.com/gakonst/ethers-rs/pull/415))
## ethers-providers
### Unreleased
2021-09-06 08:52:44 +00:00
* Expose `ens` module
2021-08-31 10:52:11 +00:00
### 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
2021-09-03 14:50:16 +00:00
* (De)Tokenize structs and events with only a single field as `Token:Tuple` ([#417](https://github.com/gakonst/ethers-rs/pull/417))
2021-08-31 10:52:11 +00:00
## ethers-middleware
### Unreleased
## ethers
### Unreleased