File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
program-analysis/echidna/example Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
"workerResetLimit" : 50 ,
5
5
"timeout" : 0 ,
6
6
"testLimit" : 0 ,
7
+ "shrinkLimit" : 5000 ,
7
8
"callSequenceLength" : 100 ,
8
9
"corpusDirectory" : " " ,
9
10
"coverageEnabled" : true ,
11
+ "coverageFormats" : [" html" , " lcov" ],
10
12
"targetContracts" : [],
13
+ "predeployedContracts" : {},
11
14
"targetContractsBalances" : [],
12
15
"constructorArgs" : {},
13
16
"deployerAddress" : " 0x30000" ,
43
46
"testPrefixes" : [" echidna_" ]
44
47
},
45
48
"optimizationTesting" : {
46
- "enabled" : false ,
49
+ "enabled" : true ,
47
50
"testPrefixes" : [" optimize_" ]
48
- }
51
+ },
52
+ "targetFunctionSignatures" : [],
53
+ "excludeFunctionSignatures" : []
49
54
},
50
55
"chainConfig" : {
51
56
"codeSizeCheckDisabled" : true ,
52
57
"cheatCodes" : {
53
58
"cheatCodesEnabled" : true ,
54
59
"enableFFI" : false
55
- }
60
+ },
61
+ "skipAccountChecks" : true
56
62
}
57
63
},
58
64
"compilation" : {
You can’t perform that action at this time.
0 commit comments