Skip to content

Commit

Permalink
Update dependency: deps/kevm_release (#857)
Browse files Browse the repository at this point in the history
* deps/kevm_release: Set Version 1.0.738

* Sync Poetry files: kevm-pyk version 1.0.738

* flake.{nix,lock}: update Nix derivations

* removing upstreamed lemmas

* Sync Poetry files: kevm-pyk version 1.0.738

* deps/kevm_release: Set Version 1.0.739

* Sync Poetry files: kevm-pyk version 1.0.739

* deps/k_release: sync release file version 7.1.156

* flake.{nix,lock}: update Nix derivations

* Sync Poetry files: kevm-pyk version 1.0.739

* deps/kevm_release: Set Version 1.0.740

* Sync Poetry files: kevm-pyk version 1.0.740

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Petar Maksimovic <petar.maksimovic@runtimeverification.com>
Co-authored-by: Palina <polina.tolmach@gmail.com>
Co-authored-by: Petar Maksimović <PetarMax@users.noreply.github.com>
  • Loading branch information
5 people authored Oct 10, 2024
1 parent c402a16 commit a5508b1
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 113 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.155
7.1.156
2 changes: 1 addition & 1 deletion deps/kevm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.737
1.0.740
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Kontrol";

inputs = {
kevm.url = "github:runtimeverification/evm-semantics/v1.0.737";
kevm.url = "github:runtimeverification/evm-semantics/v1.0.740";
nixpkgs.follows = "kevm/nixpkgs";
k-framework.follows = "kevm/k-framework";
flake-utils.follows = "kevm/flake-utils";
Expand Down
170 changes: 80 additions & 90 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [

[tool.poetry.dependencies]
python = "^3.10"
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.737", subdirectory = "kevm-pyk" }
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.740", subdirectory = "kevm-pyk" }
eth-utils = "^4.1.1"
pycryptodome = "^3.20.0"
pyevmasm = "^0.2.3"
Expand Down
11 changes: 0 additions & 11 deletions src/kontrol/kdist/kontrol_lemmas.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,6 @@ module KONTROL-AUX-LEMMAS
rule [concat-neutral-left]: b"" +Bytes B:Bytes => B:Bytes [simplification]
rule [concat-neutral-right]: B:Bytes +Bytes b"" => B:Bytes [simplification]
//
// Alternative memory update
//
rule [memUpdate-concat-in-right]: (B1 +Bytes B2) [ S := B ] => B1 +Bytes (B2 [ S -Int lengthBytes(B1) := B ])
requires lengthBytes(B1) <=Int S
[simplification(40)]
rule [memUpdate-concat-in-left]: (B1 +Bytes B2) [ S := B ] => (B1 [S := B]) +Bytes B2
requires 0 <=Int S andBool S +Int lengthBytes(B) <=Int lengthBytes(B1)
[simplification(45)]
//
// Equality of +Bytes
//
Expand Down

0 comments on commit a5508b1

Please sign in to comment.