EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

Improvement: Create an aggregate chain status endpoint #715

Closed sgerogia closed 2 years ago

sgerogia commented 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

Pitasi commented 2 years ago

The PR was merged, I thought this issue would close automatically? 👀