DefiantLabs / cosmos-upgrades

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

rework semantic version match #10

Closed danbryan closed 1 year ago

danbryan commented 1 year ago

Look in the plan info first, then look at the description field for the semantic version. We should be able to report the version as 12.0.0 as seen in the plan info picture below.

{
  "type": "mainnet",
  "network": "cosmoshub",
  "rpc_server": "https://cosmos-rpc.onivalidator.com",
  "latest_block_height": 16848362,
  "upgrade_found": true,
  "upgrade_name": "v12",
  "source": "active_upgrade_proposals",
  "upgrade_block_height": 16985500,
  "estimated_upgrade_time": "2023-09-13T11:39:27.176309",
  "version": "12"
}

image