Skip to content

Commit

Permalink
feat: introduce operational dispatch class for specific calls (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincormier committed Dec 10, 2024
1 parent ea8fb61 commit d2a6815
Show file tree
Hide file tree
Showing 19 changed files with 179,965 additions and 89 deletions.
Empty file.
27 changes: 27 additions & 0 deletions integration-tests/network/operational_test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[settings]
timeout = 300

[relaychain]
chain = "rococo-local"
default_command = "polkadot"
default_image = "paritypr/polkadot-debug:master"

[[relaychain.nodes]]
name = "alice"
command = "polkadot"
args = ["--validator"]

[[relaychain.nodes]]
name = "bob"
command = "polkadot"
args = ["--validator"]

[[parachains]]
id = 2034
add_to_genesis = true

[parachains.collator]
name = "hydradx-collator"
command = "hydradx"
# Only specify top-level collator arguments (do not include --parachain-id)
args = ["--collator"]
Loading

0 comments on commit d2a6815

Please sign in to comment.