feat(explorer): add staking history charts to validator detail page - #257
feat(explorer): add staking history charts to validator detail page#257Juligs wants to merge 1 commit into
Conversation
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
it doesn't match the current epoch value, so there might be an issue 🙈 we show two different APYs on this page: the one at the top (from ValidatorStats, coming from the node) and the last point in the chart 💹 and the values won't match 🙏
Screencast.from.2026-07-16.09-42-10.webm
The APY stat at the top is calculated using an average across multiple epochs, while the chart shows the APY for each individual epoch based on the corresponding epoch event, so the values won’t match exactly. Maybe we could rename the chart label to |
No description provided.