-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #545 from morpho-org/certora/configuration-files
[Certora] Use configuration files
- Loading branch information
Showing
23 changed files
with
114 additions
and
123 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/AccrueInterest.spec", | ||
"prover_args": [ | ||
"-smt_hashingScheme plaininjectivity", | ||
"-mediumTimeout 30" | ||
], | ||
"msg": "Morpho Blue Accrue Interest" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/ConsistentState.spec", | ||
"msg": "Morpho Blue Consistent State" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/ExactMath.spec", | ||
"prover_args": [ | ||
"-smt_hashingScheme plaininjectivity", | ||
"-mediumTimeout 30" | ||
], | ||
"msg": "Morpho Blue Exact Math" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/ExitLiquidity.spec", | ||
"msg": "Morpho Blue Exit Liquidity" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol", | ||
"src/mocks/OracleMock.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/Health.spec", | ||
"prover_args": [ | ||
"-smt_hashingScheme plaininjectivity" | ||
], | ||
"msg": "Morpho Blue Health" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"msg": "Morpho Blue Lib Summary", | ||
"process": "emv", | ||
"verify": "MorphoHarness:certora/specs/LibSummary.spec" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoInternalAccess.sol" | ||
], | ||
"verify": "MorphoInternalAccess:certora/specs/Liveness.spec", | ||
"msg": "Morpho Blue Liveness" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/RatioMath.spec", | ||
"prover_args": [ | ||
"-smt_hashingScheme plaininjectivity" | ||
], | ||
"msg": "Morpho Blue Ratio Math" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/Reentrancy.spec", | ||
"prover_args": [ | ||
"-enableStorageSplitting false" | ||
], | ||
"msg": "Morpho Blue Reentrancy" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/MorphoHarness.sol" | ||
], | ||
"verify": "MorphoHarness:certora/specs/Reverts.spec", | ||
"msg": "Morpho Blue Reverts" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
"certora/harness/TransferHarness.sol", | ||
"certora/dispatch/ERC20Standard.sol", | ||
"certora/dispatch/ERC20USDT.sol", | ||
"certora/dispatch/ERC20NoRevert.sol" | ||
], | ||
"verify": "TransferHarness:certora/specs/Transfer.spec", | ||
"msg": "Morpho Blue Transfer" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.