threefoldtech / zos

Autonomous operating system
https://threefold.io/host/
Apache License 2.0
84 stars 14 forks source link

irregular distribution of grid endpoints over all nets #2353

Closed coesensbert closed 1 month ago

coesensbert commented 5 months ago

Is your feature request related to a problem? Please describe

irregular distribution of grid endpoints over all nets

https://github.com/threefoldtech/zos/blob/main/pkg/environment/environment.go#L107-L167

Describe the solution you'd like

Ops maintains two full backend stacks for each net, so each net has a spare url for each service to stay operational. zos currently makes use of this but does not make use of all available endpoints. Following list lacks in the config:

Devnet

TFchain

Activation service

Graphql


QAnet

Relay

Activation service

Graphql


Testnet

TFchain

Activation service

Graphql


Mainnet

TFchain

Activation service

Graphql

Omarabdul3ziz commented 1 month ago

verified: found all mentioned endpoints on the code