File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "files": [
3+ "contracts/ERC20.sol"
4+ ],
5+ "verify": "ERC20:certora/specs/ERC20Full.spec",
6+ "msg": "ERC20 Full spec",
7+ "rule_sanity": "basic",
8+ "optimistic_loop": true,
9+ "mutations": {
10+ "gambit": {
11+ "filename" : "contracts/ERC20.sol",
12+ "num_mutants": 57
13+ },
14+ "manual_mutants": [
15+ {
16+ "file_to_mutate": "contracts/ERC20.sol",
17+ "mutants_location": "mutant"
18+ }
19+ ],
20+ "msg": "ERC20 mutations"
21+ }
22+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "files": [
3+ "contracts/Pool.sol",
4+ "contracts/Asset.sol",
5+ "certora/harness/TrivialReceiver.sol"
6+ ],
7+ "verify": "Pool:certora/specs/Full.spec",
8+ "msg": "Pool with linking",
9+ "link": [
10+ "Pool:asset=Asset"
11+ ],
12+ "parametric_contracts": ["Pool"],
13+ "rule_sanity": "basic",
14+ "mutations": {
15+ "gambit": {
16+ "filename" : "contracts/Pool.sol",
17+ "num_mutants": 30
18+ }
19+ }
20+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments