From 5c12be0cc295803015d367a9cc1832325e8d144d Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Wed, 5 Jun 2024 22:12:29 +0530 Subject: [PATCH] bumped nim-kzg4844 to d915948dd58c2ad23b551cd408066046cf5e46db --- tests/consensus_spec/test_fixture_kzg.nim | 4 +++- vendor/nim-kzg4844 | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/consensus_spec/test_fixture_kzg.nim b/tests/consensus_spec/test_fixture_kzg.nim index 0e24cfecd..539e6b79a 100644 --- a/tests/consensus_spec/test_fixture_kzg.nim +++ b/tests/consensus_spec/test_fixture_kzg.nim @@ -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: diff --git a/vendor/nim-kzg4844 b/vendor/nim-kzg4844 index 9f54f2f83..d915948dd 160000 --- a/vendor/nim-kzg4844 +++ b/vendor/nim-kzg4844 @@ -1 +1 @@ -Subproject commit 9f54f2f83eb64be7571e5450c805f862e3e95780 +Subproject commit d915948dd58c2ad23b551cd408066046cf5e46db