-
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.
Compute jumpdests using the KCFGSemantics.custom_step heuristic (#2441)
* kevm.py: implement custom_step heuristic * Set Version: 1.0.567 * Set Version: 1.0.568 * update claims * Set Version: 1.0.569 * Set Version: 1.0.578 * test/specs/kontrol/: reorder Sets in claims * tests/specs/kontrol: update claims * tests/specs/kontrol: update remaining claims * Set Version: 1.0.579 * Update kevm-pyk/src/kevm_pyk/kevm.py Co-authored-by: Petar Maksimović <[email protected]> * kevm.py: add more tests * Set Version: 1.0.580 * test_kevm.py: apply review suggestions * Set Version: 1.0.581 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Petar Maksimović <[email protected]>
- Loading branch information
1 parent
e8860f2
commit 088be1c
Showing
19 changed files
with
191 additions
and
34 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.580" | ||
version = "1.0.581" | ||
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.580' | ||
VERSION: Final = '1.0.581' |
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.580 | ||
1.0.581 |
Oops, something went wrong.