Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 4005a4a

Browse files
Conventional Changelog Actionmadlabman
authored andcommitted
chore(release): 0.7.0
1 parent 6abc1f6 commit 4005a4a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [0.7.0](https://github.com/lidofinance/polygon-validators-monitoring/compare/0.6.0...0.7.0) (2023-06-16)
2+
3+
4+
### Bug Fixes
5+
6+
* default value for CHECKPOINTS_IN_ROW_LIMIT ([1cecba4](https://github.com/lidofinance/polygon-validators-monitoring/commit/1cecba47172fa8ff4c1312827775fd5adb25bf25))
7+
* skip staled checkpoint for multiple misses ([0347d59](https://github.com/lidofinance/polygon-validators-monitoring/commit/0347d59d636c53519b68c79791247dfb3304c2f9))
8+
* use raw query to fetch duties only ([f494e43](https://github.com/lidofinance/polygon-validators-monitoring/commit/f494e43580f5e7d30d82792986cad7781478e738))
9+
10+
11+
### Features
12+
13+
* boilerplate for cli commands ([98c7696](https://github.com/lidofinance/polygon-validators-monitoring/commit/98c769663101bd260281ae25d0ef25bc0331dd8b))
14+
* multiple checkpoints misses in a row ([a779a4c](https://github.com/lidofinance/polygon-validators-monitoring/commit/a779a4cbe76e6ad0427a80740de3fe0794285904))
15+
16+
17+
### Performance Improvements
18+
19+
* replace TypeORM ordered queries with min/max and exists checks ([b51fae4](https://github.com/lidofinance/polygon-validators-monitoring/commit/b51fae4ca6c961a2fa86aac03989e7d862c16c6a))
20+
21+
22+
123
# [0.6.0](https://github.com/lidofinance/polygon-validators-monitoring/compare/0.5.0...0.6.0) (2023-02-28)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polygon-validators-monitoring",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Polygon validators monitoring",
55
"author": "Lido automation team",
66
"private": true,

0 commit comments

Comments
 (0)