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.
polkadot-service now is very tied to the old validation-service and network-service code.
We should create an alternate service that instantiates and runs BABE, GRANDPA, and the Overseer. Even better if it allows swapping out subsystem implementations. I think a helper function fn real_overseer() -> Overseer that instantiates with the "canonical" subsystems, and some utilities for swapping those out would be ideal.
The text was updated successfully, but these errors were encountered:
polkadot-service
now is very tied to the old validation-service and network-service code.We should create an alternate service that instantiates and runs BABE, GRANDPA, and the Overseer. Even better if it allows swapping out subsystem implementations. I think a helper function
fn real_overseer() -> Overseer
that instantiates with the "canonical" subsystems, and some utilities for swapping those out would be ideal.The text was updated successfully, but these errors were encountered: