-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilize dependency claims when discharging KClaim style proofs (#1926)
* test: from with reuse * latest pyk * update PyK; look for dependencies before proving anything and specify subproofs * frob: fix dependencies * use graphlib's topological sorter for deps * Set Version: 1.0.226 * test-frob.sh * Set Version: 1.0.232 * no max-iterations * Set Version: 1.0.242 * fix KEVM_PREFIX * smt timeout; slow.haskell * slip test * test leaf number * check * pyupgrade * check * remove old testing file * Set Version: 1.0.250 * Address review comments * format * Set Version: 1.0.265 * make `pyupgrade` happy * make linters happy * --dont-extract-branches * Revert "--dont-extract-branches" This reverts commit 9411b8b. * Set Version: 1.0.293 * Set Version: 1.0.294 * remove the `*-reuse-spec.k` file * Set Version: 1.0.305 * tests/specs/mcd/vat-move-diff-rough: separate out dependencies into separate module * kevm-pyk/__main__: correctly qualify dependency names if needed * tests/specs/mcd/vat-move-diff-rough: adjust specs for RPC prover * tests/failing*: run vat-move proof on RPC provers * kevm-pyk/{utils,__main__: factor out claim_dependency_dict helper * kevm-pyk/__main__: calculate claim dependency graph ahead of time * kevm-pyk/__main__: make sure to use calculated qualified names for claim dependencies * kevm-pyk/utils: remove QA comment thats not needed anymore * tests/failing*: enable vat-slip-pass-rough --------- Co-authored-by: devops <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]>
- Loading branch information
1 parent
85d786e
commit 8f9b006
Showing
11 changed files
with
143 additions
and
55 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
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.304" | ||
version = "1.0.305" | ||
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
from typing import Final | ||
|
||
|
||
VERSION: Final = '1.0.304' | ||
VERSION: Final = '1.0.305' |
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.304 | ||
1.0.305 |
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