Skip to content

Commit

Permalink
reintroduce prover args to guards conf because moduleGuardCalledRetur…
Browse files Browse the repository at this point in the history
…n and txnGuardCalled are vioalted otherwise
  • Loading branch information
Derek Sorensen authored and Derek Sorensen committed Dec 18, 2024
1 parent c97107a commit 019aef5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion certora/conf/v1.5/guards.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
"rule_sanity": "basic",

"solc": "solc7.6",
"solc_via_ir": false,
"solc_via_ir": false,

"prover_args": [
" -verifyCache -verifyTACDumps -testMode -checkRuleDigest -callTraceHardFail on",
"-enableSolidityBasedInlining true"
],
}

0 comments on commit 019aef5

Please sign in to comment.