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

How to fetch Altair beacon_block_root? #145

Closed
dapplion opened this issue May 13, 2021 · 1 comment
Closed

How to fetch Altair beacon_block_root? #145

dapplion opened this issue May 13, 2021 · 1 comment

Comments

@dapplion
Copy link
Collaborator

The route GET /eth/v1/validator/sync_committee_contribution #138 expects the validator to provide a beacon_block_root.

This beacon_block_root have had to be previously signed by the validator at 1/3 of the slot. What's the recommended strategy to get this info from the beacon node?

@dapplion
Copy link
Collaborator Author

Both the approaches of

  • polling /eth/v1/beacon/headers/head
  • tracking head event

work fine

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

No branches or pull requests

1 participant