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

eth2util: fix fork version #2600

Merged
merged 1 commit into from
Sep 28, 2023
Merged

eth2util: fix fork version #2600

merged 1 commit into from
Sep 28, 2023

Conversation

LukeHackett12
Copy link
Contributor

@LukeHackett12 LukeHackett12 commented Sep 28, 2023

Fix holesky genesis fork version.

category: bug
ticket: #2601

@LukeHackett12 LukeHackett12 changed the title Fix fork version eth2util: fix fork version Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (59ab8bc) 53.67% compared to head (60e48b9) 53.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2600      +/-   ##
==========================================
+ Coverage   53.67%   53.75%   +0.07%     
==========================================
  Files         200      200              
  Lines       27132    27132              
==========================================
+ Hits        14564    14585      +21     
+ Misses      10745    10725      -20     
+ Partials     1823     1822       -1     
Files Coverage Δ
eth2util/network.go 67.39% <ø> (ø)

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -54,7 +54,7 @@ var (
Holesky = Network{
ChainID: 17000,
Name: "holesky",
GenesisForkVersionHex: "0x00017000",
GenesisForkVersionHex: "0x01017000",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please add a link to where this is mentioned?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@LukeHackett12 LukeHackett12 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Sep 28, 2023
@obol-bulldozer obol-bulldozer bot merged commit dcf1c46 into main Sep 28, 2023
14 of 16 checks passed
@obol-bulldozer obol-bulldozer bot deleted the holesky-fix branch September 28, 2023 17:02
dB2510 pushed a commit that referenced this pull request Oct 9, 2023
Fix holesky genesis fork version.

category: bug
ticket: none
obol-bulldozer bot pushed a commit that referenced this pull request Oct 9, 2023
Fix holesky genesis fork version.

Cherry-pick: #2600

category: bug
ticket: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants