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

Remove the dapps system #9017

Merged
merged 12 commits into from
Jul 11, 2018
251 changes: 0 additions & 251 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ethcore-transaction = { path = "ethcore/transaction" }
ethereum-types = "0.3"
node-filter = { path = "ethcore/node_filter" }
ethkey = { path = "ethkey" }
node-health = { path = "dapps/node-health" }
node-health = { path = "node-health" }
rlp = { git = "https://github.com/paritytech/parity-common" }
rpc-cli = { path = "rpc_cli" }
parity-hash-fetch = { path = "hash-fetch" }
Expand All @@ -68,7 +68,6 @@ kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common" }
journaldb = { path = "util/journaldb" }
mem = { path = "util/mem" }

parity-dapps = { path = "dapps", optional = true }
ethcore-secretstore = { path = "secret_store", optional = true }

registrar = { path = "registrar" }
Expand All @@ -89,8 +88,6 @@ winapi = { version = "0.3.4", features = ["winsock2", "winuser", "shellapi"] }
daemonize = { git = "https://github.com/paritytech/daemonize" }

[features]
default = ["dapps"]
dapps = ["parity-dapps"]
json-tests = ["ethcore/json-tests"]
test-heavy = ["ethcore/test-heavy"]
evm-debug = ["ethcore/evm-debug"]
Expand Down Expand Up @@ -126,7 +123,6 @@ debug = false
[workspace]
members = [
"chainspec",
"dapps/js-glue",
"ethcore/wasm/run",
"ethcore/types",
"ethkey/cli",
Expand Down
43 changes: 0 additions & 43 deletions dapps/Cargo.toml

This file was deleted.

28 changes: 0 additions & 28 deletions dapps/js-glue/Cargo.toml

This file was deleted.

65 changes: 0 additions & 65 deletions dapps/js-glue/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions dapps/js-glue/build.rs

This file was deleted.

80 changes: 0 additions & 80 deletions dapps/js-glue/src/build.rs

This file was deleted.

Loading