|
6 | 6 | "testLimit": 0,
|
7 | 7 | "shrinkLimit": 5000,
|
8 | 8 | "callSequenceLength": 100,
|
| 9 | + "pruneFrequency": 5, |
9 | 10 | "corpusDirectory": "",
|
10 | 11 | "coverageEnabled": true,
|
11 |
| - "coverageFormats": ["html", "lcov"], |
| 12 | + "coverageFormats": [ |
| 13 | + "html", |
| 14 | + "lcov" |
| 15 | + ], |
| 16 | + "revertReporterEnabled": false, |
12 | 17 | "targetContracts": [],
|
13 | 18 | "predeployedContracts": {},
|
14 | 19 | "targetContractsBalances": [],
|
15 | 20 | "constructorArgs": {},
|
16 | 21 | "deployerAddress": "0x30000",
|
17 |
| - "senderAddresses": ["0x10000", "0x20000", "0x30000"], |
| 22 | + "senderAddresses": [ |
| 23 | + "0x10000", |
| 24 | + "0x20000", |
| 25 | + "0x30000" |
| 26 | + ], |
18 | 27 | "blockNumberDelayMax": 60480,
|
19 | 28 | "blockTimestampDelayMax": 604800,
|
20 |
| - "blockGasLimit": 125000000, |
21 | 29 | "transactionGasLimit": 12500000,
|
22 | 30 | "testing": {
|
23 | 31 | "stopOnFailedTest": true,
|
24 | 32 | "stopOnFailedContractMatching": false,
|
25 | 33 | "stopOnNoTests": true,
|
26 | 34 | "testAllContracts": false,
|
27 |
| - "traceAll": false, |
| 35 | + "testViewMethods": true, |
| 36 | + "verbosity": 1, |
28 | 37 | "assertionTesting": {
|
29 | 38 | "enabled": true,
|
30 |
| - "testViewMethods": false, |
31 | 39 | "panicCodeConfig": {
|
32 | 40 | "failOnCompilerInsertedPanic": false,
|
33 | 41 | "failOnAssertion": true,
|
|
43 | 51 | },
|
44 | 52 | "propertyTesting": {
|
45 | 53 | "enabled": true,
|
46 |
| - "testPrefixes": ["echidna_"] |
| 54 | + "testPrefixes": [ |
| 55 | + "echidna_" |
| 56 | + ] |
47 | 57 | },
|
48 | 58 | "optimizationTesting": {
|
49 | 59 | "enabled": true,
|
50 |
| - "testPrefixes": ["optimize_"] |
| 60 | + "testPrefixes": [ |
| 61 | + "optimize_" |
| 62 | + ] |
51 | 63 | },
|
52 | 64 | "targetFunctionSignatures": [],
|
53 |
| - "excludeFunctionSignatures": [] |
| 65 | + "excludeFunctionSignatures": [ |
| 66 | + "C.reset1()", |
| 67 | + "C.reset2()" |
| 68 | + ] |
54 | 69 | },
|
55 | 70 | "chainConfig": {
|
56 | 71 | "codeSizeCheckDisabled": true,
|
57 | 72 | "cheatCodes": {
|
58 | 73 | "cheatCodesEnabled": true,
|
59 | 74 | "enableFFI": false
|
60 | 75 | },
|
61 |
| - "skipAccountChecks": true |
| 76 | + "skipAccountChecks": true, |
| 77 | + "forkConfig": { |
| 78 | + "forkModeEnabled": false, |
| 79 | + "rpcUrl": "", |
| 80 | + "rpcBlock": 1, |
| 81 | + "poolSize": 20 |
| 82 | + } |
62 | 83 | }
|
63 | 84 | },
|
64 | 85 | "compilation": {
|
|
70 | 91 | "args": []
|
71 | 92 | }
|
72 | 93 | },
|
| 94 | + "slither": { |
| 95 | + "useSlither": true, |
| 96 | + "cachePath": "slither_results.json", |
| 97 | + "args": [] |
| 98 | + }, |
73 | 99 | "logging": {
|
74 | 100 | "level": "info",
|
75 | 101 | "logDirectory": "",
|
|
0 commit comments