ethers-rs/ethers/examples
Georgios Konstantopoulos 95fcbe5240
feat: ledger support (#66)
* feat: ledger support

Adds support for Ledger Nano S Eth app (v1.3.7)

- sign message
- sign transaction
- get addresses
- get app version

* fix: fix eth docstring

* fix: take into account EIP155

* feat: convert Signer to async

* feat: implement Signer for Ledger

* ci: run celo-only tests explicitly

This is done to avoid using --all-features

* fix: remove async from with_signer

* chore: fix doctests

* fix: add Send/Sync to SignerError

* ci: update etherscan key

* test: disable etherscan abigen tests temporarily
2020-09-20 18:17:02 +03:00
..
abigen.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
contract.rs Improve Ganache Flexibility (#37) 2020-06-22 16:42:34 +03:00
contract.sol refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
ens.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00
local_signer.rs Improve Ganache Flexibility (#37) 2020-06-22 16:42:34 +03:00
sign.rs feat: ledger support (#66) 2020-09-20 18:17:02 +03:00
transfer_eth.rs Improve Ganache Flexibility (#37) 2020-06-22 16:42:34 +03:00
watch_blocks.rs Replace contract client references with Arc (#35) 2020-06-22 11:44:08 +03:00