-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(DssVestTransferrable): fix Certora spec
- Loading branch information
1 parent
5934d3e
commit b50b46a
Showing
3 changed files
with
115 additions
and
87 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,32 @@ | ||
{ | ||
"files": [ | ||
"src/DssVest.sol:DssVestTransferrable", | ||
"certora/mocks/Dai.sol", | ||
], | ||
"link": [ | ||
"DssVestTransferrable:gem=Dai" | ||
], | ||
"rule_sanity": "basic", | ||
"multi_assert_check": true, | ||
"wait_for_results": "all", | ||
"solc_map": { | ||
"DssVestTransferrable": "solc-0.6.12", | ||
"Dai": "solc-0.6.12" | ||
}, | ||
"solc_optimize_map": { | ||
"DssVestTransferrable": "200", | ||
"Dai": "0" | ||
}, | ||
"verify": "DssVestTransferrable:certora/DssVestTransferrable.spec", | ||
"prover_args": [ | ||
"-smt_hashingScheme plainInjectivity", | ||
"-s [yices,z3]", | ||
"-splitParallel true", | ||
"-mediumTimeout 3600", | ||
"-depth 30", | ||
"-enableSolidityBasedInlining true" | ||
], | ||
"parametric_contracts": [ | ||
"DssVestTransferrable" | ||
] | ||
} |
Oops, something went wrong.