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

Add expected lodestar warning in FAQs #233

Closed
1 task
dB2510 opened this issue Jul 12, 2023 · 0 comments · Fixed by #242
Closed
1 task

Add expected lodestar warning in FAQs #233

dB2510 opened this issue Jul 12, 2023 · 0 comments · Fixed by #242
Assignees

Comments

@dB2510
Copy link
Contributor

dB2510 commented Jul 12, 2023

🎯 Problem to be solved

With v0.16.0 release we made lodestar our default VC in charon-distributed-validator-node repo. Lodestar logs some warnings in console which are expected. We need to add these logs to our FAQs section of Errors & Resolutions.

🛠️ Proposed solution

Add lodestar warning logs to Errors & Resolutions. Lodestar logs following warnings:

Jul-12 12:44:36.261[]                 warn: Potential next epoch attester duties reorg slot=6861821, dutyEpoch=214432, priorDependentRoot=0xa08b0d0000000000000000000000000000000000000000000000000000000000, newDependentRoot=0xc68535c177b97d0f5ca2c2c50888563b6d63fe5c91ede07b86e96df93d64368f
Jul-12 12:44:36.341[]                 warn: Potential current epoch attester duties reorg slot=6861821, dutyEpoch=214431, priorDependentRoot=0x9f8b0d0000000000000000000000000000000000000000000000000000000000, newDependentRoot=0x307b4e4631c581b0be844995cea0d92f99710be7386a6547c85924973007a55a
Jul-12 12:44:48.720[]                 warn: Potential next epoch attester duties reorg slot=6861822, dutyEpoch=214432, priorDependentRoot=0xa08b0d0000000000000000000000000000000000000000000000000000000000, newDependentRoot=0xc68535c177b97d0f5ca2c2c50888563b6d63fe5c91ede07b86e96df93d64368f
Jul-12 12:44:48.796[]                 warn: Potential current epoch attester duties reorg slot=6861822, dutyEpoch=214431, priorDependentRoot=0x9f8b0d0000000000000000000000000000000000000000000000000000000000, newDependentRoot=0x307b4e4631c581b0be844995cea0d92f99710be7386a6547c85924973007a55a

Lodestar logs these warnings because charon is not able to return proper dependent_root value in getAttesterDuties API response whenever lodestar calls this API. This is because charon uses go-eth2-client for all the beacon API calls and it doesn't provide dependent_root value in responses. We have reported this to them here.

🧪 Tests

  • Netlify deployment build tests passing

👐 Additional acceptance criteria

❌ Out of Scope

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 a pull request may close this issue.

2 participants