Skip to content

Releases: Cogwheel-Validator/tnom

0.5.2

14 Dec 17:08
0d8353b
Compare
Choose a tag to compare

What has changed since 0.5.0 to 0.5.2

  • Added Grafana json basic dashboard
  • Changed some prometheus metrics to gauge, all metrics related to tnom are now gauges
  • Fixed a bug that caused problem updating the database
  • Fixed a bug where Prometheus sometimes wouldn't update (also related to the database)

0.5.0

12 Dec 21:18
c078b90
Compare
Choose a tag to compare

What has changed since 0.4.2 to 0.5.0

  • Added prometheus client
  • Added new argument flags for prometheus
  • Fixed a bug where tasks could not stop running
  • Small changes to dead man switch to adjust to work with async tasks

0.4.2

10 Dec 21:41
3b28eda
Compare
Choose a tag to compare

What's changed since 0.3.0 to 0.4.2

  • Added alert when no API is online
  • Added database function that checks and updated schema
  • Some fixes related to the no working API alert

0.3.0

01 Dec 20:36
31e3c85
Compare
Choose a tag to compare

First public release of the TNOM.

The version 0.3.0 includes:

  • Sending alerts to pagerduty and telegram
  • Dead man switch - health check
  • Monitor parameters for wallet balance, unsigned events, miss counter alerts, consecutive miss alerts
  • Build exec binary with Nuitka
  • Type checks that weren't present in the previous versions