Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nalepae nalepae released this 17 Oct 22:25
· 140 commits to main since this release

Features:

  • Monitor missed blocks at finalized. (Previously, missed blocks were monitored only at head.)
  • Case is insensitive for validators public keys and fee recipients.

⚠️ Breaking changes⚠️ :

The following Prometheus metrics:

  • missed_block_proposals_count
  • missed_block_proposals_head_count_details

are removed, and replaced by

  • missed_block_proposals_head_count
  • missed_block_proposals_head_count_details
  • missed_block_proposals_finalized_count
  • missed_block_proposals_finalized_count_details

==> Don't forget to update your Prometheus alerts, and to use the latest version of the Grafana Dashboard.