ethers-rs/ethers/examples
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
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
ens.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
ledger.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
local_signer.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00
sign.rs feat: generalize wallet/private key + yubihsm2 (#75) 2020-10-02 11:41:16 +03:00
transfer_eth.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
watch_blocks.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
yubi.rs feat: Transaction Gas Price Escalator middleware (#81) 2020-10-08 18:56:36 +03:00