Files
pezkuwi-subxt/substrate/zombienet/0001-basic-warp-sync/generate-warp-sync-database.toml
T
Serban Iorga 578960f3ea Warp sync zombienet tests: add basic BEEFY checks (#2854)
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
2024-01-11 11:39:33 +01:00

21 lines
591 B
TOML

# this file is not intended to be executed in CI stage
[relaychain]
default_image = "docker.io/paritypr/substrate:latest"
default_command = "substrate"
# refer to ./README.md for more details on how to create snapshot and spec
chain = "local"
chain_spec_path = "chain-spec.json"
[[relaychain.nodes]]
name = "alice"
validator = true
# TODO: Workaround for https://github.com/paritytech/polkadot-sdk/issues/2568
# After the issue is fixed, we can remove this.
args = ["--state-pruning archive --blocks-pruning archive"]
[[relaychain.nodes]]
name = "bob"
validator = true