Merge branch 'kzgpeerdas' of https://github.com/status-im/nimbus-eth2 into kzgpeerdas

This commit is contained in:
Agnish Ghosh 2024-06-07 15:22:18 +05:30
commit 8fd153f886
No known key found for this signature in database
GPG Key ID: 7E927C221EBA4F6E
1 changed files with 1 additions and 5 deletions

View File

@ -71,12 +71,8 @@ proc runGetCustodyColumns(suiteName, path: string) =
check column == uint64(reslt[count]) check column == uint64(reslt[count])
count = count + 1 count = count + 1
from std/algorithm import sorted
var suiteName = "EF - EIP7594"
suite "EF - EIP7594 - Networking" & preset(): suite "EF - EIP7594 - Networking" & preset():
const presetPath = SszTestsDir/"minimal" const presetPath = SszTestsDir/const_preset
let basePath = let basePath =
presetPath/"eip7594"/"networking"/"get_custody_columns"/"pyspec_tests" presetPath/"eip7594"/"networking"/"get_custody_columns"/"pyspec_tests"
for kind, path in walkDir(basePath, relative = true, checkDir = true): for kind, path in walkDir(basePath, relative = true, checkDir = true):