-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency: deps/kwasm_release (#235)
* deps/kwasm_release: Set Version 0.1.33 * Set Version: 0.1.34 * deps/wasm-semantics: update submodule v0.1.33 * deps/{k_release,pyk_release}: update versions * kmultiversx/: sync poetry files 0.1.33 * fix typo * delete `pyk_release` * Set Version: 0.1.35 * deps/kwasm_release: Set Version 0.1.34 * Set Version: 0.1.36 * deps/wasm-semantics: update submodule v0.1.34 * kmultiversx/: sync poetry files 0.1.34 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Burak Bilge Yalcinkaya <[email protected]>
- Loading branch information
1 parent
fd45edc
commit 3eb3eb2
Showing
9 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
git config user.email [email protected] | ||
- name: 'Install Poetry' | ||
uses: Gr1N/setup-poetry@v8 | ||
- name: 'Update KWasm submodule, pyk/K releases' | ||
- name: 'Update KWasm submodule, K release' | ||
run: | | ||
kwasm_version=$(cat deps/kwasm_release) | ||
cd deps/wasm-semantics/ | ||
|
@@ -33,8 +33,7 @@ jobs: | |
cd ../.. | ||
git add deps/wasm-semantics && git commit -m "deps/wasm-semantics: update submodule v${kwasm_version}" || true | ||
cat deps/wasm-semantics/deps/k_release > deps/k_release | ||
cat deps/wasm-semantics/deps/pyk_release > deps/pyk_release | ||
git add deps/k_release deps/pyk_release && git commit -m 'deps/{k_release,pyk_release}: update versions' || true | ||
git add deps/k_release && git commit -m 'deps/k_release: update versions' || true | ||
- name: 'Update poetry files' | ||
run: | | ||
pykwasm_version="$(cat deps/kwasm_release)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.3.77 | ||
7.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.32 | ||
0.1.34 |
This file was deleted.
Oops, something went wrong.
Submodule wasm-semantics
updated
from fd9ec8 to ea2fbb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kmultiversx" | ||
version = "0.1.35" | ||
version = "0.1.36" | ||
description = "Python tools for Elrond semantics" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ mx-semantics = "kmultiversx.kdist.plugin" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.32", subdirectory = "pykwasm" } | ||
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.34", subdirectory = "pykwasm" } | ||
pycryptodomex = "^3.18.0" | ||
hypothesis = "^6.82.6" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.35 | ||
0.1.36 |