Update libp2p and updates gossipsub (#764)

* Update gossipsub, adds anonymous source

* Remove temp protobuf fix
This commit is contained in:
Age Manning
2020-01-03 17:56:03 +11:00
committed by GitHub
parent 7320f8497f
commit 55680ab1d3
4 changed files with 389 additions and 376 deletions

View File

@@ -19,5 +19,3 @@ environment = { path = "./environment" }
futures = "0.1.25"
validator_client = { "path" = "../validator_client" }
account_manager = { "path" = "../account_manager" }
# TODO: remove this once @agemanning adds a permanent fix.
protobuf = "=2.8.1"