Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | params: update ropsten bootnodes (#16029) | cdetrio | 2018-02-08 | 1 | -2/+2 |
| | | | | | | * params: update ropsten bootnodes * params: fix linter | ||||
* | params: fix bootnodes gofmt | Péter Szilágyi | 2018-02-02 | 1 | -2/+2 |
| | |||||
* | params: Add Ropsten bootnodes (#16008) | Afri Schoedon | 2018-02-01 | 1 | -0/+2 |
| | |||||
* | cmd, params: update discovery v5 bootnodes (#15954) | Felföldi Zsolt | 2018-01-25 | 1 | -8/+1 |
| | |||||
* | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) | Felföldi Zsolt | 2018-01-22 | 1 | -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 Akasha | Péter Szilágyi | 2017-12-21 | 1 | -1/+3 |
| | |||||
* | params: add Infura bootnode to Rinkeby | Péter Szilágyi | 2017-09-13 | 1 | -0/+2 |
| | |||||
* | eth: use maxpeers from p2p layer instead of extra config | Péter Szilágyi | 2017-09-06 | 1 | -2/+0 |
| | |||||
* | cmd, core, params: add --rinkeby flag for fast connectivity | Péter Szilágyi | 2017-05-04 | 1 | -0/+12 |
| | |||||
* | params: updated testnet bootnodes (#14310) | Jamie Pitts | 2017-04-11 | 1 | -3/+3 |
| | |||||
* | params: updated bootnodes (#3720) | Jamie Pitts | 2017-02-28 | 1 | -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 bootnodes | Felix Lange | 2017-01-06 | 1 | -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 packages | Péter Szilágyi | 2016-11-15 | 1 | -0/+52 |