@typeberry/jam 0.1.0-3c30204 → 0.1.0-eb00e84
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/bandersnatch/6b655f8772c01b768329.js +1 -0
- package/bandersnatch/ccf8ada94096a8f232f5.js +1 -0
- package/bandersnatch/e2fdc1b646378dd96eda.js +1 -0
- package/bandersnatch/index.js +3037 -0
- package/bandersnatch/index.js.map +1 -0
- package/bandersnatch/package.json +3 -0
- package/bandersnatch/sourcemap-register.cjs +1 -0
- package/block-generator/index.js +0 -2
- package/block-generator/index.js.map +1 -1
- package/bootstrap-bandersnatch.mjs +162 -0
- package/bootstrap-bandersnatch.mjs.map +1 -0
- package/importer/bootstrap-bandersnatch.mjs.map +1 -0
- package/importer/index.js +460 -65
- package/importer/index.js.map +1 -1
- package/index.js +457 -65
- package/index.js.map +1 -1
- package/jam-network/index.js +0 -2
- package/jam-network/index.js.map +1 -1
- package/package.json +1 -1
package/jam-network/index.js
CHANGED
|
@@ -28853,7 +28853,6 @@ async function verifyBatch(input) {
|
|
|
28853
28853
|
|
|
28854
28854
|
;// CONCATENATED MODULE: ./packages/core/hash/hash.ts
|
|
28855
28855
|
|
|
28856
|
-
|
|
28857
28856
|
/**
|
|
28858
28857
|
* Size of the output of the hash functions.
|
|
28859
28858
|
*
|
|
@@ -28863,7 +28862,6 @@ async function verifyBatch(input) {
|
|
|
28863
28862
|
const hash_HASH_SIZE = 32;
|
|
28864
28863
|
/** A hash without last byte (useful for trie representation). */
|
|
28865
28864
|
const TRUNCATED_HASH_SIZE = 31;
|
|
28866
|
-
const ZERO_HASH = bytes_Bytes.zero(hash_HASH_SIZE);
|
|
28867
28865
|
/**
|
|
28868
28866
|
* Container for some object with a hash that is related to this object.
|
|
28869
28867
|
*
|