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
8 changes: 4 additions & 4 deletions zombienet_tests/0002-pov_recovery.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ cumulus_based = true
command = "test-collator"
args = ["-lparachain=debug"]

# Run dave as parachain collator and eve as parachain full node
#
# They will need to recover the pov blocks through availability recovery.
# Run dave as parachain collator and eve as parachain full node
#
# They will need to recover the pov blocks through availability recovery.
[[parachains.collators]]
name = "dave"
validator = true
Expand All @@ -43,4 +43,4 @@ cumulus_based = true
validator = false
image = "docker.io/parity/polkadot-collator:latest"
command = "test-collator"
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}", "--use-null-consensus", "--disable-block-announcements"]
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}", "--use-null-consensus", "--disable-block-announcements"]
4 changes: 2 additions & 2 deletions zombienet_tests/0003-test_full_node_catching_up.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cumulus_based = true
command = "test-collator"
args = ["-lparachain=debug"]

# run cumulus dave (a parachain full node) and wait for it to sync some blocks
# run cumulus dave (a parachain full node) and wait for it to sync some blocks
[[parachains.collators]]
name = "dave"
validator = false
Expand All @@ -41,4 +41,4 @@ cumulus_based = true
validator = false
image = "docker.io/parity/polkadot-collator:latest"
command = "test-collator"
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}"]
args = ["--reserved-only", "--reserved-nodes {{'charlie'|zombie}}"]