Skip to content

Commit 9c084c0

Browse files
committed
update schema, reference iroha v2.0.0-rc.1.0
Signed-off-by: Marin Veršić <[email protected]>
1 parent 8556492 commit 9c084c0

31 files changed

+1507
-596
lines changed

docker-compose/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
irohad0:
3-
image: hyperledger/iroha:dev
3+
image: hyperledger/iroha:2.0.0-rc.1.0
44
platform: linux/amd64
55
environment:
66
CHAIN: 00000000-0000-0000-0000-000000000000
@@ -46,7 +46,7 @@ services:
4646
exec irohad
4747
"
4848
irohad1:
49-
image: hyperledger/iroha:dev
49+
image: hyperledger/iroha:2.0.0-rc.1.0
5050
platform: linux/amd64
5151
environment:
5252
CHAIN: 00000000-0000-0000-0000-000000000000
@@ -70,7 +70,7 @@ services:
7070
retries: 30
7171
start_period: 4s
7272
irohad2:
73-
image: hyperledger/iroha:dev
73+
image: hyperledger/iroha:2.0.0-rc.1.0
7474
platform: linux/amd64
7575
environment:
7676
CHAIN: 00000000-0000-0000-0000-000000000000
@@ -94,7 +94,7 @@ services:
9494
retries: 30
9595
start_period: 4s
9696
irohad3:
97-
image: hyperledger/iroha:dev
97+
image: hyperledger/iroha:2.0.0-rc.1.0
9898
platform: linux/amd64
9999
environment:
100100
CHAIN: 00000000-0000-0000-0000-000000000000
768 Bytes
Binary file not shown.
Binary file not shown.

modules/client/src/test/resources/create_nft_for_alice_smartcontract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ opt-level = "z" # Optimize for size vs speed with "s"/"z"(removes vectorizat
2828
codegen-units = 1 # Further reduces binary size but increases compilation time
2929

3030
[dependencies]
31-
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", branch = "2.0.0-rc.1", features = ["debug"] }
31+
iroha_trigger = { git = "https://github.com/hyperledger/iroha/", tag = "v2.0.0-rc.1.0", features = ["debug"] }
3232

3333
dlmalloc = { version = "0.2.6", features = ["global"] }
3434
panic-halt = "0.2.0"
768 Bytes
Binary file not shown.

modules/client/src/test/resources/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ opt-level = "z" # Optimize for size vs speed with "s"/"z"(removes vectorizat
2222
codegen-units = 1 # Further reduces binary size but increases compilation time
2323

2424
[dependencies]
25-
iroha_executor = { git = "https://github.com/hyperledger/iroha/", branch = "2.0.0-rc.1", features = ["debug"] }
25+
iroha_executor = { git = "https://github.com/hyperledger/iroha/", tag = "v2.0.0-rc.1.0", features = ["debug"] }
2626

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

0 commit comments

Comments
 (0)