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

Remove the #[doc(hidden)] reexports of sc_network #5264

Merged
merged 4 commits into from
Mar 20, 2020

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Mar 16, 2020

Close #5246

Removes the last #[doc(hidden)] public items from sc_network that we were planning to clean up.

This replaces all the usages of ConsensusMessage with (ConsensusEngineId, Vec<u8>), which are the two fields of ConsensusMessage.

@tomaka tomaka added the A0-please_review Pull request needs code review. label Mar 16, 2020
@tomaka tomaka added the B0-silent Changes should not be mentioned in any release notes label Mar 16, 2020
@tomaka tomaka added this to the 2.0 milestone Mar 16, 2020
Copy link
Member

@bkchr bkchr left a comment

Choose a reason for hiding this comment

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

Compilation is failing

@gavofyork gavofyork added A7-looksgoodtestsfail and removed A0-please_review Pull request needs code review. labels Mar 17, 2020
@gnunicorn
Copy link
Contributor

@tomaka this needs a conflict resolution.

@gnunicorn gnunicorn merged commit 0e213ba into paritytech:master Mar 20, 2020
@tomaka tomaka deleted the fix-5264 branch March 20, 2020 15:42
bkchr pushed a commit that referenced this pull request Mar 24, 2020
* Remove the #[doc(hidden)] reexports of sc_network

* Fix tests not building
romanb pushed a commit to romanb/substrate that referenced this pull request Apr 2, 2020
* Remove the #[doc(hidden)] reexports of sc_network

* Fix tests not building
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sc_network_gossip shouldn't import sc_network::message::generic
4 participants