etclabscore / jade-signer-rpc

🔏Jade Signer JSON-RPC lets you manage keys and sign transactions and messages offline for any EVM-based blockchain.
Apache License 2.0
6 stars 3 forks source link

remove ledger support #40

Closed shanejonas closed 5 years ago

shanejonas commented 5 years ago

this gets us out of libusb as a dependency. as well as splits up the signing to only have jade-signer be a signer, Ledger can be another service that is run in the future if we need that support.

shanejonas commented 5 years ago

maybe in the future we wont need libusb as a dep: https://github.com/rust-embedded/wg/issues/40

BelfordZ commented 5 years ago

@mersinvald is this complete?

mersinvald commented 5 years ago

@BelfordZ yes