@lodestar/prover 1.30.0-dev.57f8f00d93 → 1.30.0-dev.6dae670fba

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Lodestar Prover
2
2
 
3
3
  [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr)
4
- [![ETH Beacon APIs Spec v2.5.0](https://img.shields.io/badge/ETH%20beacon--APIs-2.5.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v2.5.0)
4
+ [![ETH Beacon APIs Spec v3.1.0](https://img.shields.io/badge/ETH%20beacon--APIs-3.1.0-blue)](https://github.com/ethereum/beacon-APIs/releases/tag/v3.1.0)
5
5
  ![ES Version](https://img.shields.io/badge/ES-2021-yellow)
6
6
  ![Node Version](https://img.shields.io/badge/node-22.x-green)
7
7
 
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.30.0-dev.57f8f00d93",
14
+ "version": "1.30.0-dev.6dae670fba",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -51,9 +51,9 @@
51
51
  "lint": "biome check src/ test/",
52
52
  "lint:fix": "yarn run lint --write",
53
53
  "test": "yarn test:unit && yarn test:e2e",
54
- "test:unit": "vitest run --project unit --project unit-mainnet",
54
+ "test:unit": "vitest run --project unit --project unit-minimal",
55
55
  "test:browsers": "vitest run --project browser",
56
- "test:e2e": "vitest run --project e2e",
56
+ "test:e2e": "vitest run --project e2e --project e2e-mainnet",
57
57
  "check-readme": "typescript-docs-verifier",
58
58
  "generate-fixtures": "node --loader ts-node/esm scripts/generate_fixtures.ts"
59
59
  },
@@ -66,13 +66,13 @@
66
66
  "@ethereumjs/tx": "^4.1.2",
67
67
  "@ethereumjs/util": "^8.0.6",
68
68
  "@ethereumjs/vm": "^6.4.2",
69
- "@lodestar/api": "1.30.0-dev.57f8f00d93",
70
- "@lodestar/config": "1.30.0-dev.57f8f00d93",
71
- "@lodestar/light-client": "1.30.0-dev.57f8f00d93",
72
- "@lodestar/logger": "1.30.0-dev.57f8f00d93",
73
- "@lodestar/params": "1.30.0-dev.57f8f00d93",
74
- "@lodestar/types": "1.30.0-dev.57f8f00d93",
75
- "@lodestar/utils": "1.30.0-dev.57f8f00d93",
69
+ "@lodestar/api": "1.30.0-dev.6dae670fba",
70
+ "@lodestar/config": "1.30.0-dev.6dae670fba",
71
+ "@lodestar/light-client": "1.30.0-dev.6dae670fba",
72
+ "@lodestar/logger": "1.30.0-dev.6dae670fba",
73
+ "@lodestar/params": "1.30.0-dev.6dae670fba",
74
+ "@lodestar/types": "1.30.0-dev.6dae670fba",
75
+ "@lodestar/utils": "1.30.0-dev.6dae670fba",
76
76
  "ethereum-cryptography": "^2.0.0",
77
77
  "find-up": "^6.3.0",
78
78
  "http-proxy": "^1.18.1",
@@ -81,7 +81,7 @@
81
81
  "yargs": "^17.7.1"
82
82
  },
83
83
  "devDependencies": {
84
- "@lodestar/test-utils": "1.30.0-dev.57f8f00d93",
84
+ "@lodestar/test-utils": "1.30.0-dev.6dae670fba",
85
85
  "@types/http-proxy": "^1.17.10",
86
86
  "@types/yargs": "^17.0.24",
87
87
  "axios": "^1.3.4",
@@ -96,5 +96,5 @@
96
96
  "blockchain",
97
97
  "prover"
98
98
  ],
99
- "gitHead": "128136ee2452e11fef50e98186338f5bbdc0cbdf"
99
+ "gitHead": "e6bf5a774bd9fd452ff0b6ed3de23a97dfa1df16"
100
100
  }