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
Celestia light clients heavily rely on DASing and we need to implement it in the Node.
Implementation
Luckily, most of it has already been implemented in core. The first step would be copying the code from the Core in the specific branch. It may be needed to copy more code than just the ValidateAvailability function. Then, we should aim to extract all the DASing(share) related code into a separate repository(#21).
The text was updated successfully, but these errors were encountered:
Context
Celestia light clients heavily rely on DASing and we need to implement it in the Node.
Implementation
Luckily, most of it has already been implemented in core. The first step would be copying the code from the Core in the specific branch. It may be needed to copy more code than just the ValidateAvailability function. Then, we should aim to extract all the DASing(share) related code into a separate repository(#21).
The text was updated successfully, but these errors were encountered: