You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
When a --relay-chain-rpc-url is specified via the CLI, we currently connect to exactly one relay chain node. If this node crashes, the collator node crashes too. We should allow to specify multiple relay chain nodes that can be switched in case one of the nodes fails.
When a
--relay-chain-rpc-urlis specified via the CLI, we currently connect to exactly one relay chain node. If this node crashes, the collator node crashes too. We should allow to specify multiple relay chain nodes that can be switched in case one of the nodes fails.