Remove all libp2p and syncing code

This will all need to be rebuilt in the future.

This code will be available at a "legacy_libp2p" branch.
This commit is contained in:
Paul Hauner
2018-10-09 13:36:54 +11:00
parent 175c19d8bf
commit a65531ba95
13 changed files with 2 additions and 821 deletions

View File

@@ -12,7 +12,6 @@ clap = "2.32.0"
db = { path = "lighthouse/db" }
dirs = "1.0.3"
futures = "0.1.23"
network-libp2p = { path = "network-libp2p" }
rand = "0.3"
rlp = { git = "https://github.com/paritytech/parity-common" }
slog = "^2.2.3"