mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-16 20:33:09 +00:00
fix rebase
# Conflicts: # codex/validation.nim # tests/integration/testproofs.nim
This commit is contained in:
parent
8cc680c4dc
commit
3ff190dbee
@ -109,18 +109,17 @@ invalidproofsuite "Simulate invalid proofs", debugClient=false, debugProvider=fa
|
||||
|
||||
|
||||
proc startValidator: NodeProcess =
|
||||
let datadir = getTempDir() / "CodexValidator"
|
||||
startNode([
|
||||
"--data-dir=" & datadir,
|
||||
"--data-dir=" & validatorDir,
|
||||
"--api-port=8180",
|
||||
"--disc-port=8190",
|
||||
"--validator",
|
||||
"--eth-account=" & $accounts[2]
|
||||
], debug = true)
|
||||
], debug = false)
|
||||
|
||||
proc stopValidator(node: NodeProcess) =
|
||||
node.stop()
|
||||
removeDir(getTempDir() / "CodexValidator")
|
||||
removeDir(validatorDir)
|
||||
|
||||
setup:
|
||||
let deployment = Deployment.init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user