DefiantLabs / cosmos-upgrades

a tool to search for scheduled cosmos upgrades
MIT License
4 stars 2 forks source link

Patch/chains missing gov #38

Closed pharr117 closed 10 months ago

pharr117 commented 10 months ago

Some chains are missing the gov module, which drives one of the paths for getting the upgrade data. These chains still have upgrade plan endpoints to check though, so this PR allows skipping the gov check if a chain is manually input as having no gov module.

We also move off the gov endpoint for health checks as it was too unreliable.