Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eauge committed Feb 15, 2019
1 parent d453276 commit b3d38a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ keccak-hash = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
lazy_static = { version = "1.1.0", features = ["spin_no_std"] }
sodalite = "0.3.0"

[target.'cfg(not(target_env = "sgx"))'.dependencies]
rand = "0.4.2"

[dev-dependencies]
ekiden-storage-dummy = { git = "https://github.com/oasislabs/ekiden", branch = "master" }

Expand Down
2 changes: 1 addition & 1 deletion common/src/confidential/key_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl KeyManagerClient {
}
}

#[cfg(not(test))]
#[allow(dead_code)]
#[derive(Debug)]
/// Wrapper around the Ekiden key manager client to provide a more convenient
/// Ethereum address based interface along with runtime-specific utility methods.
Expand Down
12 changes: 0 additions & 12 deletions gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ authors = ["Oasis Labs Inc. <[email protected]>", "Parity Technologies <admin@p

[dependencies]
log = "0.4"
env_logger = "0.4"
rustc-hex = "1.0"
parking_lot = "0.5"
rayon = "1.0"
regex = "0.2"
toml = "0.4"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
Expand All @@ -21,7 +17,6 @@ ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
jsonrpc-http-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
jsonrpc-ws-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
jsonrpc-ipc-server = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
jsonrpc-pubsub = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
lazy_static = "1.0.1"
Expand All @@ -32,18 +27,12 @@ ethcore-transaction = { git = "https://github.com/oasislabs/parity", branch = "e
ethereum-types = { git = "https://github.com/oasislabs/primitives", branch = "ekiden" }
rlp = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
rlp_compress = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
parity-machine = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
parity-reactor = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
parity-rpc = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
path = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
keccak-hash = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
kvdb = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
journaldb = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
mem = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
evm = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
common-types = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
vm = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }
util-error = { git = "https://github.com/oasislabs/parity", branch = "ekiden" }

## Common functionality between runtime and gateway
runtime-ethereum-common = { path = "../common" }
Expand All @@ -56,7 +45,6 @@ ekiden-runtime-client = { git = "https://github.com/oasislabs/ekiden", branch =
ekiden-core = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
ekiden-db-trusted = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
ekiden-instrumentation = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
ekiden-rpc-client = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
ekiden-storage-base = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
ekiden-tracing = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
ekiden-keymanager-client = { git = "https://github.com/oasislabs/ekiden", branch = "master" }
Expand Down

0 comments on commit b3d38a3

Please sign in to comment.