blockpane / tenderduty

Notification tool for Cosmos/Tendermint validators, sends alerts when missing pre-commits
MIT License
157 stars 226 forks source link

Feature: Support minimum-signed threshold #79

Closed BOSEES closed 5 months ago

BOSEES commented 7 months ago

Purpose

The fundamental of tenderduty is to check the validator's uptime, but there is an inconvenience in intuitively understanding the risk level. For example, we run a lot of validators and use a different minSignedPerWindow for each protocol. It's very annoying to manually query the nodes, so we add a feature to visually see the threshold.

threshold

Impact

Intuitively understand the risk level of your validators.

dylanschultzie commented 5 months ago

Merged. Thanks for your contribution!