mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
578960f3ea
Part of https://github.com/paritytech/polkadot-sdk/issues/2787 This is an initial PR that adds some basic BEEFY checks to the warp sync zombienet tests. To be more specific, it does the following: - Changes the snapshot used by the warp sync zombienet tests to one built from an updated version of the kitchensink runtime, that supports BEEFY - Adds some basic BEEFY checks to the warp sync zombienet tests - Deduplicates some params of the warp sync zombienet tests, making them easier to extend
36 lines
675 B
TOML
36 lines
675 B
TOML
[settings]
|
|
enable_tracing = false
|
|
|
|
[relaychain]
|
|
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|
default_command = "substrate"
|
|
|
|
chain = "local"
|
|
chain_spec_path = "chain-spec.json"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "alice"
|
|
validator = true
|
|
args = ["--sync warp"]
|
|
|
|
[[relaychain.nodes]]
|
|
name = "bob"
|
|
validator = true
|
|
args = ["--sync warp"]
|
|
|
|
# we need at least 3 nodes for warp sync
|
|
[[relaychain.nodes]]
|
|
name = "charlie"
|
|
validator = false
|
|
db_snapshot="{{DB_SNAPSHOT}}"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "dave"
|
|
validator = false
|
|
db_snapshot="{{DB_SNAPSHOT}}"
|
|
|
|
[[relaychain.nodes]]
|
|
name = "eve"
|
|
validator = false
|
|
db_snapshot="{{DB_SNAPSHOT}}"
|