cosmos / chain-registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is there a policy for apis are unresponsive?

doggystylez opened this issue · comments

the first two rpcs on evmos have been down for days. do we have a policy to remove them if they are broken?

"apis": { "rpc": [ { "address": "https://rpc-evmos.ecostake.com", "provider": "ecostake" }, { "address": "https://rpc-evmos.whispernode.com", "provider": " WhisperNode 🤐" }

Oops just re-opened the ECOStake RPC, had to close it down recently due to abuse.

Generally I've been meaning to write a little bot that checks the cosmos.directory status API and PRs removals if any APIs have been down for a period of time. Haven't had a chance to look at it yet but I'll try and prioritise if no one is working on it.

Status API: https://status.cosmos.directory/evmos

lastSuccessAt is probably the best to detect if a node has been down for a long time.