-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adapt to v1 contract interface and aggregate data #295
Comments
Using this space to think out loud a bit (will edit to update ad hoc):
|
You can get specifics from the contract logs. Distinct user deposits? Grab You care where specific deposits went? Use See how |
|
@shanejearley - Going to PR this now but left some specific implementation around rewards calculation out until we decide on what we want calculated where. Definitely down to do that in a separate PR (once we decide what we want to fetch/subscribe/listen to and where (FE vs BE)). Gained decent understanding of how to interface with SSVManager, which will allow me to more rapidly develop next related features, so that's a win imho. |
Referencing v1 interface output from #294 when merged. This will mostly affect fetching and displaying user stake and rewards (or just increasing stake, for compounding). Some fetching and computation will be moved in #256 so it will be worth coordinating with @hawyar when we get to that point. But, you will at least hand the same interface to @DemogorGod regardless of underlying implementation.
The text was updated successfully, but these errors were encountered: