Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
9c3bf479
Verified
Commit
9c3bf479
authored
Oct 03, 2021
by
Andronik Ordian
Browse files
Revert "remove subcommands for now"
This reverts commit
5d8292bc
.
parent
e04bcc94
Changes
3
Hide whitespace changes
Inline
Side-by-side
node/malus/integrationtests/0001-dispute-valid-block.toml
View file @
9c3bf479
...
...
@@ -63,6 +63,7 @@ extra-args = ["--charlie", "-lparachain=debug"]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"dispute-ancestor"
extra-args
=
["--dave","-lparachain=debug"]
[nodes.eve]
...
...
node/malus/integrationtests/0002-dispute-invalid-block.toml
View file @
9c3bf479
...
...
@@ -14,22 +14,26 @@ extra-args = ["--alice"]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"back-garbage-candidate"
extra-args
=
["--bob"]
[nodes.charlie]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"back-garbage-candidate"
extra-args
=
["--charlie"]
[nodes.david]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"back-garbage-candidate"
extra-args
=
["--dave"]
[nodes.eve]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"suggest-garbage-candidate"
extra-args
=
["--eve"]
node/malus/integrationtests/0003-dispute-unavailable-block.toml
View file @
9c3bf479
...
...
@@ -14,22 +14,26 @@ extra-args = ["--alice"]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"back-garbage-candidate"
extra-args
=
["--bob"]
[nodes.charlie]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"back-garbage-candidate"
extra-args
=
["--charlie"]
[nodes.david]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"back-garbage-candidate"
extra-args
=
["--dave"]
[nodes.eve]
validator
=
true
image
=
"{{get_env(name="
MALUSIMAGE
") | safe }}"
command
=
"/usr/local/bin/malus"
subcommand
=
"suggest-garbage-candidate"
extra-args
=
["--eve"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment