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