Skip to content

Commit

Permalink
feat: Develop (#96)
Browse files Browse the repository at this point in the history
* chore: Use @clickhouse/client (#86)

* fix: case when operator changes his name (#87)

* feat: Rewards, missed rewards, penalties (#85)

* feat: safe epoch processing (#89)

* feat: change CL api timeout policy (#91)

* fix: cast to bigint (#93)

* chore: remove unused vars. change readme (#95)

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (#90)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump luxon from 1.28.0 to 1.28.1 (#97)

Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@1.28.0...1.28.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
vgorkavenko and dependabot[bot] authored Jan 10, 2023
1 parent e08bdde commit 0981e34
Show file tree
Hide file tree
Showing 52 changed files with 5,497 additions and 1,193 deletions.
221 changes: 156 additions & 65 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
- "DISCORD_WEBHOOK=${DISCORD_WEBHOOK_URL}"

grafana:
image: grafana/grafana:latest
image: grafana/grafana:8.5.15
sysctls:
- net.ipv6.conf.lo.disable_ipv6=0
- net.ipv6.conf.all.disable_ipv6=0
Expand Down
231 changes: 122 additions & 109 deletions docker/grafana/provisioning/dashboards/operators.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0981e34

Please sign in to comment.