chore: update changelog
This commit is contained in:
parent
22367988fd
commit
fc33b9f620
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -5,6 +5,9 @@
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
* Allow configuring the optimizer & passing arbitrary arguments to solc [#427](https://github.com/gakonst/ethers-rs/pull/427)
|
* Allow configuring the optimizer & passing arbitrary arguments to solc [#427](https://github.com/gakonst/ethers-rs/pull/427)
|
||||||
|
* Decimal support for `ethers_core::utils::parse_units` [#463](https://github.com/gakonst/ethers-rs/pull/463)
|
||||||
|
* Fixed Wei unit calculation in `Units` [#460](https://github.com/gakonst/ethers-rs/pull/460)
|
||||||
|
* Add `ethers_core::utils::get_create2_address_from_hash` [#444](https://github.com/gakonst/ethers-rs/pull/444)
|
||||||
|
|
||||||
### 0.5.2
|
### 0.5.2
|
||||||
* Correctly RLP Encode transactions as received from the mempool ([#415](https://github.com/gakonst/ethers-rs/pull/415))
|
* Correctly RLP Encode transactions as received from the mempool ([#415](https://github.com/gakonst/ethers-rs/pull/415))
|
||||||
|
@ -13,7 +16,9 @@
|
||||||
|
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
* Expose `ens` module
|
* Expose `ens` module [#435](https://github.com/gakonst/ethers-rs/pull/435)
|
||||||
|
* Add `eth_getProof` [#459](https://github.com/gakonst/ethers-rs/pull/459)
|
||||||
|
|
||||||
|
|
||||||
### 0.5.2
|
### 0.5.2
|
||||||
* Set resolved ENS name during gas estimation ([1e5a9e](https://github.com/gakonst/ethers-rs/commit/1e5a9efb3c678eecd43d5c341b4932da35445831))
|
* Set resolved ENS name during gas estimation ([1e5a9e](https://github.com/gakonst/ethers-rs/commit/1e5a9efb3c678eecd43d5c341b4932da35445831))
|
||||||
|
@ -31,6 +36,4 @@
|
||||||
|
|
||||||
### Unreleased
|
### Unreleased
|
||||||
|
|
||||||
## ethers
|
* Added Time Lagged middleware [#457](https://github.com/gakonst/ethers-rs/pull/457)
|
||||||
|
|
||||||
### Unreleased
|
|
||||||
|
|
Loading…
Reference in New Issue