-
Notifications
You must be signed in to change notification settings - Fork 33
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
Reward indexing #100
Comments
This is not something that we are looking to add, but if you wish to do so I'd accept a PR. Due to the size of the database already, it makes sense for the information to be added to existing tables. The lowest-level table would be I'd be happy to provide guidance on how to add this functionality if necessary. |
Sure, it'd be appreciated ! |
Can you tell me what's your take on how to proceed ? I've thought about querying the node, but it could be quite slow and necessary if all necessary information to compute detailed reward is already in the chaind db. The way I'm trying to achieve this is by trying to compute them following the spec. |
Hello,
I'm interested in indexing the detail of validators rewards returned by the
/eth/v1/beacon/rewards/attestations/:epoch
endpoint.Is it planned for chaind to do so ?
If so, I'd be willing to help.
The text was updated successfully, but these errors were encountered: