-
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.
Remove kontrolx and associated tests/files (#2103)
* kevm-pyk/, tests/foundry: remove all foundry/kontrolx stuff * kevm-pyk/pyproject.toml: remove kontrolx tool * flake.nix: remove references to kontrolx * README: remove mention of FOUNDRY.md * *: remove remaining references to foundry * .gitignore: remove foundry files * flake.lock: update * .github/Dockerfile: remove cargo/rustup stuff * .github/Dockerfile: pin version of poetry used * .github/Dockerfile: bring back PATH setup * Set Version: 1.0.336 * Set Version: 1.0.337 * Set Version: 1.0.338 * Set Version: 1.0.339 * Set Version: 1.0.341 * Set Version: 1.0.342 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
- Loading branch information
1 parent
ce8444a
commit 1230711
Showing
129 changed files
with
8 additions
and
31,561 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,15 +4,11 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kevm-pyk" | ||
version = "1.0.341" | ||
version = "1.0.342" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
] | ||
packages = [ | ||
{ include = "kevm_pyk", from = "src/" }, | ||
{ include = "kontrolx", from = "src/" }, | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
|
@@ -45,7 +41,6 @@ kevm = "kevm_pyk.__main__:main" | |
kevm-pyk = "kevm_pyk.__main__:main" | ||
kevm-dist = "kevm_pyk.kdist.__main__:main" | ||
gst-to-kore = "kevm_pyk.gst_to_kore:main" | ||
kontrolx = "kontrolx.__main__:main" | ||
|
||
[tool.poetry.plugins.kdist] | ||
evm-semantics = "kevm_pyk.kdist.plugin" | ||
|
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.341' | ||
VERSION: Final = '1.0.342' |
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
Empty file.
Oops, something went wrong.