feat(dot/parachain): implement relay_message
in bitfield distribution
#4369
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.
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
andvalidationprotocol.BitfieldDistributionMessage
). Therefore it makes sense to implement this functionality in a function that is called by both handlers. In the Parity node, this function isrelay_message()
.This issue should be completed before work on #4235 and #4345 is started.
The text was updated successfully, but these errors were encountered: