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

feat(dot/parachain): implement relay_message in bitfield distribution #4369

Open
Tracked by #3599
haikoschol opened this issue Dec 4, 2024 · 0 comments
Open
Tracked by #3599
Labels
C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-availability issues related to polkadot host availability subsystem functionality. T-implementation this issue/pr is a new feature or functionality.

Comments

@haikoschol
Copy link
Contributor

Issue summary

Two message handlers in the bitfield distribution subsystem are responsible for sending bitfield messages to other peers as well as to the provisioning subsystem (DistributeBitfield and validationprotocol.BitfieldDistributionMessage). Therefore it makes sense to implement this functionality in a function that is called by both handlers. In the Parity node, this function is relay_message().

This issue should be completed before work on #4235 and #4345 is started.

@haikoschol haikoschol added C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-availability issues related to polkadot host availability subsystem functionality. T-feat this issue/pr is a new feature or functionality. labels Dec 4, 2024
@haikoschol haikoschol added T-implementation this issue/pr is a new feature or functionality. and removed T-feat this issue/pr is a new feature or functionality. labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-simple Minor changes changes, no additional research needed. Good first issue/review. S-subsystems-availability issues related to polkadot host availability subsystem functionality. T-implementation this issue/pr is a new feature or functionality.
Projects
None yet
Development

No branches or pull requests

1 participant