@typeberry/lib 0.8.1-f593b97 → 0.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/lib",
3
- "version": "0.8.1-f593b97",
3
+ "version": "0.8.1",
4
4
  "description": "Typeberry Library",
5
5
  "main": "./bin/lib/index.js",
6
6
  "types": "./bin/lib/index.d.ts",
@@ -99,7 +99,7 @@ export async function mainFuzz(fuzzConfig, withRelPath) {
99
99
  initGenesisFromAncestry: fuzzConfig.initGenesisFromAncestry,
100
100
  // Hybrid keeps leaf sets in RAM, so they must be windowed exactly
101
101
  // like the in-memory backend; only the large values live on disk.
102
- dummyFinalityDepth: 100,
102
+ dummyFinalityDepth: 20,
103
103
  pruneBlocks: true,
104
104
  // The fuzz db is wiped on every reset, so durability is pointless:
105
105
  // skip fsync + compression to cut the per-block value write cost.