Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

rphmeier
Copy link
Contributor

No description provided.

@rphmeier rphmeier added the A3-in_progress Pull request is in progress. No review needed at this stage. label Jun 15, 2020
@montekki montekki added the B0-silent Changes should not be mentioned in any release notes label Jun 16, 2020
@montekki montekki marked this pull request as ready for review June 17, 2020 12:20
@montekki montekki added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Jun 17, 2020
/// Chain heads.
///
/// Up to `N` (5?) chain heads.
pub struct View(Vec<Hash>);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
pub struct View(Vec<Hash>);
pub struct View(pub Vec<Hash>);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

maybe rename to NetworkView also

FetchChunk(Hash, u32),

/// Event from the network bridge.
NetworkBridgeEvent(NetworkBridgeEvent),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The guide calls this NetworkBridgeUpdate

DistributeBitfield(Hash, SignedAvailabilityBitfield),

/// Event from the network bridge.
NetworkBridgeEvent(NetworkBridgeEvent),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The guide calls this NetworkBridgeUpdate

@rphmeier
Copy link
Contributor Author

Needs to be merged now that #1270 is in, and then is missing a couple message types. Otherwise LGTM

@montekki montekki added the C1-low PR touches the given topic and has a low impact on builders. label Jun 17, 2020
@rphmeier rphmeier added A8-mergeoncegreen and removed A0-please_review Pull request needs code review. labels Jun 17, 2020
@rphmeier rphmeier merged commit 79a0df2 into master Jun 17, 2020
@rphmeier rphmeier deleted the rh-message-types branch June 17, 2020 23:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants