@lodestar/spec-test-util 1.42.0-dev.5f2fffc2ce → 1.42.0-dev.5f9f015475
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/lib/sszGeneric.d.ts +1 -1
- package/lib/sszGeneric.js +1 -1
- package/package.json +4 -4
- package/src/sszGeneric.ts +1 -1
package/lib/sszGeneric.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare function parseSszValidTestcase(dirpath: string, metaFilename: str
|
|
|
11
11
|
* | vec_bool_0
|
|
12
12
|
* | serialized.ssz_snappy
|
|
13
13
|
*
|
|
14
|
-
* Docs: https://github.com/ethereum/
|
|
14
|
+
* Docs: https://github.com/ethereum/consensus-specs/blob/v1.6.1/tests/formats/ssz_generic/README.md
|
|
15
15
|
*/
|
|
16
16
|
export declare function parseSszGenericInvalidTestcase(dirpath: string): {
|
|
17
17
|
serialized: NonSharedBuffer;
|
package/lib/sszGeneric.js
CHANGED
|
@@ -30,7 +30,7 @@ export function parseSszValidTestcase(dirpath, metaFilename) {
|
|
|
30
30
|
* | vec_bool_0
|
|
31
31
|
* | serialized.ssz_snappy
|
|
32
32
|
*
|
|
33
|
-
* Docs: https://github.com/ethereum/
|
|
33
|
+
* Docs: https://github.com/ethereum/consensus-specs/blob/v1.6.1/tests/formats/ssz_generic/README.md
|
|
34
34
|
*/
|
|
35
35
|
export function parseSszGenericInvalidTestcase(dirpath) {
|
|
36
36
|
// The serialized value is stored in serialized.ssz_snappy
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lodestar/spec-test-util",
|
|
3
|
-
"version": "1.42.0-dev.
|
|
3
|
+
"version": "1.42.0-dev.5f9f015475",
|
|
4
4
|
"description": "Spec test suite generator from yaml test files",
|
|
5
5
|
"author": "ChainSafe Systems",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"blockchain"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@lodestar/utils": "^1.42.0-dev.
|
|
57
|
+
"@lodestar/utils": "^1.42.0-dev.5f9f015475",
|
|
58
58
|
"rimraf": "^4.4.1",
|
|
59
59
|
"snappyjs": "^0.7.0",
|
|
60
60
|
"vitest": "catalog:"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@chainsafe/ssz": "^1.2.2",
|
|
64
|
-
"@lodestar/types": "^1.42.0-dev.
|
|
64
|
+
"@lodestar/types": "^1.42.0-dev.5f9f015475",
|
|
65
65
|
"vitest": "catalog:"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "ac374e59a0def3513ae94e74908ad90d994badc2"
|
|
68
68
|
}
|
package/src/sszGeneric.ts
CHANGED
|
@@ -42,7 +42,7 @@ export function parseSszValidTestcase(dirpath: string, metaFilename: string): Va
|
|
|
42
42
|
* | vec_bool_0
|
|
43
43
|
* | serialized.ssz_snappy
|
|
44
44
|
*
|
|
45
|
-
* Docs: https://github.com/ethereum/
|
|
45
|
+
* Docs: https://github.com/ethereum/consensus-specs/blob/v1.6.1/tests/formats/ssz_generic/README.md
|
|
46
46
|
*/
|
|
47
47
|
export function parseSszGenericInvalidTestcase(dirpath: string) {
|
|
48
48
|
// The serialized value is stored in serialized.ssz_snappy
|