The geth client for bzz.network currently runs on Ropsten testnet. Most public swarm gateways use mainnet for ENS resolution and we've been seeing reports of users having issues using bzz.network with .eth domain extensions.
The plan here is to support both main and test net since it's possible to register .eth and .test domains on Ropsten.
[x] Bump Geth client to 1.8.3
[x] Create new account/wallet on mainnet
[x] Create new k8 namespace with Geth running on main net
[x] Point new namespace to bzz.network
[x] Add ropsten.bzz.network as new endpoint for test.bzz.network
The geth client for bzz.network currently runs on Ropsten testnet. Most public swarm gateways use mainnet for ENS resolution and we've been seeing reports of users having issues using bzz.network with
.eth
domain extensions.The plan here is to support both main and test net since it's possible to register .
eth
and.test
domains on Ropsten.Follow up: