Add multiaddr support in bootnodes (#1481)

## Issue Addressed
#1384 

Only catch, as currently implemented, when dialing the multiaddr nodes, there is no way to ask the peer manager if they are already connected or dialing
This commit is contained in:
divma
2020-08-17 02:13:26 +00:00
parent 99acfb50f2
commit 113b40f321
13 changed files with 145 additions and 56 deletions

View File

@@ -86,7 +86,7 @@ impl<E: EthSpec> LocalNetwork<E> {
let boot_node = read_lock.first().expect("should have at least one node");
beacon_config.network.boot_nodes.push(
beacon_config.network.boot_nodes_enr.push(
boot_node
.client
.enr()