Skip to content

Commit

Permalink
feat: Develop
Browse files Browse the repository at this point in the history
* Add static checks

* fix: data actuality metric on app init (#29)

* fix: data actuality metric on app init

* fix: add `absent` to alert condition

* feat: operators 24h balance diff and new sync participation calc (#28)

* feat: operators 24h balance diff and new sync participation calc

* fix: typo

* fix: remarks

* fix: dashboard

* sync dashboards with infra

* feat: add `CriticalSlashing` (#30)

Co-authored-by: Vladimir Gorkavenko <32727352+vgorkavenko@users.noreply.github.com>
Co-authored-by: vgorkavenko <vladimir.gorkavenko@p2p.org>
  • Loading branch information
3 people authored Sep 22, 2022
1 parent c5411d6 commit da7417f
Show file tree
Hide file tree
Showing 17 changed files with 5,042 additions and 2,410 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Static checks

on: pull_request

jobs:
security:
uses: lidofinance/linters/.github/workflows/security.yml@master
docker:
uses: lidofinance/linters/.github/workflows/docker.yml@master
Loading

0 comments on commit da7417f

Please sign in to comment.