ethers-rs/ethers-providers/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
..
transports Add getProof to provider (#459) 2021-09-18 01:01:02 -05:00
ens.rs Make 'ens' module public (#435) 2021-09-06 11:52:44 +03:00
lib.rs fix: ensure gas estimation includes the access list in 1559/2930 txs (#523) 2021-10-20 23:18:58 +03:00
pending_transaction.rs test: fix duplicate tx flakes by rotating through a list of wallets (#451) 2021-09-14 16:40:15 +03:00
provider.rs chore: cargo fmt 2021-09-18 01:01:40 -05:00
pubsub.rs fix: add send + unpin to stream type (#402) 2021-08-23 17:55:36 +03:00
stream.rs feat: wasm support (#390) 2021-08-23 12:56:44 +03:00