@lodestar/spec-test-util 1.42.0-dev.5f2fffc2ce → 1.42.0-dev.70938e1eec

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.
@@ -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/eth2.0-specs/blob/master/tests/formats/ssz_generic/README.md
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/eth2.0-specs/blob/master/tests/formats/ssz_generic/README.md
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.5f2fffc2ce",
3
+ "version": "1.42.0-dev.70938e1eec",
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.5f2fffc2ce",
57
+ "@lodestar/utils": "^1.42.0-dev.70938e1eec",
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.5f2fffc2ce",
64
+ "@lodestar/types": "^1.42.0-dev.70938e1eec",
65
65
  "vitest": "catalog:"
66
66
  },
67
- "gitHead": "6190f82ce7dc565e0878bd4b743b13870465469e"
67
+ "gitHead": "172b68219c498e2e10a58666f1d2855593942f8d"
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/eth2.0-specs/blob/master/tests/formats/ssz_generic/README.md
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