diff --git a/deps/kevm_release b/deps/kevm_release index 8ca200a95..6bd35f476 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.703 +1.0.704 diff --git a/flake.lock b/flake.lock index 1bc3366ac..9749b2069 100644 --- a/flake.lock +++ b/flake.lock @@ -49,17 +49,17 @@ "xbyak": "xbyak" }, "locked": { - "lastModified": 1724770888, - "narHash": "sha256-FZG6Cag4J7uWzKQztEXfPC5mLV6v68h3G9r9BWTdimQ=", + "lastModified": 1724870545, + "narHash": "sha256-OVT3nyAQI59zQSALEOazE8q7WYRyDc7SbL7ilMAPjHc=", "owner": "runtimeverification", "repo": "blockchain-k-plugin", - "rev": "69fdf830e3a98a8aa1118f84bd83723f1149468e", + "rev": "300c9cf567eba4c8c88675ff67ebd859795ee169", "type": "github" }, "original": { "owner": "runtimeverification", "repo": "blockchain-k-plugin", - "rev": "69fdf830e3a98a8aa1118f84bd83723f1149468e", + "rev": "300c9cf567eba4c8c88675ff67ebd859795ee169", "type": "github" } }, @@ -369,16 +369,16 @@ ] }, "locked": { - "lastModified": 1724766177, - "narHash": "sha256-P/Pi+bDJqd2FAHp6xR2MVY5kZ4qzfrJ0YTvVFRo/etk=", + "lastModified": 1724866053, + "narHash": "sha256-NtHMCcG5pRszS7+vSrwGDE8B3QoW7+JxbVYaxxwZ+Zw=", "owner": "runtimeverification", "repo": "k", - "rev": "809d59eb819dcb14ac5fb0eb9abe1c05eae38fde", + "rev": "85c8bcbea25dcef0945ed3ece01bdd8bb7a946a5", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.122", + "ref": "v7.1.123", "repo": "k", "type": "github" } @@ -459,16 +459,16 @@ ] }, "locked": { - "lastModified": 1724876709, - "narHash": "sha256-LlZ3X4MUiFC0dDzTuHVxu2Mxq7NE0bSYerdQmqmecEE=", + "lastModified": 1724934566, + "narHash": "sha256-O9Fz8tH490FARnKelQ1dfDVzUHhVxUlCUkpZmyzCj60=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "744f94caf17735b6668e52492f9cd6e737e289fd", + "rev": "63dd054daedb9508454e8d0297bd35278fa3b693", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.703", + "ref": "v1.0.704", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 36a47b3b1..2e6ce4914 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.703"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.704"; nixpkgs.follows = "kevm/nixpkgs"; nixpkgs-pyk.follows = "kevm/nixpkgs-pyk"; k-framework.follows = "kevm/k-framework"; diff --git a/poetry.lock b/poetry.lock index ab75f22c8..258fb2509 100644 --- a/poetry.lock +++ b/poetry.lock @@ -665,7 +665,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.703" +version = "1.0.704" description = "" optional = false python-versions = "^3.10" @@ -680,8 +680,8 @@ tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.703" -resolved_reference = "744f94caf17735b6668e52492f9cd6e737e289fd" +reference = "v1.0.704" +resolved_reference = "63dd054daedb9508454e8d0297bd35278fa3b693" subdirectory = "kevm-pyk" [[package]] @@ -1411,4 +1411,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "97927a57306f1f56f19cccc1aa56a7fdaae4edbaeda00878cded39b760e98fbb" +content-hash = "7c81039f7bf63c86b6a4bade619a32b2d82a600a6d369aa5354f61f599075bb2" diff --git a/pyproject.toml b/pyproject.toml index 32cf00659..a19b514f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" -kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.703", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.704", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0"