@lodestar/prover 1.15.1 → 1.16.0-dev.036fb39bcf
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 +12 -14
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ChainSafe/lodestar/issues"
|
|
13
13
|
},
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.16.0-dev.036fb39bcf",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -48,17 +48,15 @@
|
|
|
48
48
|
"build:release": "yarn clean && yarn run build",
|
|
49
49
|
"check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
|
|
50
50
|
"check-types": "tsc",
|
|
51
|
-
"coverage": "codecov -F lodestar-api",
|
|
52
51
|
"lint": "eslint --color --ext .ts src/ test/",
|
|
53
52
|
"lint:fix": "yarn run lint --fix",
|
|
54
|
-
"pretest": "yarn run check-types",
|
|
55
53
|
"test": "yarn test:unit && yarn test:e2e",
|
|
56
54
|
"test:unit": "vitest --run --dir test/unit/",
|
|
57
55
|
"test:browsers": "yarn test:browsers:chrome && yarn test:browsers:firefox && yarn test:browsers:electron",
|
|
58
56
|
"test:browsers:chrome": "vitest --run --browser chrome --config ./vitest.browser.config.ts --dir test/unit",
|
|
59
57
|
"test:browsers:firefox": "vitest --run --browser firefox --config ./vitest.browser.config.ts --dir test/unit",
|
|
60
58
|
"test:browsers:electron": "echo 'Electron tests will be introduced back in the future as soon vitest supports electron.'",
|
|
61
|
-
"test:e2e": "LODESTAR_PRESET=minimal vitest --run --config vitest.config.
|
|
59
|
+
"test:e2e": "LODESTAR_PRESET=minimal vitest --run --config vitest.e2e.config.ts --dir test/e2e",
|
|
62
60
|
"check-readme": "typescript-docs-verifier",
|
|
63
61
|
"generate-fixtures": "node --loader ts-node/esm scripts/generate_fixtures.ts"
|
|
64
62
|
},
|
|
@@ -72,14 +70,14 @@
|
|
|
72
70
|
"@ethereumjs/tx": "^4.1.2",
|
|
73
71
|
"@ethereumjs/util": "^8.0.6",
|
|
74
72
|
"@ethereumjs/vm": "^6.4.2",
|
|
75
|
-
"@lodestar/api": "
|
|
76
|
-
"@lodestar/config": "
|
|
77
|
-
"@lodestar/light-client": "
|
|
78
|
-
"@lodestar/logger": "
|
|
79
|
-
"@lodestar/params": "
|
|
80
|
-
"@lodestar/types": "
|
|
81
|
-
"@lodestar/utils": "
|
|
82
|
-
"ethereum-cryptography": "^
|
|
73
|
+
"@lodestar/api": "1.16.0-dev.036fb39bcf",
|
|
74
|
+
"@lodestar/config": "1.16.0-dev.036fb39bcf",
|
|
75
|
+
"@lodestar/light-client": "1.16.0-dev.036fb39bcf",
|
|
76
|
+
"@lodestar/logger": "1.16.0-dev.036fb39bcf",
|
|
77
|
+
"@lodestar/params": "1.16.0-dev.036fb39bcf",
|
|
78
|
+
"@lodestar/types": "1.16.0-dev.036fb39bcf",
|
|
79
|
+
"@lodestar/utils": "1.16.0-dev.036fb39bcf",
|
|
80
|
+
"ethereum-cryptography": "^2.0.0",
|
|
83
81
|
"find-up": "^6.3.0",
|
|
84
82
|
"http-proxy": "^1.18.1",
|
|
85
83
|
"js-yaml": "^4.1.0",
|
|
@@ -87,7 +85,7 @@
|
|
|
87
85
|
"yargs": "^17.7.1"
|
|
88
86
|
},
|
|
89
87
|
"devDependencies": {
|
|
90
|
-
"@lodestar/test-utils": "
|
|
88
|
+
"@lodestar/test-utils": "1.16.0-dev.036fb39bcf",
|
|
91
89
|
"@types/http-proxy": "^1.17.10",
|
|
92
90
|
"@types/yargs": "^17.0.24",
|
|
93
91
|
"axios": "^1.3.4",
|
|
@@ -102,5 +100,5 @@
|
|
|
102
100
|
"blockchain",
|
|
103
101
|
"prover"
|
|
104
102
|
],
|
|
105
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "b8a182a880ef55f9e244ecd31c7ea1e34f6a97b2"
|
|
106
104
|
}
|