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

feat: add RewardsClaimed metaState model to capture state that isnt EigenState #188

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

seanmcgary
Copy link
Member

@seanmcgary seanmcgary commented Jan 15, 2025

Sometimes we may want to process logs and store the output in a more normalized and accessible format, such as tracking claimed rewards. This introduces the concept of the MetaState models to handle such cases.

The RewardsClaimed model tracks the RewardsClaimed event from the RewardsCoordinator.

closes #58

@seanmcgary seanmcgary requested a review from a team as a code owner January 15, 2025 18:00
@seanmcgary seanmcgary requested a review from 0xrajath January 15, 2025 18:00
@seanmcgary seanmcgary changed the title feat: add metaState models to capture state that isnt EigenState feat: add RewardsClaimed metaState model to capture state that isnt EigenState Jan 15, 2025
@seanmcgary seanmcgary added this to the v1.2.0 milestone Jan 15, 2025
Sometimes we may want to process logs and store the output
in a more normalized and accessible format, such as tracking
claimed rewards. This introduces the concept of the MetaState
models to handle such cases.
@seanmcgary seanmcgary force-pushed the sm-claimBalanceTracking branch from 857e48c to bc6bc5a Compare January 15, 2025 20:39
@seanmcgary seanmcgary merged commit 1365651 into master Jan 15, 2025
8 checks passed
@seanmcgary seanmcgary deleted the sm-claimBalanceTracking branch January 15, 2025 20:43
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 this pull request may close these issues.

Track earner claimed balances for easy API access
1 participant