@@ -37,8 +37,6 @@ The directory is structured as follows
├── <ahref="./pausability-lemmas.md">pausability-lemmas.md</a>: File containing the necessary lemmas for this project
├── <ahref="./deployment">deployment</a>: Custom deploy sequence for Kontrol proofs and tests for its <ahref="https://github.com/runtimeverification/kontrol/pull/271">fast summarization</a>
│ ├── <ahref="./deployment/KontrolDeployment.sol">KontrolDeployment.sol</a>: Deployment sequence for Kontrol proofs
│ ├── <ahref="./deployment/DeploymentSummary.t.sol">DeploymentSummary.t.sol</a>: Tests for the summarization of classic deployment
│ └── <ahref="./deployment/DeploymentSummaryFaultProofs.t.sol">DeploymentSummaryFaultProofs.t.sol</a>: Tests for the summarization of fault proofs deployment
├── <ahref="./proofs">proofs</a>: Where the proofs (tests) themselves live
│ ├── *.k.sol</a>: Symbolic property tests for contracts
│ ├── <ahref="./proofs/interfaces">interfaces</a>: Interface files for src contracts, to avoid unnecessary compilation of contracts