Use the same boot & static nodes for Rinkeby as in Mainnet.
ETHIndia and other conference events requires users to be on Rinkeby, hence the users needs to be able to communicate between Rinkeby/Mainnet. We used to keep Rinkeby separate, but this commit changes it.
This commit is contained in:
parent
f26e849fb2
commit
a6d69ebae9
11
.travis.yml
11
.travis.yml
|
@ -21,17 +21,6 @@ jobs:
|
||||||
- stage: Test e2e on private network
|
- stage: Test e2e on private network
|
||||||
script:
|
script:
|
||||||
- make test-e2e-race
|
- make test-e2e-race
|
||||||
- stage: Test e2e on public network
|
|
||||||
# Disable running this stage for pushes as it's not needed to run it twice.
|
|
||||||
# We only want to check if tests on public testnet pass in a merge build.
|
|
||||||
# Also, disable for fork builds as they do not have access to
|
|
||||||
# ACCOUNT_PASSWORD environment variable anyway.
|
|
||||||
if: ((type != push) OR (branch = "develop")) AND (fork = false)
|
|
||||||
script:
|
|
||||||
# Sync the chain first. It will time out after 45 minutes. Used network: Rinkeby.
|
|
||||||
- make statusgo
|
|
||||||
- ./build/bin/statusd -datadir=.ethereumtest/Rinkeby -les -networkid=4 -sync-and-exit=45 -log=WARN -standalone=false -discovery=false -ntp=false
|
|
||||||
- make test-e2e networkid=4
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ".ethereumtest/Mainnet"
|
- ".ethereumtest/Mainnet"
|
||||||
|
|
|
@ -41,14 +41,14 @@ var ropstenCluster = cluster{
|
||||||
var rinkebyCluster = cluster{
|
var rinkebyCluster = cluster{
|
||||||
NetworkID: RinkebyNetworkID,
|
NetworkID: RinkebyNetworkID,
|
||||||
BootNodes: []string{
|
BootNodes: []string{
|
||||||
"enode://1b843c7697f6fc42a1f606fb3cfaac54e025f06789dc20ad9278be3388967cf21e3a1b1e4be51faecd66c2c3adef12e942b4fcdeb8727657abe60636efb6224f@206.189.6.46:30404",
|
"enode://436cc6f674928fdc9a9f7990f2944002b685d1c37f025c1be425185b5b1f0900feaf1ccc2a6130268f9901be4a7d252f37302c8335a2c1a62736e9232691cc3a@174.138.105.243:30404", // boot-01.do-ams3.eth.beta
|
||||||
"enode://b29100c8468e3e6604817174a15e4d71627458b0dcdbeea169ab2eb4ab2bbc6f24adbb175826726cec69db8fdba6c0dd60b3da598e530ede562180d300728659@206.189.6.48:30404",
|
"enode://5395aab7833f1ecb671b59bf0521cf20224fe8162fc3d2675de4ee4d5636a75ec32d13268fc184df8d1ddfa803943906882da62a4df42d4fccf6d17808156a87@206.189.243.57:30404", // boot-02.do-ams3.eth.beta
|
||||||
|
"enode://7427dfe38bd4cf7c58bb96417806fab25782ec3e6046a8053370022cbaa281536e8d64ecd1b02e1f8f72768e295d06258ba43d88304db068e6f2417ae8bcb9a6@104.154.88.123:30404", // boot-01.gc-us-central1-a.eth.beta
|
||||||
|
"enode://ebefab39b69bbbe64d8cd86be765b3be356d8c4b24660f65d493143a0c44f38c85a257300178f7845592a1b0332811542e9a58281c835babdd7535babb64efc1@35.202.99.224:30404", // boot-02.gc-us-central1-a.eth.beta
|
||||||
},
|
},
|
||||||
StaticNodes: []string{
|
StaticNodes: []string{
|
||||||
"enode://ff1d6ac1c1d79fe060137d217ad26e372b6dea3d53690677e231000334f6e71c0b720000b6f79edb1e1100c172c1df85a3f05867e4f0716e7ff7fbc47327898b@51.15.75.244:30303",
|
"enode://a6a2a9b3a7cbb0a15da74301537ebba549c990e3325ae78e1272a19a3ace150d03c184b8ac86cc33f1f2f63691e467d49308f02d613277754c4dccd6773b95e8@206.189.108.68:30304",
|
||||||
"enode://6a1e9b88da1cb5e55e9174c21d3808800671c342416e90edd181341b5c2192a9a6189a770a69ae7cf24dd97cb1322f9b56d8093549a2bf944b3baaa6ccaa9ba9@51.15.68.93:30303",
|
"enode://207e53d9bf66be7441e3daba36f53bfbda0b6099dba9a865afc6260a2d253fb8a56a72a48598a4f7ba271792c2e4a8e1a43aaef7f34857f520c8c820f63b44c8@35.224.15.65:30304",
|
||||||
"enode://ba41aa829287a0a9076d9bffed97c8ce2e491b99873288c9e886f16fd575306ac6c656db4fbf814f5a9021aec004ffa9c0ae8650f92fd10c12eeb7c364593eb3@51.15.69.147:30303",
|
|
||||||
"enode://28ecf5272b560ca951f4cd7f1eb8bd62da5853b026b46db432c4b01797f5b0114819a090a72acd7f32685365ecd8e00450074fa0673039aefe10f3fb666e0f3f@51.15.76.249:30303",
|
|
||||||
},
|
},
|
||||||
MailServers: []string{
|
MailServers: []string{
|
||||||
"enode://43829580446ad138386dadb7fa50b6bd4d99f7c28659a0bc08115f8c0380005922a340962496f6af756a42b94a1522baa38a694fa27de59c3a73d4e08d5dbb31@206.189.6.48:30504",
|
"enode://43829580446ad138386dadb7fa50b6bd4d99f7c28659a0bc08115f8c0380005922a340962496f6af756a42b94a1522baa38a694fa27de59c3a73d4e08d5dbb31@206.189.6.48:30504",
|
||||||
|
|
Loading…
Reference in New Issue