Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Remove support for hardware wallets #10678

Merged
merged 3 commits into from
May 21, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.dependencies]
hardware-wallet = { path = "hw" }

[target.'cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows")))'.dependencies]
fake-hardware-wallet = { path = "fake-hardware-wallet" }

[dev-dependencies]
ethereum-types = "0.4"
tempdir = "0.3"
10 changes: 0 additions & 10 deletions accounts/fake-hardware-wallet/Cargo.toml

This file was deleted.

101 changes: 0 additions & 101 deletions accounts/fake-hardware-wallet/src/lib.rs

This file was deleted.

21 changes: 0 additions & 21 deletions accounts/hw/Cargo.toml

This file was deleted.

Loading