certora: cleanup

This commit is contained in:
Mark Spanbroek 2025-06-12 17:14:49 +02:00
parent 0305965bd5
commit ad991304b1
2 changed files with 0 additions and 16 deletions

View File

@ -1,18 +1,11 @@
{
"files": [
"certora/harness/VaultHarness.sol",
//"contracts/Vault.sol",
// "certora/harness/MarketplaceHarness.sol",
// "contracts/Marketplace.sol",
// "contracts/Vault.sol",
// "contracts/Groth16Verifier.sol",
"certora/helpers/ERC20A.sol",
],
"parametric_contracts": ["VaultHarness"],
"link" : [
"VaultHarness:_token=ERC20A",
// "MarketplaceHarness:_vault=VaultHarness",
// "MarketplaceHarness:_verifier=Groth16Verifier"
],
"packages": [
"@openzeppelin/=node_modules/@openzeppelin",
@ -20,9 +13,6 @@
"msg": "Verifying Vault",
"rule_sanity": "basic",
"verify": "VaultHarness:certora/specs/Vault.spec",
// "optimistic_loop": true,
"loop_iter": "3",
// "optimistic_hashing": true,
// "hashing_length_bound": "512",
"build_cache": true,
}

View File

@ -6,12 +6,6 @@ methods {
function Token.totalSupply() external returns (uint256) envfree;
}
// rule sanity(env e, method f) {
// calldataarg args;
// f(e, args);
// satisfy true;
// }