-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Factor out vat arithmetic in proof-reuse for MCD (#2467)
* tests/specs/mcd/vat-arithmetic-spec: single spec file with all vat arithmetic specs * tests/specs/mcd/vat-spec.k: add single file incorporating all VAT proofs * tests/specs/mcd/vat-*: update vat specs with more dependencies * tests/specs/mcd/flopper-cage-pass: formatting * tests/specs/mcd/vat-*: update with more dependency proofs * tests/specs/mcd/vat-spec: add missing spec * tests/specs/mcd/vat-arithmetic-spec: update <useGas> cell, remove unused cells * tests/specs/mcd: remove now-redundant vat arithmetic pass proofs * tests/failing: update failing lists * tests/specs/mcd/vat-flux-diff-pass-spec.k: add useGas cell * tests/specs/mcd: add useGas cell in several places * tests/specs/mcd/vat*: reuse specs from vat-arithmetic-spec file * tests/specs/mcd/vat-spec: update to list all Vat proofs * tests/specs/mcd: remove exit-code cell from specs * tests/specs/mcd/vat-frob-diff-zero-dart-pass-rough-spec.k: add other needed dependencies * kevm-pyk/kevm: add dummy merge-nodes heuristic * Makefile, kevm-pyk/: add test of DSS spec reuse * .github/test-pr: add job for spec-reuse proofs * tests/test_prove: tests/failing: remove tests/specs/mcd/vat-* from test-pyk-prove test-suite * kevm-pyk/{utils,cli,__main__,test_prove}: use new field direct_subproof_rules to run test-prove-dss * Set Version: 1.0.599 * Set Version: 1.0.602 * Revert "kevm-pyk/kevm: add dummy merge-nodes heuristic" This reverts commit 41a0499. * kevm-pyk/{conftest,test_prove}: hardcode the number of workers for dss test --------- Co-authored-by: devops <[email protected]>
- Loading branch information
Showing
27 changed files
with
820 additions
and
1,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kevm-pyk" | ||
version = "1.0.601" | ||
version = "1.0.602" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
if TYPE_CHECKING: | ||
from typing import Final | ||
|
||
VERSION: Final = '1.0.601' | ||
VERSION: Final = '1.0.602' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.601 | ||
1.0.602 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.