Skip to content
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

fetch chunk #1551

Merged
merged 3 commits into from
Mar 31, 2023
Merged

fetch chunk #1551

merged 3 commits into from
Mar 31, 2023

Conversation

turuslan
Copy link
Contributor

Referenced issues

Description of the Change

  • Fetch chunks for availability bitfield voting

Benefits

  • Parachain grows (if AvailabilityStoreImpl::remove is removed or fixed)

Possible Drawbacks

Signed-off-by: turuslan <turuslan.devbox@gmail.com>
@turuslan turuslan requested a review from iceseer March 30, 2023 13:02
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
@turuslan turuslan requested a review from iceseer March 30, 2023 14:46
@turuslan turuslan requested a review from xDimon March 30, 2023 14:54
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
Comment on lines +38 to +39
void fetch(const CandidateHash &candidate_hash);
void fetch(const CandidateHash &candidate_hash,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial: avoid method overload whenever possible. Different reasonable name would be better.

@turuslan turuslan enabled auto-merge (squash) March 31, 2023 08:05
@turuslan turuslan merged commit 75c32fc into master Mar 31, 2023
@turuslan turuslan deleted the parachain/fetch-chunk branch March 31, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants