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 has been archived by the owner on Nov 15, 2023. It is now read-only.
The existance of this state is merely due to a cyclic dependency that currently exists. It does not represent the state of the overseer.
The chain selection is currently built atop of that, but it should really only consider a is_relay_chain: bool which is based on the known chains that indeed are relay chains.
#3775 introduces a way to avoid breaking the cycle for subsystems, but also lays the ground work to break non-subsystem cycles, yet requires #3773 to land before this can be done cleanly.
The text was updated successfully, but these errors were encountered:
The existance of this state is merely due to a cyclic dependency that currently exists. It does not represent the state of the overseer.
The chain selection is currently built atop of that, but it should really only consider a
is_relay_chain: bool
which is based on the known chains that indeed are relay chains.#3775 introduces a way to avoid breaking the cycle for subsystems, but also lays the ground work to break non-subsystem cycles, yet requires #3773 to land before this can be done cleanly.
The text was updated successfully, but these errors were encountered: