Skip to content

Commit f856522

Browse files
authored
Fix: Update transaction structure to new 2.0.0-rc.1 (#230)
* fix: bump to new 2.0.0-rc.1 Signed-off-by: Lohachov Mykhailo <[email protected]> * fix: bump iroha deps Signed-off-by: Lohachov Mykhailo <[email protected]> --------- Signed-off-by: Lohachov Mykhailo <[email protected]>
1 parent 2009ea0 commit f856522

File tree

4 files changed

+344
-335
lines changed

4 files changed

+344
-335
lines changed

.github/workflows/pr-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build kagami
3737
run: cd iroha_daemon && cargo build --bin kagami
3838
- name: Build default executor
39-
run: cd iroha_daemon && cargo run --release --bin iroha_wasm_builder -- build ./wasm_samples/default_executor --optimize --out-file ./defaults/executor.wasm
39+
run: cd iroha_daemon && cargo run --release --bin iroha_wasm_builder -- build ./wasm/libs/default_executor --optimize --out-file ./defaults/executor.wasm
4040
- name: Maturin build and Run tests
4141
run: bash -c " pip install maturin &&
4242
maturin build &&

0 commit comments

Comments
 (0)