Skip to content

Commit fc6062a

Browse files
PetarMaxrv-auditoranvacaru
authored
Adding preserves-definedness to applicable rules (#2416)
* create-valid * Set Version: 1.0.546 * Set Version: 1.0.550 * Set Version: 1.0.551 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
1 parent 5144b70 commit fc6062a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

kevm-pyk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.550"
7+
version = "1.0.551"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

kevm-pyk/src/kevm_pyk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '1.0.550'
8+
VERSION: Final = '1.0.551'

kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,7 @@ For each `CALL*` operation, we make a corresponding call to `#call` and a state-
16531653
</account>
16541654
<schedule> SCHED </schedule>
16551655
requires #hasValidInitCode(MEMWIDTH, SCHED)
1656+
[preserves-definedness]
16561657
16571658
rule [create-invalid]:
16581659
<k> CREATE _ _ _ => #end EVMC_OUT_OF_GAS ... </k> [owise]

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.550
1+
1.0.551

0 commit comments

Comments
 (0)