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

Commit

Permalink
Merge branch 'master' into dp/chore/switch-to-new-parity-crypto
Browse files Browse the repository at this point in the history
* master:
  Remove support for hardware wallets (#10678)
  [CI] allow cargo audit to fail (#10676)
  • Loading branch information
dvdplm committed May 21, 2019
2 parents b7235cb + 10c121a commit 02eff51
Show file tree
Hide file tree
Showing 26 changed files with 17 additions and 1,844 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ cargo-audit:
<<: *docker-cache-status
script:
- cargo audit
allow_failure: true # failed cargo audit shouldn't prevent a PR from being merged

validate-chainspecs:
stage: test
Expand Down
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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We recommend installing Rust through [rustup](https://www.rustup.rs/). If you do
$ curl https://sh.rustup.rs -sSf | sh
```

Parity Ethereum also requires `gcc`, `g++`, `libudev-dev`, `pkg-config`, `file`, `make`, and `cmake` packages to be installed.
Parity Ethereum also requires `gcc`, `g++`, `pkg-config`, `file`, `make`, and `cmake` packages to be installed.

- OSX:
```bash
Expand Down
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

0 comments on commit 02eff51

Please sign in to comment.