-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from Cogwheel-Validator/develop
Merge version 0.4.2 as the latest stable
- Loading branch information
Showing
9 changed files
with
289 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Change log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.4.2] - 2024-12-10 | ||
|
||
### Fixed | ||
|
||
- Fixed the issue to send alert info alert when API comes back | ||
|
||
## [0.4.1] - 2024-12-09 | ||
|
||
### Fixed | ||
|
||
- Fixed the issue when there is working API, when the API was not working it would return NoneType which caused monitoring tool to fail to send alert if there wasn't working API | ||
|
||
## [0.4.0] - 2024-12-05 | ||
|
||
### Added | ||
|
||
- Alert if there is no working API to query from | ||
- Added logic to check if the database schema is up to date and update it if needed | ||
|
||
## [0.3.0] - 2024-12-01 | ||
First official public version of the monitoring tool | ||
|
||
- Monitoring system for wallet balance and unsigned oracle events | ||
- Pagerduty and Telegram alerts | ||
- Dead man switch | ||
- Manage and setup SQLite database on its own |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.