ethers-rs/ethers-contract/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
..
multicall feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
base.rs docs: add more docs (#130) 2020-12-31 21:08:12 +02:00
call.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
contract.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
event.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
factory.rs feat(ethers-contract): typed txs (part 4) (#362) 2021-08-09 03:50:38 +03:00
lib.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
log.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00
stream.rs feat: stream_with_meta (#354) 2021-07-30 14:01:38 +03:00