SimplyStaking / panic_cosmos

🚨 PANIC for Cosmos
GNU General Public License v3.0
47 stars 36 forks source link

Network Monitor Bug Fix #37

Closed migueldingli1997 closed 4 years ago

migueldingli1997 commented 4 years ago

Closes #35

Network monitor now uses /status endpoint to get the latest block height, which might be zero during chain startup, whereas it is missing from /abci_info during chain startup. A check for zero height was added, in which case the monitor does not do anything until height is non-zero.