mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 13:23:10 +00:00
certora: cleanup
This commit is contained in:
parent
0305965bd5
commit
ad991304b1
@ -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,
|
||||
}
|
||||
|
||||
@ -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;
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user