ethers-rs/CHANGELOG.md

37 lines
963 B
Markdown
Raw Permalink Normal View History

2021-08-31 10:52:11 +00:00
# Changelog
## ethers-core
### Unreleased
2021-09-05 11:56:20 +00:00
### 0.5.3
* 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
### 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-05 11:56:20 +00:00
### 0.5.2
* Cleanup lock file after executing cargo metadata ([#431](https://github.com/gakonst/ethers-rs/pull/431))
* Allow aliasing events in abigen bindings ([#425](https://github.com/gakonst/ethers-rs/pull/425))
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