@typeberry/lib 0.10.0-3e244fa → 0.10.0-5a5e4ab
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
|
@@ -16,7 +16,7 @@ const logger = Logger.new(import.meta.filename, "fuzztarget");
|
|
|
16
16
|
const FUZZ_DB_SUBDIR = "typeberry-fuzz-db";
|
|
17
17
|
const FUZZ_DB_FJALL = "fjall-hybrid";
|
|
18
18
|
const FUZZ_DB_LMDB = "lmdb-hybrid";
|
|
19
|
-
const FUZZ_DB_OPTIONS = [FUZZ_DB_FJALL, FUZZ_DB_LMDB];
|
|
19
|
+
const FUZZ_DB_OPTIONS = [FUZZ_DB_FJALL, FUZZ_DB_LMDB, "fjall", "lmdb"];
|
|
20
20
|
/** Subdirectory (under the fuzzer's db dir) holding the reused fjall values keyspace. */
|
|
21
21
|
const FUZZ_FJALL_VALUES_SUBDIR = "values-session";
|
|
22
22
|
/**
|