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

core/validatorapi: fix readyz issue #1599

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Conversation

dB2510
Copy link
Contributor

@dB2510 dB2510 commented Jan 7, 2023

Fixes readyz issue. This is done by moving seenPubkeys logic to getPubShareFunc. In canary clusters such as canary-goerli-1 it turns out that the nodes reporting value 5 are the ones with lighthouse VC which calls get_validator with validator_index and not pubkey.

category: bug
ticket: #1501

@codecov
Copy link

codecov bot commented Jan 7, 2023

Codecov Report

Base: 54.17% // Head: 54.05% // Decreases project coverage by -0.12% ⚠️

Coverage data is based on head (2d3d29b) compared to base (3c1ce29).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1599      +/-   ##
==========================================
- Coverage   54.17%   54.05%   -0.13%     
==========================================
  Files         157      157              
  Lines       19943    19942       -1     
==========================================
- Hits        10804    10779      -25     
- Misses       7679     7709      +30     
+ Partials     1460     1454       -6     
Impacted Files Coverage Δ
core/validatorapi/validatorapi.go 59.00% <0.00%> (-0.06%) ⬇️
core/qbft/qbft.go 73.73% <0.00%> (-9.25%) ⬇️
p2p/bootnode.go 20.53% <0.00%> (-2.68%) ⬇️
core/priority/prioritiser.go 60.48% <0.00%> (-0.41%) ⬇️
app/eth2wrap/synthproposer.go 66.56% <0.00%> (+0.31%) ⬆️
app/peerinfo/peerinfo.go 54.71% <0.00%> (+3.14%) ⬆️
app/vmock.go 77.20% <0.00%> (+5.69%) ⬆️
dkg/transport.go 66.66% <0.00%> (+12.96%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dB2510 dB2510 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jan 9, 2023
@obol-bulldozer obol-bulldozer bot merged commit 76952f5 into main Jan 9, 2023
@obol-bulldozer obol-bulldozer bot deleted the dhruv/fixdetectvc branch January 9, 2023 08:15
@corverroos corverroos changed the title core/validatorapi: fix readyz issues in canary clusters core/validatorapi: fix readyz issue Jan 9, 2023
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