@lodestar/prover 1.16.0-dev.d6a7a3982b → 1.16.0-dev.da0bcc8f19
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 -13
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.16.0-dev.
|
|
14
|
+
"version": "1.16.0-dev.da0bcc8f19",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -48,7 +48,6 @@
|
|
|
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
53
|
"test": "yarn test:unit && yarn test:e2e",
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
"test:browsers:chrome": "vitest --run --browser chrome --config ./vitest.browser.config.ts --dir test/unit",
|
|
58
57
|
"test:browsers:firefox": "vitest --run --browser firefox --config ./vitest.browser.config.ts --dir test/unit",
|
|
59
58
|
"test:browsers:electron": "echo 'Electron tests will be introduced back in the future as soon vitest supports electron.'",
|
|
60
|
-
"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",
|
|
61
60
|
"check-readme": "typescript-docs-verifier",
|
|
62
61
|
"generate-fixtures": "node --loader ts-node/esm scripts/generate_fixtures.ts"
|
|
63
62
|
},
|
|
@@ -71,14 +70,14 @@
|
|
|
71
70
|
"@ethereumjs/tx": "^4.1.2",
|
|
72
71
|
"@ethereumjs/util": "^8.0.6",
|
|
73
72
|
"@ethereumjs/vm": "^6.4.2",
|
|
74
|
-
"@lodestar/api": "1.16.0-dev.
|
|
75
|
-
"@lodestar/config": "1.16.0-dev.
|
|
76
|
-
"@lodestar/light-client": "1.16.0-dev.
|
|
77
|
-
"@lodestar/logger": "1.16.0-dev.
|
|
78
|
-
"@lodestar/params": "1.16.0-dev.
|
|
79
|
-
"@lodestar/types": "1.16.0-dev.
|
|
80
|
-
"@lodestar/utils": "1.16.0-dev.
|
|
81
|
-
"ethereum-cryptography": "^
|
|
73
|
+
"@lodestar/api": "1.16.0-dev.da0bcc8f19",
|
|
74
|
+
"@lodestar/config": "1.16.0-dev.da0bcc8f19",
|
|
75
|
+
"@lodestar/light-client": "1.16.0-dev.da0bcc8f19",
|
|
76
|
+
"@lodestar/logger": "1.16.0-dev.da0bcc8f19",
|
|
77
|
+
"@lodestar/params": "1.16.0-dev.da0bcc8f19",
|
|
78
|
+
"@lodestar/types": "1.16.0-dev.da0bcc8f19",
|
|
79
|
+
"@lodestar/utils": "1.16.0-dev.da0bcc8f19",
|
|
80
|
+
"ethereum-cryptography": "^2.0.0",
|
|
82
81
|
"find-up": "^6.3.0",
|
|
83
82
|
"http-proxy": "^1.18.1",
|
|
84
83
|
"js-yaml": "^4.1.0",
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
"yargs": "^17.7.1"
|
|
87
86
|
},
|
|
88
87
|
"devDependencies": {
|
|
89
|
-
"@lodestar/test-utils": "1.16.0-dev.
|
|
88
|
+
"@lodestar/test-utils": "1.16.0-dev.da0bcc8f19",
|
|
90
89
|
"@types/http-proxy": "^1.17.10",
|
|
91
90
|
"@types/yargs": "^17.0.24",
|
|
92
91
|
"axios": "^1.3.4",
|
|
@@ -101,5 +100,5 @@
|
|
|
101
100
|
"blockchain",
|
|
102
101
|
"prover"
|
|
103
102
|
],
|
|
104
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "9d2ffb28dedf69b85a423151780478086f3f8ad9"
|
|
105
104
|
}
|