Skip to content

Commit

Permalink
Clean up discv5 dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Aug 4, 2021
1 parent 64555fd commit 23a7839
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion beacon_node/http_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ futures = "0.3.8"
store = { path = "../store" }
environment = { path = "../../lighthouse/environment" }
tree_hash = "0.1.1"
discv5 = { version = "0.1.0-beta.8", features = ["libp2p"] }
sensitive_url = { path = "../../common/sensitive_url" }

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion beacon_node/http_api/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ use beacon_chain::{
test_utils::{BeaconChainHarness, EphemeralHarnessType},
BeaconChain, BeaconChainTypes,
};
use discv5::enr::{CombinedKey, EnrBuilder};
use eth2::{BeaconNodeHttpClient, Timeouts};
use eth2_libp2p::{
discv5::enr::{CombinedKey, EnrBuilder},
rpc::methods::{MetaData, MetaDataV2},
types::{EnrAttestationBitfield, EnrSyncCommitteeBitfield, SyncState},
Enr, NetworkGlobals, PeerId,
Expand Down
1 change: 0 additions & 1 deletion beacon_node/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ slog-term = "2.6.0"
slog-async = "2.5.0"
logging = { path = "../../common/logging" }
environment = { path = "../../lighthouse/environment" }
discv5 = { version = "0.1.0-beta.3" }

[dependencies]
beacon_chain = { path = "../beacon_chain" }
Expand Down

0 comments on commit 23a7839

Please sign in to comment.