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

Fix Fork Data in Local Node #5997

Merged
merged 13 commits into from May 27, 2020
Merged

Fix Fork Data in Local Node #5997

merged 13 commits into from May 27, 2020

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented May 26, 2020

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

We only set the next fork version if there is a fork scheduled. We instead
set it all the time,which caused peering issues in witti.

Which issues(s) does this PR fix?

N.A

Other notes for review
N.A

@nisdas nisdas requested a review from a team as a code owner May 26, 2020 12:33
@nisdas nisdas added Ready For Review A pull request ready for code review Networking P2P related items labels May 26, 2020
beacon-chain/p2p/fork.go Outdated Show resolved Hide resolved
prylabs-bulldozer bot and others added 2 commits May 26, 2020 13:24
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
rauljordan
rauljordan previously approved these changes May 26, 2020
Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

A feedback on unit test

beacon-chain/p2p/fork.go Show resolved Hide resolved
@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #5997 into master will increase coverage by 0.06%.
The diff coverage is 73.33%.

@@            Coverage Diff             @@
##           master    #5997      +/-   ##
==========================================
+ Coverage   59.54%   59.61%   +0.06%     
==========================================
  Files         320      320              
  Lines       26991    27011      +20     
==========================================
+ Hits        16073    16102      +29     
+ Misses       8731     8721      -10     
- Partials     2187     2188       +1     

Copy link
Member

@terencechain terencechain left a comment

Choose a reason for hiding this comment

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

thanks!

@terencechain terencechain merged commit 7be8942 into master May 27, 2020
@delete-merged-branch delete-merged-branch bot deleted the fixForkData branch May 27, 2020 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Networking P2P related items Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants