@chainsafe/lodestar 1.28.0-dev.d1f9f7b32a → 1.28.0-dev.d60218eecb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.git-data.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "branch": "unstable",
3
- "commit": "d1f9f7b32a621c792f331e3bbfdd6ff5cd66e091"
3
+ "commit": "d60218eecbb05824f4a1138b1daf76ef4a9a0262"
4
4
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="yargs" />
2
1
  import { CliOptionDefinition } from "@lodestar/utils";
3
2
  import { BeaconArgs } from "../beacon/options.js";
4
3
  import { IValidatorCliArgs } from "../validator/options.js";
@@ -1,4 +1,3 @@
1
- /// <reference types="yargs" />
2
1
  import { IBeaconNodeOptions } from "@lodestar/beacon-node";
3
2
  import { RecursivePartial } from "@lodestar/utils";
4
3
  import * as api from "./api.js";
@@ -1,4 +1,3 @@
1
- /// <reference types="yargs" />
2
1
  import { NetworkName } from "../networks/index.js";
3
2
  import { IParamsArgs } from "./paramsOptions.js";
4
3
  type GlobalSingleArgs = {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import fs from "node:fs";
3
2
  import yaml from "js-yaml";
4
3
  export declare const yamlSchema: yaml.Schema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainsafe/lodestar",
3
- "version": "1.28.0-dev.d1f9f7b32a",
3
+ "version": "1.28.0-dev.d60218eecb",
4
4
  "description": "Command line interface for lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "LGPL-3.0",
@@ -30,8 +30,8 @@
30
30
  "docs:build": "node --loader ts-node/esm ./docsgen/index.ts",
31
31
  "lint": "biome check src/ test/",
32
32
  "lint:fix": "yarn run lint --write",
33
- "test:unit": "vitest --run --dir test/unit/",
34
- "test:e2e": "vitest --run --config vitest.e2e.config.ts --dir test/e2e/",
33
+ "test:unit": "vitest run --dir test/unit/",
34
+ "test:e2e": "vitest run --config vitest.e2e.config.ts --dir test/e2e/",
35
35
  "test:sim:multifork": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/multiFork.test.ts",
36
36
  "test:sim:mixedclient": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/mixedClient.test.ts",
37
37
  "test:sim:endpoints": "LODESTAR_PRESET=minimal DOTENV_CONFIG_PATH=../../.env.test node -r dotenv/config --loader ts-node/esm test/sim/endpoints.test.ts",
@@ -62,17 +62,17 @@
62
62
  "@libp2p/crypto": "^4.1.0",
63
63
  "@libp2p/peer-id": "^4.1.0",
64
64
  "@libp2p/peer-id-factory": "^4.1.0",
65
- "@lodestar/api": "1.28.0-dev.d1f9f7b32a",
66
- "@lodestar/beacon-node": "1.28.0-dev.d1f9f7b32a",
67
- "@lodestar/config": "1.28.0-dev.d1f9f7b32a",
68
- "@lodestar/db": "1.28.0-dev.d1f9f7b32a",
69
- "@lodestar/light-client": "1.28.0-dev.d1f9f7b32a",
70
- "@lodestar/logger": "1.28.0-dev.d1f9f7b32a",
71
- "@lodestar/params": "1.28.0-dev.d1f9f7b32a",
72
- "@lodestar/state-transition": "1.28.0-dev.d1f9f7b32a",
73
- "@lodestar/types": "1.28.0-dev.d1f9f7b32a",
74
- "@lodestar/utils": "1.28.0-dev.d1f9f7b32a",
75
- "@lodestar/validator": "1.28.0-dev.d1f9f7b32a",
65
+ "@lodestar/api": "1.28.0-dev.d60218eecb",
66
+ "@lodestar/beacon-node": "1.28.0-dev.d60218eecb",
67
+ "@lodestar/config": "1.28.0-dev.d60218eecb",
68
+ "@lodestar/db": "1.28.0-dev.d60218eecb",
69
+ "@lodestar/light-client": "1.28.0-dev.d60218eecb",
70
+ "@lodestar/logger": "1.28.0-dev.d60218eecb",
71
+ "@lodestar/params": "1.28.0-dev.d60218eecb",
72
+ "@lodestar/state-transition": "1.28.0-dev.d60218eecb",
73
+ "@lodestar/types": "1.28.0-dev.d60218eecb",
74
+ "@lodestar/utils": "1.28.0-dev.d60218eecb",
75
+ "@lodestar/validator": "1.28.0-dev.d60218eecb",
76
76
  "@multiformats/multiaddr": "^12.1.3",
77
77
  "deepmerge": "^4.3.1",
78
78
  "ethers": "^6.7.0",
@@ -88,13 +88,13 @@
88
88
  "yargs": "^17.7.1"
89
89
  },
90
90
  "devDependencies": {
91
- "@lodestar/test-utils": "1.28.0-dev.d1f9f7b32a",
91
+ "@lodestar/test-utils": "1.28.0-dev.d60218eecb",
92
92
  "@types/debug": "^4.1.7",
93
93
  "@types/got": "^9.6.12",
94
94
  "@types/inquirer": "^9.0.3",
95
95
  "@types/proper-lockfile": "^4.1.4",
96
96
  "@types/yargs": "^17.0.24",
97
- "fastify": "^5.0.0"
97
+ "fastify": "^5.2.1"
98
98
  },
99
- "gitHead": "b13ebb7404f5fd254d47414d1cfb400e9c5bd142"
99
+ "gitHead": "8edf6631c06e15503bf75c259f0ce6a7a86aa2b2"
100
100
  }