Skip to content

Commit

Permalink
update schema, reference iroha v2.0.0-rc.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mversic committed Jan 31, 2025
1 parent 8556492 commit 7e3073c
Show file tree
Hide file tree
Showing 31 changed files with 1,507 additions and 596 deletions.
8 changes: 4 additions & 4 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
irohad0:
image: hyperledger/iroha:dev
image: hyperledger/iroha:2.0.0-rc.1.0
platform: linux/amd64
environment:
CHAIN: 00000000-0000-0000-0000-000000000000
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
exec irohad
"
irohad1:
image: hyperledger/iroha:dev
image: hyperledger/iroha:2.0.0-rc.1.0
platform: linux/amd64
environment:
CHAIN: 00000000-0000-0000-0000-000000000000
Expand All @@ -70,7 +70,7 @@ services:
retries: 30
start_period: 4s
irohad2:
image: hyperledger/iroha:dev
image: hyperledger/iroha:2.0.0-rc.1.0
platform: linux/amd64
environment:
CHAIN: 00000000-0000-0000-0000-000000000000
Expand All @@ -94,7 +94,7 @@ services:
retries: 30
start_period: 4s
irohad3:
image: hyperledger/iroha:dev
image: hyperledger/iroha:2.0.0-rc.1.0
platform: linux/amd64
environment:
CHAIN: 00000000-0000-0000-0000-000000000000
Expand Down
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
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 = "2.0.0-rc.1", features = ["debug"] }
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", tag = "v2.0.0-rc.1.0", 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.
2 changes: 1 addition & 1 deletion modules/client/src/test/resources/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2.0.0-rc.1", features = ["debug"] }
iroha_executor = { git = "https://github.com/hyperledger/iroha/", tag = "v2.0.0-rc.1.0", features = ["debug"] }

dlmalloc = { version = "0.2.6", features = ["global"] }
panic-halt = "0.2.0"
Loading

0 comments on commit 7e3073c

Please sign in to comment.