Skip to content

Commit

Permalink
Squashed commit of sigp#2479
Browse files Browse the repository at this point in the history
commit 768c784
Author: Michael Sproul <[email protected]>
Date:   Tue Jul 27 10:12:38 2021 +1000

    Bump discv5
  • Loading branch information
paulhauner committed Jul 29, 2021
1 parent e7c3008 commit 3d13080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion beacon_node/eth2_libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ authors = ["Sigma Prime <[email protected]>"]
edition = "2018"

[dependencies]
discv5 = { version = "0.1.0-beta.8", features = ["libp2p"] }
# FIXME(sproul): use discv5 beta.9 once released
# discv5 = { version = "0.1.0-beta.8", features = ["libp2p"] }
discv5 = { git = "https://github.com/sigp/discv5", branch = "master", features = ["libp2p"] }
unsigned-varint = { version = "0.6.0", features = ["codec"] }
types = { path = "../../consensus/types" }
hashset_delay = { path = "../../common/hashset_delay" }
Expand Down

0 comments on commit 3d13080

Please sign in to comment.