forked from aave/gho-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5542ac2
commit 9b2ebc3
Showing
6 changed files
with
20 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
#if (($# > 0)) | ||
#then | ||
if (($# > 0)) | ||
then | ||
certoraRun certora/harness/GhoDiscountRateStrategyHarness.sol:GhoDiscountRateStrategyHarness \ | ||
--verify GhoDiscountRateStrategyHarness:certora/specs/ghoDiscountRateStrategy.spec \ | ||
--solc solc8.10 \ | ||
--loop_iter 2 \ | ||
--optimistic_loop \ | ||
--prover_args "-mediumTimeout 20 -depth 10" \ | ||
--smt_timeout 500 \ | ||
--rules "$2" \ | ||
--msg "GhoDiscountRateStrategy, rules $2." | ||
# else | ||
# certoraRun certora/harness/GhoDiscountRateStrategyHarness.sol:GhoDiscountRateStrategyHarness \ | ||
# --verify GhoDiscountRateStrategyHarness:certora/specs/ghoDiscountRateStrategy.spec \ | ||
# --solc solc8.10 \ | ||
# --loop_iter 2 \ | ||
# --optimistic_loop \ | ||
# --prover_args "-mediumTimeout 20 -depth 10" \ | ||
# --smt_timeout 500 \ | ||
# --msg "GhoDiscountRateStrategy, all rules." | ||
# fi | ||
--rule "${@}" \ | ||
--msg "GhoDiscountRateStrategy rules ${@}" | ||
else | ||
certoraRun certora/harness/GhoDiscountRateStrategyHarness.sol:GhoDiscountRateStrategyHarness \ | ||
--verify GhoDiscountRateStrategyHarness:certora/specs/ghoDiscountRateStrategy.spec \ | ||
--solc solc8.10 \ | ||
--loop_iter 2 \ | ||
--optimistic_loop \ | ||
--prover_args "-mediumTimeout 20 -depth 10" \ | ||
--smt_timeout 500 \ | ||
--msg "GhoDiscountRateStrategy, all rules." | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters