-
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.
Remove evm-int-simplifications.k module (#2255)
* Remove evm-int-simplifications.k module All rules in `evm-int-simplifications.k` are duplicated in `int-simplifications.k` at the time of writing. Therefore the file can be deleted without losing any simplifications, all proofs should have the simplifications available as before. * Set Version: 1.0.415 * Set Version: 1.0.416 * Restore evm-int-simplifications.k module, remove rules from int-simplifications.k int-simplifications should be decoupled from evm-semantics so it cannot import any of its modules. The evm-int-simplifications.k equations continue to be tested in separate lemmas. This reverts commit da94a9f. --------- Co-authored-by: devops <[email protected]>
- Loading branch information
Showing
4 changed files
with
3 additions
and
45 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.415" | ||
version = "1.0.416" | ||
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.415' | ||
VERSION: Final = '1.0.416' |
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.415 | ||
1.0.416 |