Skip to content

Commit

Permalink
Fix specs timeouts for LockstakeEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Jun 4, 2024
1 parent 42e61b7 commit fae9fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH := ~/.solc-select/artifacts/solc-0.5.12:~/.solc-select/artifacts/solc-0.6.12:~/.solc-select/artifacts/solc-0.8.21:$(PATH)
certora-urn :; PATH=${PATH} certoraRun certora/LockstakeUrn.conf$(if $(rule), --rule $(rule),)
certora-lsmkr :; PATH=${PATH} certoraRun certora/LockstakeMkr.conf$(if $(rule), --rule $(rule),)
certora-engine :; PATH=${PATH} certoraRun certora/LockstakeEngine.conf$(if $(rule), --rule $(rule),) --exclude_rule wipe_revert
certora-engine-wipe-revert :; PATH=${PATH} certoraRun certora/LockstakeEngine.conf --rule wipe_revert --prover_args "-rewriteMSizeAllocations true -depth 0"
certora-engine :; PATH=${PATH} certoraRun certora/LockstakeEngine.conf$(if $(rule), --rule $(rule),) --exclude_rule wipe_revert wipeAll_revert
certora-engine-wipe-revert :; PATH=${PATH} certoraRun certora/LockstakeEngine.conf --rule wipe_revert wipeAll_revert --prover_args "-rewriteMSizeAllocations true -depth 0"
certora-engine-multicall :; PATH=${PATH} certoraRun certora/LockstakeEngineMulticall.conf$(if $(rule), --rule $(rule),)
certora-clipper :; PATH=${PATH} certoraRun certora/LockstakeClipper.conf$(if $(rule), --rule $(rule),)
3 changes: 2 additions & 1 deletion certora/LockstakeEngine.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
],
"verify": "LockstakeEngine:certora/LockstakeEngine.spec",
"prover_args": [
"-rewriteMSizeAllocations true"
"-rewriteMSizeAllocations true",
"-smt_easy_LIA true"
],
"smt_timeout": "7000",
"rule_sanity": "basic",
Expand Down

0 comments on commit fae9fb9

Please sign in to comment.