Skip to content

Commit

Permalink
Update dependency: deps/kwasm_release (#231)
Browse files Browse the repository at this point in the history
* deps/kwasm_release: Set Version 0.1.32

* deps/wasm-semantics: update submodule v0.1.32

* kmultiversx/: sync poetry files 0.1.32

* Fix call to preprocessor script

* Set Version: 0.1.31

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Tamás Tóth <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2024
1 parent 3716a73 commit 60a0955
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion deps/kwasm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.29
0.1.32
2 changes: 1 addition & 1 deletion deps/wasm-semantics
2 changes: 1 addition & 1 deletion kelrond
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ preprocess() {
tmp_dir="$(mktemp -d)"
tmp_input="$tmp_dir/$(basename $run_file))"
touch "$tmp_input"
python3 "$kwasm_dir/preprocessor.py" "$run_file" > "$tmp_input"
poetry -C kmultiversx run kwasm-preprocess "$run_file" > "$tmp_input"
run_file="$tmp_input"
}

Expand Down
18 changes: 9 additions & 9 deletions kmultiversx/poetry.lock

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

4 changes: 2 additions & 2 deletions kmultiversx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kmultiversx"
version = "0.1.30"
version = "0.1.31"
description = "Python tools for Elrond semantics"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -15,7 +15,7 @@ mx-semantics = "kmultiversx.kdist.plugin"

[tool.poetry.dependencies]
python = "^3.10"
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.29", subdirectory = "pykwasm" }
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.32", subdirectory = "pykwasm" }
pycryptodomex = "^3.18.0"
hypothesis = "^6.82.6"

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.30
0.1.31

0 comments on commit 60a0955

Please sign in to comment.