@lodestar/validator 1.30.0-dev.2a4f1bcd49 → 1.30.0-dev.dd729f5ece
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lodestar/validator",
|
|
3
|
-
"version": "1.30.0-dev.
|
|
3
|
+
"version": "1.30.0-dev.dd729f5ece",
|
|
4
4
|
"description": "A Typescript implementation of the validator client",
|
|
5
5
|
"author": "ChainSafe Systems",
|
|
6
6
|
"license": "LGPL-3.0",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"check-types": "tsc",
|
|
28
28
|
"lint": "biome check src/ test/",
|
|
29
29
|
"lint:fix": "yarn run lint --write",
|
|
30
|
-
"test:unit": "vitest run --
|
|
30
|
+
"test:unit": "vitest run --project unit --project unit-mainnet",
|
|
31
31
|
"test": "yarn test:unit && yarn test:e2e",
|
|
32
|
-
"test:spec": "vitest run --
|
|
33
|
-
"test:e2e": "vitest run --
|
|
32
|
+
"test:spec": "vitest run --project spec",
|
|
33
|
+
"test:e2e": "vitest run --project e2e --project e2e-mainnet",
|
|
34
34
|
"download-spec-tests": "node --loader=ts-node/esm test/spec/downloadTests.ts",
|
|
35
35
|
"check-readme": "typescript-docs-verifier"
|
|
36
36
|
},
|
|
@@ -47,19 +47,19 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@chainsafe/blst": "^2.1.0",
|
|
49
49
|
"@chainsafe/ssz": "^1.2.0",
|
|
50
|
-
"@lodestar/api": "1.30.0-dev.
|
|
51
|
-
"@lodestar/config": "1.30.0-dev.
|
|
52
|
-
"@lodestar/db": "1.30.0-dev.
|
|
53
|
-
"@lodestar/params": "1.30.0-dev.
|
|
54
|
-
"@lodestar/state-transition": "1.30.0-dev.
|
|
55
|
-
"@lodestar/types": "1.30.0-dev.
|
|
56
|
-
"@lodestar/utils": "1.30.0-dev.
|
|
50
|
+
"@lodestar/api": "1.30.0-dev.dd729f5ece",
|
|
51
|
+
"@lodestar/config": "1.30.0-dev.dd729f5ece",
|
|
52
|
+
"@lodestar/db": "1.30.0-dev.dd729f5ece",
|
|
53
|
+
"@lodestar/params": "1.30.0-dev.dd729f5ece",
|
|
54
|
+
"@lodestar/state-transition": "1.30.0-dev.dd729f5ece",
|
|
55
|
+
"@lodestar/types": "1.30.0-dev.dd729f5ece",
|
|
56
|
+
"@lodestar/utils": "1.30.0-dev.dd729f5ece",
|
|
57
57
|
"strict-event-emitter-types": "^2.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@lodestar/test-utils": "1.30.0-dev.
|
|
60
|
+
"@lodestar/test-utils": "1.30.0-dev.dd729f5ece",
|
|
61
61
|
"bigint-buffer": "^1.1.5",
|
|
62
62
|
"rimraf": "^4.4.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "b3a476ce83a58769cd2bd50d528fe69acb61f5cd"
|
|
65
65
|
}
|