Skip to content

Commit ec53221

Browse files
committed
different prover args for sanity checks.
1 parent debcbbe commit ec53221

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

certora/confs/ConsistentStateNotInQueue.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"global_timeout": "7200",
77
"smt_timeout" : "6000",
88
"parametric_contracts": "EulerEarnHarness",
9-
"rule_sanity": "none",
9+
"rule_sanity": "basic",
1010
"rule" : "notInWithdrawQThenNoApproval",
1111
"files": [
1212
"certora/harnesses/EulerEarnHarness.sol",
@@ -52,6 +52,7 @@
5252
"contract_recursion_limit": "1",
5353
"process": "emv",
5454
"prover_args": [
55-
"-cvlFunctionRevert true"
55+
"-cvlFunctionRevert true",
56+
"DISABLE_SPLIT"
5657
]
5758
}

certora/confs/Solvency.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"rule": [
66
"TotalAssetsMoreThanSupplyAndFees"
77
],
8-
"rule_sanity": "none",
8+
"rule_sanity": "basic",
99
"loop_iter": "1",
1010
"optimistic_loop": true,
1111
"global_timeout": "7200",
@@ -56,6 +56,7 @@
5656
"optimistic_summary_recursion": true,
5757
"process": "emv",
5858
"prover_args": [
59-
"-cvlFunctionRevert true"
59+
"-cvlFunctionRevert true",
60+
"DISABLE_SPLIT"
6061
]
6162
}

certora/confs/SolvencyInternal.conf

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"verify": "EulerEarnHarness:certora/specs/SolvencyInternal.spec",
44
"msg": "Euler Earn - internal solvency",
55
"multi_assert_check" : true,
6-
"rule_sanity": "none",
6+
"rule_sanity": "basic",
77
"loop_iter": "1",
88
"optimistic_loop": true,
99
"global_timeout": "7200",
@@ -54,11 +54,7 @@
5454
"optimistic_summary_recursion" : true,
5555
"process": "emv",
5656
"prover_args": [
57-
//"-verifyCache ",
58-
//"-verifyTACDumps",
59-
//"-testMode",
60-
//"-checkRuleDigest",
61-
//"-callTraceHardFail on",
62-
"-cvlFunctionRevert true"
57+
"-cvlFunctionRevert true",
58+
"DISABLE_SPLIT"
6359
]
6460
}

certora/confs/TimelockRemovableTime.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"global_timeout": "7200",
77
"smt_timeout" : "6000",
88
"parametric_contracts": "EulerEarnHarness",
9-
"rule_sanity": "none",
9+
"rule_sanity": "basic",
1010
"rule" : "removableTime",
1111
"files": [
1212
"certora/harnesses/EulerEarnHarness.sol",
@@ -52,6 +52,7 @@
5252
"contract_recursion_limit": "1",
5353
"process": "emv",
5454
"prover_args": [
55-
"-cvlFunctionRevert true"
55+
"-cvlFunctionRevert true",
56+
"DISABLE_SPLIT"
5657
]
5758
}

0 commit comments

Comments
 (0)