-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable options for controlling booster execution (#2243)
* kevm-pyk/{utils,cli,__main__}: add options for quickly checking subsumption to KEVM proofs * kevm_pyk/{cli,__main__}: add options for controlling booster fallback reasons to CLI * Set Version: 1.0.408 * Set Version: 1.0.412 * Set Version: 1.0.417 * Set Version: 1.0.430 * kevm_pyk/{utils,cli,__main__}: use now upstreamed options for controlling backend * kevm-pyk/cli: better help * Set Version: 1.0.431 * Set Version: 1.0.444 * kevm-pyk/tests/{conftest,test_prove}: allow filtering by spec name * kevm-pyk/{cli,utils,__main__}: allow defaulting --fallback-on to None * kevm-pyk/__main__: turn all breaks off by default * Set Version: 1.0.446 * Update kevm-pyk/src/kevm_pyk/cli.py Co-authored-by: Andrei Văcaru <[email protected]> --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
- Loading branch information
1 parent
ff65472
commit e2d5d20
Showing
8 changed files
with
105 additions
and
9 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.445" | ||
version = "1.0.446" | ||
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.445' | ||
VERSION: Final = '1.0.446' |
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 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.445 | ||
1.0.446 |