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

removed messages of unimplemented EpochSync #7911

Merged
merged 3 commits into from
Oct 24, 2022

Conversation

pompon0
Copy link
Contributor

@pompon0 pompon0 commented Oct 24, 2022

EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.

@pompon0 pompon0 requested a review from matklad October 24, 2022 13:10
@pompon0 pompon0 requested a review from a team as a code owner October 24, 2022 13:10
EpochSyncRequest(EpochId),
EpochSyncResponse(Box<EpochSyncResponse>),
EpochSyncFinalizationRequest(EpochId),
EpochSyncFinalizationResponse(Box<EpochSyncFinalizationResponse>),
Copy link
Contributor

Choose a reason for hiding this comment

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

ouch, good catch! So we actually have the capability to send these messages over the network, they are succesfully decoded, and than just get discarded as unxepected messages.

@matklad
Copy link
Contributor

matklad commented Oct 24, 2022

Doesn't compile yet

@near-bulldozer near-bulldozer bot merged commit 6feaf00 into master Oct 24, 2022
@near-bulldozer near-bulldozer bot deleted the gprusak-remove-epoch-sync branch October 24, 2022 13:40
nikurt pushed a commit that referenced this pull request Oct 25, 2022
EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.
nikurt pushed a commit that referenced this pull request Nov 7, 2022
EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.
nikurt pushed a commit that referenced this pull request Nov 7, 2022
EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.
nikurt pushed a commit that referenced this pull request Nov 7, 2022
EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.
nikurt pushed a commit that referenced this pull request Nov 7, 2022
EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.
nikurt pushed a commit that referenced this pull request Nov 9, 2022
EpochSync was never implemented, there is just a bunch of stubs left here and there. Removing them.
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.

2 participants