-
Notifications
You must be signed in to change notification settings - Fork 925
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
service/block: new block listener + erasure coding #77
service/block: new block listener + erasure coding #77
Conversation
22ba323
to
2ad2cf7
Compare
d9a2f8c
to
457ee6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass, looks good so far. Some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
dc61e1c
to
538143e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏼
This PR implements a new block listener loops that, upon receiving a new block from the fetcher, will handle it by doing the following:
DataAvailabilityHeader
from the extended block dataNumber 3 and 4 are stubbed out at the moment, but will be implemented at a later time. Number 3 is optional to implement before Devnet.
Related to celestiaorg/celestia-specs#26, celestiaorg/celestia-specs#25
Resolves celestiaorg/celestia-specs#56
TODO