Skip to content

Commit e5e19ab

Browse files
authored
feat: ui now shows flashblocks metrics for validator (#158)
* feat: ui now shows flashblocks metrics for validator The report UI now shows charts for flashblock metrics on validators that support it. * chore: lints + adds back package-lock.json * chore: fixes action * chore: yarn pinned to public npm registry
1 parent 9e38abd commit e5e19ab

5 files changed

Lines changed: 6664 additions & 11715 deletions

File tree

.github/workflows/nodejs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
3131
with:
3232
node-version: "20"
33-
cache: "npm"
34-
cache-dependency-path: "./report/package-lock.json"
33+
cache: "yarn"
34+
cache-dependency-path: "./report/yarn.lock"
3535

3636
- name: Install dependencies
37-
run: npm ci
37+
run: yarn install --immutable
3838
- name: Check formatting
39-
run: npm run check
39+
run: yarn check
4040
- name: Run tests
41-
run: npm test
41+
run: yarn test

report/.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ enableTelemetry: false
22

33
nodeLinker: node-modules
44

5+
npmRegistryServer: "https://registry.npmjs.org"
6+
57
yarnPath: .yarn/releases/yarn-4.9.4.cjs

0 commit comments

Comments
 (0)