-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency: deps/kevm_release (#596)
* deps/kevm_release: Set Version 1.0.581 * Set Version: 0.1.297 * Sync Poetry files: kevm-pyk version 1.0.581 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.582 * Set Version: 0.1.298 * Sync Poetry files: kevm-pyk version 1.0.582 * deps/k_release: sync release file version 7.0.105 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.583 * Sync Poetry files: kevm-pyk version 1.0.583 * deps/k_release: sync release file version 7.0.106 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.585 * Set Version: 0.1.299 * Sync Poetry files: kevm-pyk version 1.0.585 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.586 * Sync Poetry files: kevm-pyk version 1.0.586 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.587 * Sync Poetry files: kevm-pyk version 1.0.587 * flake.{nix,lock}: update Nix derivations * from #594: compute jumpdests using the Python custom_step * update expected output * from #573: add integration test for symbolic constructor * test_foundry_prove.py: update label in unit test * Sync Poetry files: kevm-pyk version 1.0.587 * deps/kevm_release: Set Version 1.0.588 * Sync Poetry files: kevm-pyk version 1.0.588 * deps/k_release: sync release file version 7.0.111 * flake.{nix,lock}: update Nix derivations * Update kompile expected output * Set Version: 0.1.300 * Fix local reordering issue in kompile output update * -m test_identity: update cse expected output --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei <[email protected]> Co-authored-by: palinatolmach <[email protected]>
- Loading branch information
1 parent
8cd6e5c
commit 0b1e629
Showing
37 changed files
with
10,095 additions
and
1,647 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 |
---|---|---|
@@ -1 +1 @@ | ||
7.0.104 | ||
7.0.111 |
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.588 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.1.299 | ||
0.1.300 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kontrol" | ||
version = "0.1.299" | ||
version = "0.1.300" | ||
description = "Foundry integration for KEVM" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.580", subdirectory = "kevm-pyk" } | ||
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.588", subdirectory = "kevm-pyk" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
autoflake = "*" | ||
|
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 = '0.1.299' | ||
VERSION: Final = '0.1.300' |
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
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
Oops, something went wrong.