Skip to content

Commit 831e09a

Browse files
authored
Merge pull request #723 from morpho-org/certora/remove-gambit
[Certora] Remove gambit
2 parents d9a4a03 + 5045ddb commit 831e09a

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ docs/
1717
/node_modules
1818

1919
# Certora
20-
.certora**
21-
emv-*-certora*
20+
.certora_internal/
2221

2322
# Hardhat
2423
/types

certora/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,3 @@ For example, at the root of the repository:
277277
```
278278
certoraRun certora/confs/ConsistentState.conf --rule borrowLessThanSupply
279279
```
280-
281-
The `certora-cli` package also includes a `certoraMutate` binary.
282-
The file [`gambit.conf`](gambit.conf) provides a default configuration of the mutations.
283-
You can test to mutate the code and check it against a particular specification.
284-
For example, at the root of the repository:
285-
286-
```
287-
certoraMutate --prover_conf certora/confs/ConsistentState.conf --mutation_conf certora/gambit.conf
288-
```

certora/gambit.conf

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)