-
Notifications
You must be signed in to change notification settings - Fork 1
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(eigen-client-m0-implementation): concurrent da dispatcher #333
feat(eigen-client-m0-implementation): concurrent da dispatcher #333
Conversation
// TODO: this query might always return the same blob if the blob is not included | ||
// we should probably change the query to return all blobs that are not included | ||
let blob_info = conn |
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.
Should we address this TODO?
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.
Correct, added it!
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.
LGTM
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.
LGTM
64d0a38
into
eigen-client-m0-implementation
What ❔
Implement concurrent data availability dispatcher, to greatly reduce dispersing time when there are many blobs due dispersing.
Checklist
zkstack dev fmt
andzkstack dev lint
.