ethers-rs/ethers-core/src
Georgios Konstantopoulos ef9b3988ce
fix: ensure gas estimation includes the access list in 1559/2930 txs (#523)
* fix: ensure gas estimation includes the access list in 1559/2930 txs

* feat: add gas_price to typed tx

* feat: add access list to typed tx

* chore(providers): cleanup fill_transaction

* chore: fmt

* chore: enable 712 on ethers-contract at top level crate

* fix: do not error if eth_createAccessList is not available

* feat: only use access list if needed
2021-10-20 23:18:58 +03:00
..
abi feat: add abi type trait (#519) 2021-10-18 23:24:53 +03:00
types fix: ensure gas estimation includes the access list in 1559/2930 txs (#523) 2021-10-20 23:18:58 +03:00
utils feat: add display support for events (#513) 2021-10-16 16:42:17 +03:00
lib.rs derive-eip712: initial implementation of eip712 derive macro (#481) 2021-10-08 16:22:51 +01:00