mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-04-02 02:43:11 +00:00
Use circuit artifacts in codex circuit fixtures for tests (#759)
This commit is contained in:
parent
c97f973410
commit
dca9f2ee76
@ -40,9 +40,9 @@ template twonodessuite*(name: string, debug1, debug2: string, body) =
|
|||||||
"--listen-addrs=/ip4/127.0.0.1/tcp/0",
|
"--listen-addrs=/ip4/127.0.0.1/tcp/0",
|
||||||
"persistence",
|
"persistence",
|
||||||
"prover",
|
"prover",
|
||||||
"--circom-r1cs=vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.r1cs",
|
"--circom-r1cs=tests/circuits/fixtures/proof_main.r1cs",
|
||||||
"--circom-wasm=vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.wasm",
|
"--circom-wasm=tests/circuits/fixtures/proof_main.wasm",
|
||||||
"--circom-zkey=vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.zkey",
|
"--circom-zkey=tests/circuits/fixtures/proof_main.zkey",
|
||||||
"--eth-account=" & $account1
|
"--eth-account=" & $account1
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ template twonodessuite*(name: string, debug1, debug2: string, body) =
|
|||||||
"--bootstrap-node=" & bootstrap,
|
"--bootstrap-node=" & bootstrap,
|
||||||
"persistence",
|
"persistence",
|
||||||
"prover",
|
"prover",
|
||||||
"--circom-r1cs=vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.r1cs",
|
"--circom-r1cs=tests/circuits/fixtures/proof_main.r1cs",
|
||||||
"--circom-wasm=vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.wasm",
|
"--circom-wasm=tests/circuits/fixtures/proof_main.wasm",
|
||||||
"--circom-zkey=vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.zkey",
|
"--circom-zkey=tests/circuits/fixtures/proof_main.zkey",
|
||||||
"--eth-account=" & $account2
|
"--eth-account=" & $account2
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user