ethers-rs/ethers-contract/tests
Georgios Konstantopoulos 62b7ce4366
feat: Transaction Gas Price Escalator middleware (#81)
* fix(signers): make Signer send by blocking on Ledger calls

* fix(providers): use Arc in WS impl to allow cloning

* feat(middleware): add geometric gas price escalator

* test(middleware): ensure that we can still stack everything up

* fix(middleware): default to tokio/async-std

* chore: fix clippy

* docs(middleware): add docs and rename middlewares

* chore: fix doctests

* feat: add linear gas escalator

https://github.com/makerdao/pymaker/blob/master/tests/test_gas.py\#L107
https://github.com/makerdao/pymaker/blob/master/pymaker/gas.py\#L129

* feat: add constructors to gas escalators
2020-10-08 18:56:36 +03:00
..
common feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
solidity-contracts Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
contract.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00