Update libp2p service, start rpc test upgrade

This commit is contained in:
Age Manning
2020-05-11 15:24:53 +10:00
parent e4d9978fb7
commit 3ee4c4c60b
7 changed files with 179 additions and 306 deletions

View File

@@ -1,3 +1,4 @@
/*
#![cfg(test)]
use crate::types::GossipEncoding;
use ::types::{BeaconBlock, EthSpec, MinimalEthSpec, Signature, SignedBeaconBlock};
@@ -149,3 +150,4 @@ fn test_gossipsub_full_mesh_publish() {
Ok(Async::NotReady)
}))
}
*/