bumped nim-kzg4844 to d915948dd58c2ad23b551cd408066046cf5e46db

This commit is contained in:
Agnish Ghosh 2024-06-05 22:12:29 +05:30
parent 3ef4af066f
commit 5c12be0cc2
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
2 changed files with 4 additions and 2 deletions

View File

@ -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:

2
vendor/nim-kzg4844 vendored

@ -1 +1 @@
Subproject commit 9f54f2f83eb64be7571e5450c805f862e3e95780 Subproject commit d915948dd58c2ad23b551cd408066046cf5e46db