Closed sgerogia closed 2 years ago
The front-end needs to get the up-to-date status for all supported chains.
Atm this is called per chain (>20 in PROD) and happens every 5 sec. This results in a lot of overhead (network latency, SSL handshakes,...)
Offer a new endpoint which will provide the info for all chains at once.
DoD
/chains/status
{ "osmosis": { "status": false, // as derived from TL tables "enabled": true // as derived from CNS } }
The PR was merged, I thought this issue would close automatically? 👀
The front-end needs to get the up-to-date status for all supported chains.
Atm this is called per chain (>20 in PROD) and happens every 5 sec. This results in a lot of overhead (network latency, SSL handshakes,...)
Offer a new endpoint which will provide the info for all chains at once.
DoD
/chains/status