We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement the recovery logic that follows the spec per https://github.com/celestiaorg/celestia-app/blob/4add30d8dd4c85fb838ac8e792c73fc6458a22c1/specs/src/recovery.md
This will involve writing the state and handlers for each message type. The preliminary implementation can be found #1601
CompactBlock
HaveParts
WantParts
RecoveryPart
RequestBlock
The text was updated successfully, but these errors were encountered:
rach-id
No branches or pull requests
Implement the recovery logic that follows the spec per https://github.com/celestiaorg/celestia-app/blob/4add30d8dd4c85fb838ac8e792c73fc6458a22c1/specs/src/recovery.md
This will involve writing the state and handlers for each message type. The preliminary implementation can be found #1601
CompactBlock
HaveParts
,WantParts
, andRecoveryPart
RequestBlock
)The text was updated successfully, but these errors were encountered: