@lodestar/prover 1.20.2 → 1.21.0-dev.156e4340fa

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 +10 -10
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Lodestar Eth Consensus Lightclient Prover
1
+ # Lodestar Prover
2
2
 
3
3
  [![Discord](https://img.shields.io/discord/593655374469660673.svg?label=Discord&logo=discord)](https://discord.gg/aMxzVcr)
4
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)
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.20.2",
14
+ "version": "1.21.0-dev.156e4340fa",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -69,13 +69,13 @@
69
69
  "@ethereumjs/tx": "^4.1.2",
70
70
  "@ethereumjs/util": "^8.0.6",
71
71
  "@ethereumjs/vm": "^6.4.2",
72
- "@lodestar/api": "^1.20.2",
73
- "@lodestar/config": "^1.20.2",
74
- "@lodestar/light-client": "^1.20.2",
75
- "@lodestar/logger": "^1.20.2",
76
- "@lodestar/params": "^1.20.2",
77
- "@lodestar/types": "^1.20.2",
78
- "@lodestar/utils": "^1.20.2",
72
+ "@lodestar/api": "1.21.0-dev.156e4340fa",
73
+ "@lodestar/config": "1.21.0-dev.156e4340fa",
74
+ "@lodestar/light-client": "1.21.0-dev.156e4340fa",
75
+ "@lodestar/logger": "1.21.0-dev.156e4340fa",
76
+ "@lodestar/params": "1.21.0-dev.156e4340fa",
77
+ "@lodestar/types": "1.21.0-dev.156e4340fa",
78
+ "@lodestar/utils": "1.21.0-dev.156e4340fa",
79
79
  "ethereum-cryptography": "^2.0.0",
80
80
  "find-up": "^6.3.0",
81
81
  "http-proxy": "^1.18.1",
@@ -84,7 +84,7 @@
84
84
  "yargs": "^17.7.1"
85
85
  },
86
86
  "devDependencies": {
87
- "@lodestar/test-utils": "^1.20.2",
87
+ "@lodestar/test-utils": "1.21.0-dev.156e4340fa",
88
88
  "@types/http-proxy": "^1.17.10",
89
89
  "@types/yargs": "^17.0.24",
90
90
  "axios": "^1.3.4",
@@ -99,5 +99,5 @@
99
99
  "blockchain",
100
100
  "prover"
101
101
  ],
102
- "gitHead": "115118c843ad83a31f2328b00e43f4d95dbb13cc"
102
+ "gitHead": "43f0e0668c185bb8add009509882b6fbbdbafb37"
103
103
  }