mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
0dc0d407c1
On top of https://github.com/paritytech/polkadot-sdk/pull/3879 I've also moved the previous test where we ensure multiple cores per para doesn't break non elastic parachains. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Javier Viola <363911+pepoviola@users.noreply.github.com>
41 lines
911 B
TOML
41 lines
911 B
TOML
[settings]
|
|
timeout = 1000
|
|
bootnode = true
|
|
|
|
[relaychain.genesis.runtimeGenesis.patch.configuration.config]
|
|
needed_approvals = 4
|
|
|
|
[relaychain.genesis.runtimeGenesis.patch.configuration.config.scheduler_params]
|
|
max_validators_per_core = 2
|
|
num_cores = 2
|
|
|
|
[relaychain]
|
|
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|
chain = "rococo-local"
|
|
default_command = "polkadot"
|
|
|
|
[relaychain.default_resources]
|
|
limits = { memory = "4G", cpu = "2" }
|
|
requests = { memory = "2G", cpu = "1" }
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
validator = "true"
|
|
|
|
[[relaychain.node_groups]]
|
|
name = "validator"
|
|
count = 3
|
|
args = [ "-lparachain=debug,runtime=debug"]
|
|
|
|
[[parachains]]
|
|
id = 2000
|
|
default_command = "polkadot-parachain"
|
|
add_to_genesis = false
|
|
register_para = true
|
|
onboard_as_parachain = false
|
|
|
|
[parachains.collator]
|
|
name = "collator2000"
|
|
command = "polkadot-parachain"
|
|
args = [ "-lparachain=debug" ]
|