@lodestar/prover 1.15.1-rc.0 → 1.16.0-dev.0db50b929b

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.
Files changed (1) hide show
  1. 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.15.1-rc.0",
14
+ "version": "1.16.0-dev.0db50b929b",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -51,14 +51,13 @@
51
51
  "coverage": "codecov -F lodestar-api",
52
52
  "lint": "eslint --color --ext .ts src/ test/",
53
53
  "lint:fix": "yarn run lint --fix",
54
- "pretest": "yarn run check-types",
55
54
  "test": "yarn test:unit && yarn test:e2e",
56
55
  "test:unit": "vitest --run --dir test/unit/",
57
56
  "test:browsers": "yarn test:browsers:chrome && yarn test:browsers:firefox && yarn test:browsers:electron",
58
57
  "test:browsers:chrome": "vitest --run --browser chrome --config ./vitest.browser.config.ts --dir test/unit",
59
58
  "test:browsers:firefox": "vitest --run --browser firefox --config ./vitest.browser.config.ts --dir test/unit",
60
59
  "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.e2e.ts --dir test/e2e",
60
+ "test:e2e": "LODESTAR_PRESET=minimal vitest --run --config vitest.e2e.config.ts --dir test/e2e",
62
61
  "check-readme": "typescript-docs-verifier",
63
62
  "generate-fixtures": "node --loader ts-node/esm scripts/generate_fixtures.ts"
64
63
  },
@@ -72,14 +71,14 @@
72
71
  "@ethereumjs/tx": "^4.1.2",
73
72
  "@ethereumjs/util": "^8.0.6",
74
73
  "@ethereumjs/vm": "^6.4.2",
75
- "@lodestar/api": "1.15.1-rc.0",
76
- "@lodestar/config": "1.15.1-rc.0",
77
- "@lodestar/light-client": "1.15.1-rc.0",
78
- "@lodestar/logger": "1.15.1-rc.0",
79
- "@lodestar/params": "1.15.1-rc.0",
80
- "@lodestar/types": "1.15.1-rc.0",
81
- "@lodestar/utils": "1.15.1-rc.0",
82
- "ethereum-cryptography": "^1.2.0",
74
+ "@lodestar/api": "1.16.0-dev.0db50b929b",
75
+ "@lodestar/config": "1.16.0-dev.0db50b929b",
76
+ "@lodestar/light-client": "1.16.0-dev.0db50b929b",
77
+ "@lodestar/logger": "1.16.0-dev.0db50b929b",
78
+ "@lodestar/params": "1.16.0-dev.0db50b929b",
79
+ "@lodestar/types": "1.16.0-dev.0db50b929b",
80
+ "@lodestar/utils": "1.16.0-dev.0db50b929b",
81
+ "ethereum-cryptography": "^2.0.0",
83
82
  "find-up": "^6.3.0",
84
83
  "http-proxy": "^1.18.1",
85
84
  "js-yaml": "^4.1.0",
@@ -87,7 +86,7 @@
87
86
  "yargs": "^17.7.1"
88
87
  },
89
88
  "devDependencies": {
90
- "@lodestar/test-utils": "1.15.1-rc.0",
89
+ "@lodestar/test-utils": "1.16.0-dev.0db50b929b",
91
90
  "@types/http-proxy": "^1.17.10",
92
91
  "@types/yargs": "^17.0.24",
93
92
  "axios": "^1.3.4",
@@ -102,5 +101,5 @@
102
101
  "blockchain",
103
102
  "prover"
104
103
  ],
105
- "gitHead": "fe2b799f4c9113bd76ba20e7b74bdf55841e22c4"
104
+ "gitHead": "dcf7cc1eb15013bf3fb35357395db29e222b2b88"
106
105
  }