Skip to content

Commit

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

* Sync Poetry files: kevm-pyk version 1.0.769

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

* deps/kevm_release: Set Version 1.0.770

* Sync Poetry files: kevm-pyk version 1.0.770

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

* integrate CREATEDACCOUNTS_CELL in the Kontrol initial state; update expected output

* Sync Poetry files: kevm-pyk version 1.0.770

* update expected output for CSE and end to end

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Andrei <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent 3603b67 commit f1dec7c
Show file tree
Hide file tree
Showing 41 changed files with 975 additions and 81 deletions.
2 changes: 1 addition & 1 deletion deps/kevm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.768
1.0.770
8 changes: 4 additions & 4 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.768";
kevm.url = "github:runtimeverification/evm-semantics/v1.0.770";
nixpkgs.follows = "kevm/nixpkgs";
k-framework.follows = "kevm/k-framework";
flake-utils.follows = "kevm/flake-utils";
Expand Down
46 changes: 23 additions & 23 deletions poetry.lock

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

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.768", subdirectory = "kevm-pyk" }
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.770", subdirectory = "kevm-pyk" }
eth-utils = "^4.1.1"
pycryptodome = "^3.20.0"
pyevmasm = "^0.2.3"
Expand Down
1 change: 1 addition & 0 deletions src/kontrol/prove.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ def _init_cterm(
'ACCESSEDSTORAGE_CELL': map_empty(),
'INTERIMSTATES_CELL': list_empty(),
'TOUCHEDACCOUNTS_CELL': set_empty(),
'CREATEDACCOUNTS_CELL': set_empty(),
'STATIC_CELL': FALSE,
'ACCOUNTS_CELL': KEVM.accounts(init_account_list),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ module SUMMARY-TEST%ACCOUNTPARAMSTEST.TESTDEALCONCRETE():0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
...
</substate>
<origin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ module SUMMARY-TEST%ADDRTEST.TEST-ADDR-TRUE():0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
...
</substate>
<origin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate> } ) => .List )
</interimStates>
<touchedAccounts>
Expand Down Expand Up @@ -315,6 +318,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate>
<origin>
ORIGIN_ID:Int
Expand Down Expand Up @@ -643,6 +649,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate> } ) )
</interimStates>
<touchedAccounts>
Expand Down Expand Up @@ -697,6 +706,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate>
<origin>
ORIGIN_ID:Int
Expand Down Expand Up @@ -1049,6 +1061,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate> } ) => .List )
</interimStates>
<touchedAccounts>
Expand Down Expand Up @@ -1103,6 +1118,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate>
<origin>
ORIGIN_ID:Int
Expand Down Expand Up @@ -1436,6 +1454,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate> } ) => .List )
</interimStates>
<touchedAccounts>
Expand Down Expand Up @@ -1490,6 +1511,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate>
<origin>
ORIGIN_ID:Int
Expand Down Expand Up @@ -1824,6 +1848,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate> } ) => .List )
</interimStates>
<touchedAccounts>
Expand Down Expand Up @@ -1878,6 +1905,9 @@ module SUMMARY-TEST%ARITHMETICCALLTEST.TEST-DOUBLE-ADD(UINT256,UINT256):0
<accessedStorage>
.Map
</accessedStorage>
<createdAccounts>
.Set
</createdAccounts>
</substate>
<origin>
ORIGIN_ID:Int
Expand Down
Loading

0 comments on commit f1dec7c

Please sign in to comment.