Skip to content

Commit

Permalink
Downgrade libp2p and gosispsub (#1358)
Browse files Browse the repository at this point in the history
Downgrades libp2p and the gossipsub updates. 

This looks to resolve the CPU usage issue we have been seeing. 

The root cause is likely inside the latest gossipsub updates, which will be addressed in a later PR
  • Loading branch information
AgeManning committed Jul 15, 2020
1 parent 4b21303 commit 4a01f44
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 63 deletions.
106 changes: 63 additions & 43 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion beacon_node/eth2_libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ environment = { path = "../../lighthouse/environment" }
[dependencies.libp2p]
#version = "0.19.1"
git = "https://github.com/sigp/rust-libp2p"
rev = "95e27446ca4371e41fc0035b187f60daa19b4b86"
rev = "a6232506278b9e686248f8d04b79400861b143c2"
default-features = false
features = ["websocket", "identify", "mplex", "yamux", "noise", "gossipsub", "dns", "secio", "tcp-tokio"]

Expand Down
Loading

0 comments on commit 4a01f44

Please sign in to comment.