ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
432 stars 116 forks source link

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

Open edwardmack opened 3 weeks ago

edwardmack commented 3 weeks ago

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.

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