@lodestar/light-client 1.20.1 → 1.21.0-dev.565bb3acab
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 +7 -7
- package/dist/lightclient.min.mjs +0 -46
- package/dist/lightclient.min.mjs.map +0 -1
- package/dist/manifest.json +0 -8
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Access to an beacon node that supports the light client specification is necessa
|
|
|
26
26
|
- `/eth/v1/beacon/light_client/bootstrap/{block_root}`
|
|
27
27
|
- `/eth/v0/beacon/light_client/committee_root`
|
|
28
28
|
|
|
29
|
-
System requirements are quite low so its possible to run a light client in the browser as part of a website. There are a few examples of this on github that you can use as reference, our [prover](https://chainsafe.github.io/lodestar/lightclient-prover/prover) being one of them.
|
|
29
|
+
System requirements are quite low so its possible to run a light client in the browser as part of a website. There are a few examples of this on github that you can use as reference, our [prover](https://chainsafe.github.io/lodestar/libraries/lightclient-prover/prover) being one of them.
|
|
30
30
|
|
|
31
31
|
You can find more information about the light-client protocol in the [specification](https://github.com/ethereum/consensus-specs).
|
|
32
32
|
|
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.21.0-dev.565bb3acab",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"@chainsafe/bls": "7.1.3",
|
|
77
77
|
"@chainsafe/persistent-merkle-tree": "^0.7.1",
|
|
78
78
|
"@chainsafe/ssz": "^0.15.1",
|
|
79
|
-
"@lodestar/api": "
|
|
80
|
-
"@lodestar/config": "
|
|
81
|
-
"@lodestar/params": "
|
|
82
|
-
"@lodestar/types": "
|
|
83
|
-
"@lodestar/utils": "
|
|
79
|
+
"@lodestar/api": "1.21.0-dev.565bb3acab",
|
|
80
|
+
"@lodestar/config": "1.21.0-dev.565bb3acab",
|
|
81
|
+
"@lodestar/params": "1.21.0-dev.565bb3acab",
|
|
82
|
+
"@lodestar/types": "1.21.0-dev.565bb3acab",
|
|
83
|
+
"@lodestar/utils": "1.21.0-dev.565bb3acab",
|
|
84
84
|
"mitt": "^3.0.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"light-client",
|
|
98
98
|
"blockchain"
|
|
99
99
|
],
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "2210538ea5e8a3d1266c28077e5066f0bafc084c"
|
|
101
101
|
}
|