Remove support for hardware wallets (#10678)

* Remove support for hardware wallets

* Remove rpcs relative hardware support

* Remove libudev
This commit is contained in:
David
2019-05-21 10:46:57 +02:00
committed by GitHub
parent 67e75e1da1
commit 10c121a299
25 changed files with 16 additions and 1844 deletions

View File

@@ -2,7 +2,7 @@ FROM ubuntu:xenial
LABEL MAINTAINER="Parity Technologies <devops-team@parity.io>"
# install tools and dependencies
RUN apt update && apt install -y --no-install-recommends openssl libudev-dev file curl jq
RUN apt update && apt install -y --no-install-recommends openssl file curl jq
# show backtraces
ENV RUST_BACKTRACE 1