Chainflow / cosmos-validator-mission-control

Cosmos validator mission control monitoring and alerting tool.
MIT License
40 stars 30 forks source link

Understanding alert voting conditions #51

Open cfl0ws opened 3 years ago

cfl0ws commented 3 years ago

@PrathyushaLakkireddy how does alert-bot determine whether or not a validator is currently voting?

PrathyushaLakkireddy commented 3 years ago

By using this endpoint response we know the validtaor status i.e.,(LCDEndpoint/cosmos/staking/v1beta1/validators/valOperatorAddress )

When we query that endpoint, will get the validator details, in that, there will be field with jailed status. So if that is true then we consider as that validtaor is jailed otherwise voting.