aboutsummaryrefslogtreecommitdiffstats
path: root/params/bootnodes.go
Commit message (Collapse)AuthorAgeFilesLines
* params: update ropsten bootnodes (#16029)cdetrio2018-02-081-2/+2
| | | | | | * params: update ropsten bootnodes * params: fix linter
* params: fix bootnodes gofmtPéter Szilágyi2018-02-021-2/+2
|
* params: Add Ropsten bootnodes (#16008)Afri Schoedon2018-02-011-0/+2
|
* cmd, params: update discovery v5 bootnodes (#15954)Felföldi Zsolt2018-01-251-8/+1
|
* p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-221-3/+3
| | | | | | | | | | | | | | | 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.
* params: add Rinkeby bootnode from AkashaPéter Szilágyi2017-12-211-1/+3
|
* params: add Infura bootnode to RinkebyPéter Szilágyi2017-09-131-0/+2
|
* eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-061-2/+0
|
* cmd, core, params: add --rinkeby flag for fast connectivityPéter Szilágyi2017-05-041-0/+12
|
* params: updated testnet bootnodes (#14310)Jamie Pitts2017-04-111-3/+3
|
* params: updated bootnodes (#3720)Jamie Pitts2017-02-281-5/+8
| | | | | | * Updated the list of go bootnodes: replaced BR with a new one, added US-WEST and AU. * Updated bootnodes, minor go formatting change.
* params: avoid importing p2p/discover for bootnodesFelix Lange2017-01-061-19/+12
| | | | | params is imported by leaf-ish library packages and should not pull in the p2p stack.
* cmd/utils, mobile: place bootnodes in LGPL packagesPéter Szilágyi2016-11-151-0/+52