@lodestar/state-transition 1.12.0-dev.e17fe6bff2 → 1.12.0-dev.f5e2c3a40c

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.
@@ -1,7 +1,7 @@
1
1
  import { CoordType } from "@chainsafe/bls/types";
2
2
  import bls from "@chainsafe/bls";
3
3
  /**
4
- * toHexString() creates hex strings via string concatenation, which are very memory inneficient.
4
+ * toHexString() creates hex strings via string concatenation, which are very memory inefficient.
5
5
  * Memory benchmarks show that Buffer.toString("hex") produces strings with 10x less memory.
6
6
  *
7
7
  * Does not prefix to save memory, thus the prefix is removed from an already string representation.
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.12.0-dev.e17fe6bff2",
14
+ "version": "1.12.0-dev.f5e2c3a40c",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -62,10 +62,10 @@
62
62
  "@chainsafe/persistent-merkle-tree": "^0.5.0",
63
63
  "@chainsafe/persistent-ts": "^0.19.1",
64
64
  "@chainsafe/ssz": "^0.13.0",
65
- "@lodestar/config": "1.12.0-dev.e17fe6bff2",
66
- "@lodestar/params": "1.12.0-dev.e17fe6bff2",
67
- "@lodestar/types": "1.12.0-dev.e17fe6bff2",
68
- "@lodestar/utils": "1.12.0-dev.e17fe6bff2",
65
+ "@lodestar/config": "1.12.0-dev.f5e2c3a40c",
66
+ "@lodestar/params": "1.12.0-dev.f5e2c3a40c",
67
+ "@lodestar/types": "1.12.0-dev.f5e2c3a40c",
68
+ "@lodestar/utils": "1.12.0-dev.f5e2c3a40c",
69
69
  "bigint-buffer": "^1.1.5",
70
70
  "buffer-xor": "^2.0.2"
71
71
  },
@@ -81,5 +81,5 @@
81
81
  "beacon",
82
82
  "blockchain"
83
83
  ],
84
- "gitHead": "5075a838ccd63f5c8a9d198bdfdf051f73c33a80"
84
+ "gitHead": "8157437c9b5e9529462a840d7efceb8dcb4976b4"
85
85
  }