Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions zombienet/launch-rococo-local-with-integritee-xcm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
[settings]
timeout = 10000

[relaychain]
chain = "rococo-local"
default_command = "../../bin/polkadot-v0.9.27"
default_args = [ "-lparachain=debug" ]

[[relaychain.nodes]]
name = "alice"
validator = true
ws_port = 9999

[[relaychain.nodes]]
name = "bob"
validator = true
ws_port = 9988

[[relaychain.nodes]]
name = "charlie"
validator = true
ws_port = 9977

[[relaychain.nodes]]
name = "eve"
validator = true
ws_port = 9966

[[parachains]]
id = 2015
addToGenesis = true
cumulus_based = true
chain = "integritee-rococo-local-dev"

[[parachains.collators]]
name = "integritee-collator01"
command = "./target/release/integritee-collator"
ws_port = 9994

[[parachains.collators]]
name = "integritee-collator02"
command = "./target/release/integritee-collator"
ws_port = 9995

#this is not working !!!
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make an issue with details of the problem and refer to the issue from here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With zombienet release v1.2.73, I managed to launch a acala/karura parachain.
I updated the config to open HRMP channles according to issue

[[parachains]]
id = 2000
addToGenesis = true
cumulus_based = true
chain = "karura-dev"

[[parachains.collators]]
name = "acala-collator01"
command = "../../bin/acala"
ws_port = 9984

[[hrmp_channels]]
sender = 2015
recipient = 2000
max_capacity = 8
max_message_size = 512

[[hrmp_channels]]
sender = 2000
recipient = 2015
max_capacity = 8
max_message_size = 512

39 changes: 39 additions & 0 deletions zombienet/launch-rococo-local-with-integritee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[settings]
timeout = 10000

[relaychain]
chain = "rococo-local"
default_command = "../../bin/polkadot-v0.9.27"
default_args = [ "-lparachain=debug" ]

[[relaychain.nodes]]
name = "alice"
validator = true
ws_port = 9999

[[relaychain.nodes]]
name = "bob"
validator = true
ws_port = 9988

[[relaychain.nodes]]
name = "charlie"
validator = true
ws_port = 9977

[[parachains]]
id = 2015
addToGenesis = true
cumulus_based = true
chain = "integritee-rococo-local-dev"

[[parachains.collators]]
name = "integritee-collator01"
command = "./target/release/integritee-collator"
ws_port = 9944

[[parachains.collators]]
name = "integritee-collator02"
command = "./target/release/integritee-collator"
ws_port = 9945