Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

discovery v5 support #48

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .coveralls.yml
Empty file.
227 changes: 152 additions & 75 deletions README.md

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions examples/bootstrapNodes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"ip": "52.16.188.185",
"port": "30303",
"id": "a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c",
"network": "Mainnet",
"chainId": 1,
"location": "MAINNET_BOOTNODES_Node1",
"comment": "MAINNET_BOOTNODES_Node1"
},
{
"ip": "13.93.211.84",
"port": "30303",
"id": "aa36fdf33dd030378a0168efe6ed7d5cc587fafa3cdd375854fe735a2e11ea3650ba29644e2db48368c46e1f60e716300ba49396cd63778bf8a818c09bded46f",
"network": "Mainnet",
"chainId": 1,
"location": "MAINNET_BOOTNODES_Node2",
"comment": "MAINNET_BOOTNODES_Node2"
},
{
"ip": "191.235.84.50",
"port": "30303",
"id": "78de8a0916848093c73790ead81d1928bec737d565119932b98c6b100d944b7a95e94f847f689fc723399d2e31129d182f7ef3863f2b4c820abbf3ab2722344d",
"network": "Mainnet",
"chainId": 1,
"location": "MAINNET_BOOTNODES_Node3",
"comment": "MAINNET_BOOTNODES_Node3"
},
{
"ip": "13.75.154.138",
"port": "30303",
"id": "158f8aab45f6d19c6cbf4a089c2670541a8da11978a2f90dbf6a502a4a3bab80d288afdbeb7ec0ef6d92de563767f3b1ea9e8e334ca711e9f8e2df5a0385e8e6",
"network": "Mainnet",
"chainId": 1,
"location": "MAINNET_BOOTNODES_Node4",
"comment": "MAINNET_BOOTNODES_Node4"
},
{
"ip": "52.74.57.123",
"port": "30303",
"id": "1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082",
"network": "Mainnet",
"chainId": 1,
"location": "MAINNET_BOOTNODES_Node5",
"comment": "MAINNET_BOOTNODES_Node5"
}
]
Loading