Skip to content

Commit

Permalink
Fix libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Jul 25, 2023
1 parent 28e4ecf commit edb0f1e
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 65 deletions.
121 changes: 70 additions & 51 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions beacon_node/lighthouse_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ delay_map = "0.3.0"
void = "1"

[dependencies.libp2p]
git = "https://github.com/divagant-martian/rust-libp2p"
rev = "973e4d1b9ae85f9c3edaaf523906747a95c2e929"
git = "https://github.com/sigp/rust-libp2p"
rev = "58e2afa50da8de9abb28cc96eb76e2753074514a"
default-features = false
features = ["websocket", "identify", "yamux", "noise", "gossipsub", "dns", "tcp", "tokio", "plaintext", "secp256k1", "macros", "ecdsa"]

Expand Down
Loading

0 comments on commit edb0f1e

Please sign in to comment.