Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | params: update taipei bootnode | Jimmy Hu | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | core: update mainnet and testnet config and genesis alloc (#337) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+2 |
| | |||||
* | params: update bootnode (#316) | Wei-Ning Huang | 2019-04-09 | 1 | -3/+5 |
| | |||||
* | params: update taipei bootnode IP | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | params: add Yilan network (#207) | Mission Liao | 2019-04-09 | 1 | -1/+7 |
| | | | | | | * Add Yilan network * Fixup: remove dummy log | ||||
* | params: update bootnode IP | Wei-Ning Huang | 2019-04-09 | 1 | -8/+3 |
| | |||||
* | params: update taipei testnet genesis and config (#113) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | params: update testnet bootnode IP (#48) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | core: add Taipei testnet (#47) | Wei-Ning Huang | 2019-04-09 | 1 | -2/+8 |
| | | | | Add a new testnet named Taipei. | ||||
* | Remove reference of Rinkeby network. | Wei-Ning Huang | 2019-04-09 | 1 | -22/+0 |
| | | | | We do not need ethereum Rinkeby network in our system, remove it. | ||||
* | params: update seed node ip | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | dex: run consensus core on Start | Wei-Ning Huang | 2019-04-09 | 1 | -2/+2 |
| | |||||
* | params: update bootnode info | Wei-Ning Huang | 2019-04-09 | 1 | -10/+2 |
| | |||||
* | Update testchain config and add test bootnode key | Wei-Ning Huang | 2019-04-09 | 1 | -4/+1 |
| | |||||
* | cmd, core, params: add support for Goerli | Péter Szilágyi | 2019-02-19 | 1 | -0/+14 |
| | | | | (cherry picked from commit b0ed083ead2d58cc25754eacdb48046eb2bc81cb) | ||||
* | 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 |