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

eth2wrap: initialize fork version on lazy #3131

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

gsora
Copy link
Collaborator

@gsora gsora commented Jun 11, 2024

Instead of relying on the lazy interface to set the Eth2CL fork version, initialize it immediately before returning it as a lazy.

Fixes exits through VCs.

category: bug
ticket: none

Instead of relying on the `lazy` interface to set the Eth2CL fork version, initialize it immediately *before* returning it as a `lazy`.

Fixes exits through VCs.
@gsora gsora force-pushed the gsora/fix-vc-exits-capella-domain branch from dc40d06 to c2e6f0b Compare June 11, 2024 10:28
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

Attention: Patch coverage is 20.75472% with 42 lines in your changes missing coverage. Please review.

Project coverage is 56.82%. Comparing base (f286523) to head (79c0acb).
Report is 2 commits behind head on main.

Files Patch % Lines
cluster/manifestpb/v1/manifest.pb.go 0.00% 9 Missing ⚠️
dkg/dkgpb/v1/frost.pb.go 0.00% 7 Missing ⚠️
core/corepb/v1/consensus.pb.go 0.00% 5 Missing ⚠️
core/corepb/v1/priority.pb.go 0.00% 5 Missing ⚠️
core/corepb/v1/core.pb.go 0.00% 4 Missing ⚠️
app/log/loki/lokipb/v1/loki.pb.go 0.00% 3 Missing ⚠️
dkg/dkgpb/v1/bcast.pb.go 0.00% 3 Missing ⚠️
dkg/dkgpb/v1/sync.pb.go 0.00% 2 Missing ⚠️
app/app.go 0.00% 1 Missing ⚠️
app/peerinfo/peerinfopb/v1/peerinfo.pb.go 50.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3131      +/-   ##
==========================================
+ Coverage   56.73%   56.82%   +0.09%     
==========================================
  Files         208      208              
  Lines       29308    29314       +6     
==========================================
+ Hits        16628    16658      +30     
+ Misses      10838    10817      -21     
+ Partials     1842     1839       -3     

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

@gsora gsora added merge when ready Indicates bulldozer bot may merge when all checks pass and removed merge when ready Indicates bulldozer bot may merge when all checks pass labels Jun 11, 2024
@gsora gsora requested a review from KaloyanTanev June 11, 2024 11:34
Copy link

sonarcloud bot commented Jun 11, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gsora gsora added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jun 11, 2024
@obol-bulldozer obol-bulldozer bot merged commit 13f5f31 into main Jun 11, 2024
12 checks passed
@obol-bulldozer obol-bulldozer bot deleted the gsora/fix-vc-exits-capella-domain branch June 11, 2024 15:53
gsora added a commit that referenced this pull request Jun 11, 2024
Instead of relying on the `lazy` interface to set the Eth2CL fork version, initialize it immediately *before* returning it as a `lazy`.

Fixes exits through VCs.

category: bug
ticket: none
obol-bulldozer bot pushed a commit that referenced this pull request Jun 11, 2024
- #3130
- #3131
- #3132

category: misc
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.

2 participants