@lodestar/prover 1.24.0-rc.2 → 1.25.0-dev.ca315d4d9e
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/README.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ You will need to go over the [specification](https://github.com/ethereum/beacon-
|
|
|
153
153
|
## Getting started
|
|
154
154
|
|
|
155
155
|
- Follow the [installation guide](https://chainsafe.github.io/lodestar/run/getting-started/installation) to install Lodestar.
|
|
156
|
-
- Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet).
|
|
156
|
+
- Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/contribution/advanced-topics/setting-up-a-testnet).
|
|
157
157
|
|
|
158
158
|
## Contributors
|
|
159
159
|
|
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.25.0-dev.ca315d4d9e",
|
|
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.
|
|
73
|
-
"@lodestar/config": "1.
|
|
74
|
-
"@lodestar/light-client": "1.
|
|
75
|
-
"@lodestar/logger": "1.
|
|
76
|
-
"@lodestar/params": "1.
|
|
77
|
-
"@lodestar/types": "1.
|
|
78
|
-
"@lodestar/utils": "1.
|
|
72
|
+
"@lodestar/api": "1.25.0-dev.ca315d4d9e",
|
|
73
|
+
"@lodestar/config": "1.25.0-dev.ca315d4d9e",
|
|
74
|
+
"@lodestar/light-client": "1.25.0-dev.ca315d4d9e",
|
|
75
|
+
"@lodestar/logger": "1.25.0-dev.ca315d4d9e",
|
|
76
|
+
"@lodestar/params": "1.25.0-dev.ca315d4d9e",
|
|
77
|
+
"@lodestar/types": "1.25.0-dev.ca315d4d9e",
|
|
78
|
+
"@lodestar/utils": "1.25.0-dev.ca315d4d9e",
|
|
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.
|
|
87
|
+
"@lodestar/test-utils": "1.25.0-dev.ca315d4d9e",
|
|
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": "
|
|
102
|
+
"gitHead": "6719469c3952aea4d188ca7aad276407e05e15ea"
|
|
103
103
|
}
|