Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dot/parachain): create skeleton for Availability Recovery subsystem #4297

Open
7 tasks
edwardmack opened this issue Nov 1, 2024 · 0 comments
Open
7 tasks
Labels
S-subsystems-availability issues related to polkadot host availability subsystem functionality.

Comments

@edwardmack
Copy link
Member

Issue summary

Create skeleton code for the implementation of the Availability Recovery subsystem which is described in the Host Implementers' Guide, utilizing the subsystem pattern that has been used in other gossamer subsystems.

  • Create new package called availabilityrecovery
  • Create struct to define RecoveryStrategyKind which defines the PoV recovery strategy to use. for example
  • Create struct to define AvailabilityRecovorySubsystem, see for example and implement Subsystem interface for it.
  • Create struct to define State, see for example
  • Create (empty) methods to handle the following messages:
    • RecoverAvailableData
    • overseer signal: ActiveLeavesUpdate
  • Forward above messages to the availability recovery subsystem from the overseer
  • Create unit tests for implemented code.

Other information and links

Look at other skeleton PRs to get an idea of what to code and what will become and TODO and a new issue

@edwardmack edwardmack added the S-subsystems-availability issues related to polkadot host availability subsystem functionality. label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-subsystems-availability issues related to polkadot host availability subsystem functionality.
Projects
None yet
Development

No branches or pull requests

1 participant