bumped nim-kzg4844 to d915948dd58c2ad23b551cd408066046cf5e46db
This commit is contained in:
parent
3ef4af066f
commit
5c12be0cc2
|
@ -13,6 +13,7 @@ import
|
||||||
yaml,
|
yaml,
|
||||||
kzg4844/kzg_ex,
|
kzg4844/kzg_ex,
|
||||||
stint,
|
stint,
|
||||||
|
chronicles,
|
||||||
stew/[byteutils, results],
|
stew/[byteutils, results],
|
||||||
../testutil,
|
../testutil,
|
||||||
./fixtures_utils, ./os_ops
|
./fixtures_utils, ./os_ops
|
||||||
|
@ -207,8 +208,9 @@ proc runComputeCellsTest(suiteName2, suitePath2, path: string) =
|
||||||
if blob.isNone:
|
if blob.isNone:
|
||||||
check output.kind == JNull
|
check output.kind == JNull
|
||||||
else:
|
else:
|
||||||
let p = computeCellsKzg(blob.get)
|
let p = computeCells(blob.get)
|
||||||
if p.isErr:
|
if p.isErr:
|
||||||
|
fatal "Failed to retrieve p value", err = p.error
|
||||||
check output.kind == JNull
|
check output.kind == JNull
|
||||||
else:
|
else:
|
||||||
for i in 0..<128:
|
for i in 0..<128:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9f54f2f83eb64be7571e5450c805f862e3e95780
|
Subproject commit d915948dd58c2ad23b551cd408066046cf5e46db
|
Loading…
Reference in New Issue