You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
🎯 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 ofErrors & Resolutions
.🛠️ Proposed solution
Add lodestar warning logs to
Errors & Resolutions
. Lodestar logs following warnings:Lodestar logs these warnings because charon is not able to return proper
dependent_root
value ingetAttesterDuties
API response whenever lodestar calls this API. This is because charon usesgo-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
👐 Additional acceptance criteria
❌ Out of Scope
The text was updated successfully, but these errors were encountered: