Skip to content

Releases: Firstset/tenderduty

v2.3.5

28 Oct 14:05
13411a2

Choose a tag to compare

New Feature

In an alert config, users can use consecutive_missed_exclude_preactions to include or exclude the cases where a validator submits prevote and precommit, but the proposer does not include it in the block for the consecutive missed blocks alert. This is helpful for chains like Celestia where validators only include 2/3 of the votes (enabled by V6).

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

27 Aug 08:41
de991aa

Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3 Alert Config Improvements and Non-Operational Metrics

02 Jul 10:21
e0a1905

Choose a tag to compare

Highlights

Breaking Changes

  • Now each chain's alert configuration is very much simplified because the new version contains a mandatory default_alert_config section in the config yaml file. To use this version, please refer to https://github.com/Firstset/tenderduty/blob/main/example-config.yml#L32 to update your config file. Once the default_alert_config is set, you don't need to duplicate lots of alert configs in each chain's alerts section, unless you need to override some alert configs.
  • If you would like to enable unclaimed rewards alerting, and the projected 30-day rewards feature in the frontend, you need to have a CoinMarketCap API token (the free tier is sufficient as Tenderduty caches the token prices), and then adjust the config based on the example here and here

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2 Governance Alert Configurable and UI Improvements

25 Apr 09:18
8c1d96c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1 Fix Websocket Connection When Valcons Address Is Used as valoper_address in Config

11 Apr 08:35
f62067f

Choose a tag to compare

What's Changed

  • #10 fix: websocket does not work if the valcons address is used by @gluckzhang in #11

Full Changelog: v2.3.0...v2.3.1

v2.3.0 Namada Support and Governance Proposal Monitoring

07 Apr 14:43
05fc7f8

Choose a tag to compare

This release contains the followig two key improvements:

Governance proposal monitoring

  • Receive alerts when there are proposals in voting period and the validator has not voted on. The alert is resolved once the validator has voted.
  • Unvoted proposals are tracked and reported in the dashboard.
  • A Prometheus metric is also added to monitor the number of unvoted proposals.

Improved support for Namada.

  • Proper reporting of otherwise missing information such as the Moniker, uptime data or slashing threshold.