forked from okx/xlayer-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prover.config.json
70 lines (60 loc) · 2.11 KB
/
prover.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"runProverServer": false,
"runProverServerMock": true,
"runProverClient": false,
"runExecutorServer": true,
"runExecutorClient": false,
"runHashDBServer": true,
"runHashDBTest": false,
"runFile": false,
"runFileFast": false,
"runKeccakScriptGenerator": false,
"executorROMLineTraces": true,
"runKeccakTest": false,
"runStorageSMTest": false,
"runBinarySMTest": false,
"runMemAlignSMTest": false,
"runStarkTest": false,
"executeInParallel" : false,
"useMainExecGenerated" : true,
"proverServerPort": 50051,
"proverServerMockPort": 50052,
"proverClientPort": 50051,
"proverServerMockTimeout": 60000000,
"executorServerPort": 50071,
"executorClientPort": 50071,
"executorClientHost": "127.0.0.1",
"hashDBServerPort": 50061,
"hashDBURL": "local",
"inputFile": "input_executor.json",
"outputPath": "output",
"romFile": "rom.json",
"pilFile": "zkevm.pil.json",
"cmPolsFile": "commit.bin",
"constPolsFile": "constants.bin",
"constantsTreeFile": "constantstree.bin",
"scriptFile": "starkgen_bmscript.json",
"starkFile_disabled": "stark.json",
"verifierFile": "verifier.dat",
"witnessFile_disabled": "witness.wtns",
"starkVerifierFile": "starkverifier_0001.zkey",
"publicFile": "public.json",
"proofFile": "proof.json",
"keccakScriptFile": "keccak_script.json",
"keccakPolsFile_DISABLED": "keccak_pols.json",
"keccakConnectionsFile": "keccak_connections.json",
"storageRomFile": "storage_sm_rom.json",
"storagePilFile": "storage.pil.json",
"storagePolsFile": "storage.commit.bin",
"memoryPilFile": "mem.pil.json",
"memoryPolsFile": "mem.commit.bin",
"binaryPilFile": "binary.pil.json",
"binaryPolsFile": "binary.commit.bin",
"binaryConstPolsFile": "binary.constants.bin",
"starkInfoFile": "zkevm.starkinfo.json",
"databaseURL": "postgresql://prover_user:prover_pass@executor-tool-db:5432/prover_db",
"dbTableName": "state.merkletree",
"dbAsyncWrite": false,
"cleanerPollingPeriod": 600,
"requestsPersistence": 3600
}