ethers-rs/ethers-contract
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
..
ethers-contract-abigen Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00
ethers-contract-derive docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00
src feat: ledger support (#66) 2020-09-20 18:17:02 +03:00
tests fix(BREAKING): return Option for txs/receipts/blocks (#64) 2020-09-17 14:06:56 +03:00
Cargo.toml Implement Multicall functionality for batched calls (#43) 2020-07-03 19:52:09 +03:00