ethers-rs/ethers
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
..
examples feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
src feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
tests feat: ledger support (#66) 2020-09-20 18:17:02 +03:00
Cargo.toml feat: generalize wallet/private key + yubihsm2 (#75) 2020-10-02 11:41:16 +03:00