ethers-rs/ethers/examples
Georgios Konstantopoulos 2d51c523ba
feature: Middleware Architecture (#65)
* feat: convert Provider to Middleware trait

* feat: move gas oracle to middleware crate

* feat: move signer to middleware crate

* feat: add nonce manager middleware and test stacking

* refactor: convert generic middleware jsonrpc type to associated type

* feat: move ethers-contract to middleware arch

* test(provider): make tests pass

* test(middleware): move middleware tests from signer

* test: fix ethers examples

* fix(contract): make tests compile

* chore: fix clippy

* feat: deduplicate trait delegation

* refactor(signer): deduplicate tx signing logic across signers

* fix doctests

* fix: examples, celo tests and ci
2020-09-25 00:33:09 +03:00
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
ens.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
ledger.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
local_signer.rs feature: Middleware Architecture (#65) 2020-09-25 00:33:09 +03:00
sign.rs feat: ledger support (#66) 2020-09-20 18:17:02 +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