ethers-rs/ethers-providers/src
Georgios Konstantopoulos 25c2e0e199
feat(ethers-contract): typed txs (part 4) (#362)
* feat(contract): use eip-1559 txs by default

This may break any tests which use Ganache, since it only supports legacy transactions.
We should replace Ganache with hardhat where possible

* fix(providers): always try setting default_sender

* chore: make all test transactions legacy

* feat(multicall): allow submitting legacy txs

* chore: default to legacy txs via feature flag

This is useful for chains like Celo that do not support the Typed Envelope

* fix: use legacy txs in ds proxy deployment / tests

* chore: fix review comments
2021-08-09 03:50:38 +03:00
..
transports cargo clippy --fix (#346) 2021-07-24 21:53:40 +03:00
ens.rs chore: fix lints (#329) 2021-07-05 14:03:38 +03:00
lib.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
pending_transaction.rs feature: initial delay in PendingTransaction (#339) 2021-07-13 22:34:11 +03:00
provider.rs feat: typed txs provider / middleware changes (part 3) (#357) 2021-08-09 03:31:11 +03:00
pubsub.rs feat: introduce tx stream (#303) 2021-06-05 20:08:33 +03:00
stream.rs feature: PendingTransaction returns Option (#327) 2021-07-06 11:06:18 +03:00