cosmos-validator-watcher icon indicating copy to clipboard operation
cosmos-validator-watcher copied to clipboard

[Feature] - Support valoper address

Open cosmos-spaces opened this issue 1 year ago • 1 comments

Could the code be updated to support the valoper address rather than the validator pubkey address. The valoper address is easier to acquire since most explorers show it.

cosmos-spaces avatar Feb 25 '25 18:02 cosmos-spaces

Hey, thanks for the suggestion. That's also something I had in mind.

It won't work for all chains, since some don't use the staking module, or use a custom version, not mentioning consumer chains. That's why I initially used the Tendermint address that is the base of cosmos-sdk. But that can do the job for most of them 👍

MattKetmo avatar Mar 03 '25 17:03 MattKetmo