ethers-rs/CHANGELOG.md

2.2 KiB

Changelog

ethers-core

Unreleased

  • abigen! now generates Display for all events using the new EthDisplay macro #513
  • abigen! now supports overloaded functions natively #501
  • abigen! now supports multiple contracts #498
  • Use rust types as contract function inputs for human readable abi #482
  • Add EIP-712 sign_typed_data signer method; add ethers-core type Eip712 trait and derive macro in ethers-derive-eip712 #481

0.5.3

  • Allow configuring the optimizer & passing arbitrary arguments to solc #427
  • Decimal support for ethers_core::utils::parse_units #463
  • Fixed Wei unit calculation in Units #460
  • Add ethers_core::utils::get_create2_address_from_hash #444
  • Bumped ethabi to 0.15.0 and fixing breaking changes #469, #448, #445

0.5.2

  • Correctly RLP Encode transactions as received from the mempool (#415)

ethers-providers

Unreleased

0.5.3

  • Expose ens module #435
  • Add eth_getProof #459

0.5.2

  • Set resolved ENS name during gas estimation (1e5a9e)

ethers-signers

Unreleased

ethers-contract

Unreleased

0.5.3

  • (De)Tokenize structs and events with only a single field as Token:Tuple (#417)

ethers-middleware

Unreleased

  • Removes GasNow as a gas price oracle #508

0.5.3

  • Added Time Lagged middleware #457