Skip to content
Snippets Groups Projects
Commit dda04eef authored by Pierre Krieger's avatar Pierre Krieger Committed by Gavin Wood
Browse files

Remove dependency on parity-crypto (#2655)

parent 1e35552c
Branches
No related merge requests found
......@@ -104,6 +104,8 @@ check-web-wasm:
- time cargo web build -p sr-primitives
- time cargo web build -p sr-std
- time cargo web build -p substrate-consensus-common
- time cargo web build -p substrate-keyring
- time cargo web build -p substrate-keystore
- time cargo web build -p substrate-executor
- time cargo web build -p substrate-network-libp2p
- time cargo web build -p substrate-panic-handler
......
This diff is collapsed.
......@@ -6,7 +6,6 @@ edition = "2018"
[dependencies]
substrate-primitives = { path = "../primitives" }
crypto = { package = "parity-crypto", version = "0.3", default-features = false }
error-chain = "0.12"
hex = "0.3"
rand = "0.6"
......
......@@ -30,8 +30,6 @@ use error_chain::{bail, error_chain, error_chain_processing, impl_error_chain_pr
use substrate_primitives::{ed25519::{Pair, Public}, Pair as PairT};
pub use crypto::KEY_ITERATIONS;
error_chain! {
foreign_links {
Io(io::Error);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment