mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-08-25 00:01:09 +00:00
style: nph formatting (#1067)
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
This commit is contained in:
@@ -21,20 +21,15 @@ suite "tools/cirdl":
|
||||
|
||||
let args = [circuitPath, rpcEndpoint, $marketplaceAddress]
|
||||
|
||||
let process = osproc.startProcess(
|
||||
cirdl,
|
||||
workdir,
|
||||
args,
|
||||
options={poParentStreams}
|
||||
)
|
||||
let process = osproc.startProcess(cirdl, workdir, args, options = {poParentStreams})
|
||||
|
||||
let returnCode = process.waitForExit()
|
||||
check returnCode == 0
|
||||
|
||||
check:
|
||||
fileExists(circuitPath/"proof_main_verification_key.json")
|
||||
fileExists(circuitPath/"proof_main.r1cs")
|
||||
fileExists(circuitPath/"proof_main.wasm")
|
||||
fileExists(circuitPath/"proof_main.zkey")
|
||||
fileExists(circuitPath / "proof_main_verification_key.json")
|
||||
fileExists(circuitPath / "proof_main.r1cs")
|
||||
fileExists(circuitPath / "proof_main.wasm")
|
||||
fileExists(circuitPath / "proof_main.zkey")
|
||||
|
||||
removeDir(circuitPath)
|
||||
|
||||
Reference in New Issue
Block a user