forbole / big-dipper

A block explorer for Cosmos
https://cosmos.bigdipper.live
Apache License 2.0
181 stars 243 forks source link

Cosmoshub: Cannot view validator details from validator list #560

Closed williamchong closed 2 years ago

williamchong commented 3 years ago

Description:

Go to https://cosmos.bigdipper.live/validators, click any of the active validators, everything goes to Validator does not exist. with url https://cosmos.bigdipper.live/validator/undefined

Note that they all result in this undefined route image

However if I click the validator from block proposer section, I actually get a workable link https://cosmos.bigdipper.live/validator/671460930CCDC9B06C5D055E4D550EB8DAF2291E But all other button in this page would bring me back to undefined error image

Expected: Show validator information when I click any validator from the validator list

ryuash commented 3 years ago

I can't reproduce this.

image

Also wrong repo. Let me transfer you to the correct one

williamchong commented 3 years ago

Sorry the correct way to reproduce should be going from index https://cosmos.bigdipper.live/ first, then click the Validator tab in the navbar.

williamchong commented 2 years ago

Seems the bug is already fixed and I cannot reproduce the issue