-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump discv5 to v0.1.0-beta.9 (#2479)
Bump discv5 to fix the issues with IP filters and removing nodes. ~~Blocked on an upstream release, and more testnet data.~~
- Loading branch information
1 parent
c5786a8
commit 187425c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Sigma Prime <[email protected]>"] | |
edition = "2018" | ||
|
||
[dependencies] | ||
discv5 = { version = "0.1.0-beta.8", features = ["libp2p"] } | ||
discv5 = { version = "0.1.0-beta.9", features = ["libp2p"] } | ||
unsigned-varint = { version = "0.6.0", features = ["codec"] } | ||
types = { path = "../../consensus/types" } | ||
hashset_delay = { path = "../../common/hashset_delay" } | ||
|