Releases: Cogwheel-Validator/tnom
Releases · Cogwheel-Validator/tnom
0.5.2
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
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
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
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