Skip to content

Commit

Permalink
update to latest iroha version
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Veršić <[email protected]>
  • Loading branch information
mversic committed Dec 6, 2024
1 parent e50bd2f commit e170d5b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified modules/block/src/test/resources/executor.wasm
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create_nft_for_alice_smartcontract"
version = "2.0.0-pre-rc.22.2"
version = "2.0.0-rc.1.0"
# TODO: teams are being deprecated update the authors URL
authors = ["Iroha 2 team <https://github.com/orgs/soramitsu/teams/iroha2>"]
edition = "2021"
Expand Down Expand Up @@ -28,7 +28,7 @@ opt-level = "z" # Optimize for size vs speed with "s"/"z"(removes vectorizat
codegen-units = 1 # Further reduces binary size but increases compilation time

[dependencies]
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", branch = "main", features = ["debug"] }
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", branch = "2.0.0-rc.1", features = ["debug"] }

dlmalloc = { version = "0.2.6", features = ["global"] }
panic-halt = "0.2.0"
Binary file modified modules/client/src/test/resources/executor.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions modules/client/src/test/resources/executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "iroha_java_executor"
edition = "2021"
version = "2.0.0-pre-rc.19"
version = "2.0.0-rc.1.0"
# TODO: teams are being deprecated update the authors URL
authors = ["Iroha 2 team <https://github.com/orgs/soramitsu/teams/iroha2>"]

Expand All @@ -22,7 +22,7 @@ opt-level = "z" # Optimize for size vs speed with "s"/"z"(removes vectorizat
codegen-units = 1 # Further reduces binary size but increases compilation time

[dependencies]
iroha_executor = { git = "https://github.com/hyperledger/iroha/", branch = "main", features = ["debug"] }
iroha_executor = { git = "https://github.com/hyperledger/iroha/", branch = "2.0.0-rc.1", features = ["debug"] }

dlmalloc = { version = "0.2.6", features = ["global"] }
panic-halt = "0.2.0"
Binary file modified modules/test-tools/src/main/resources/executor.wasm
Binary file not shown.

0 comments on commit e170d5b

Please sign in to comment.