Skip to content

Commit bbbf79e

Browse files
Update the medusa.json config to make sure multi.sol is solved (#383)
* Update the medusa.json config to make sure multi.sol is solved * Update medusa.json
1 parent 781a325 commit bbbf79e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

program-analysis/echidna/example/medusa.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
"workerResetLimit": 50,
55
"timeout": 0,
66
"testLimit": 0,
7+
"shrinkLimit": 5000,
78
"callSequenceLength": 100,
89
"corpusDirectory": "",
910
"coverageEnabled": true,
11+
"coverageFormats": ["html", "lcov"],
1012
"targetContracts": [],
13+
"predeployedContracts": {},
1114
"targetContractsBalances": [],
1215
"constructorArgs": {},
1316
"deployerAddress": "0x30000",
@@ -43,16 +46,19 @@
4346
"testPrefixes": ["echidna_"]
4447
},
4548
"optimizationTesting": {
46-
"enabled": false,
49+
"enabled": true,
4750
"testPrefixes": ["optimize_"]
48-
}
51+
},
52+
"targetFunctionSignatures": [],
53+
"excludeFunctionSignatures": []
4954
},
5055
"chainConfig": {
5156
"codeSizeCheckDisabled": true,
5257
"cheatCodes": {
5358
"cheatCodesEnabled": true,
5459
"enableFFI": false
55-
}
60+
},
61+
"skipAccountChecks": true
5662
}
5763
},
5864
"compilation": {

0 commit comments

Comments
 (0)