Péter Szilágyi
b0ed083ead
cmd, core, params: add support for Goerli
6 years ago
cdetrio
2b4c7e9b37
params: update ropsten bootnodes ( #16029 )
...
* params: update ropsten bootnodes
* params: fix linter
7 years ago
Péter Szilágyi
efc9209158
params: fix bootnodes gofmt
7 years ago
Afri Schoedon
4dedde7beb
params: Add Ropsten bootnodes ( #16008 )
7 years ago
Felföldi Zsolt
c335821479
cmd, params: update discovery v5 bootnodes ( #15954 )
7 years ago
Felföldi Zsolt
92580d69d3
p2p, p2p/discover, p2p/discv5: implement UDP port sharing ( #15200 )
...
This commit affects p2p/discv5 "topic discovery" by running it on
the same UDP port where the old discovery works. This is realized
by giving an "unhandled" packet channel to the old v4 discovery
packet handler where all invalid packets are sent. These packets
are then processed by v5. v5 packets are always invalid when
interpreted by v4 and vice versa. This is ensured by adding one
to the first byte of the packet hash in v5 packets.
DiscoveryV5Bootnodes is also changed to point to new bootnodes
that are implementing the changed packet format with modified
hash. Existing and new v5 bootnodes are both running on different
ports ATM.
7 years ago
Péter Szilágyi
a28390542c
params: add Rinkeby bootnode from Akasha
7 years ago
Péter Szilágyi
72af509abe
params: add Infura bootnode to Rinkeby
7 years ago
Péter Szilágyi
b0ca1b67ce
eth: use maxpeers from p2p layer instead of extra config
7 years ago
Péter Szilágyi
d51a9fd6b7
cmd, core, params: add --rinkeby flag for fast connectivity
8 years ago
Jamie Pitts
9de257505b
params: updated testnet bootnodes ( #14310 )
8 years ago
Jamie Pitts
dbd88a1aa4
params: updated bootnodes ( #3720 )
...
* Updated the list of go bootnodes: replaced BR with a new one, added US-WEST and AU.
* Updated bootnodes, minor go formatting change.
8 years ago
Felix Lange
b9683d3748
params: avoid importing p2p/discover for bootnodes
...
params is imported by leaf-ish library packages and should not pull in
the p2p stack.
8 years ago
Péter Szilágyi
dfe79cc784
cmd/utils, mobile: place bootnodes in LGPL packages
8 years ago
Péter Szilágyi
4a439c2359
mobile: port wrappers to EIP155 and EIP158 fork
8 years ago
Péter Szilágyi
b61f48e5aa
cmd, mobile, node, p2p: surface the discovery V5 bootnodes
8 years ago
Péter Szilágyi
de4b39a1a3
cmd/utils, mobile: update to reprice HF and light client
8 years ago
Péter Szilágyi
178da7c6a9
mobile: initial wrappers for mobile support
8 years ago
Péter Szilágyi
1e806c4c77
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago