-
Notifications
You must be signed in to change notification settings - Fork 523
update: overview page on stats #3330
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| <th className="border-r border-neutral-200 dark:border-neutral-800 px-6 py-3 text-center"> | ||
| <div className="flex items-center justify-center gap-2"> | ||
| <SortButton | ||
| field="validatorCount" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <th className="border-r border-neutral-200 dark:border-neutral-800 px-6 py-3 text-center"> | ||
| <div className="flex items-center justify-center gap-2"> | ||
| <SortButton | ||
| field="txCount" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| tooltip="Average Throughput (TPS) for the selected time-range (only available for daily view)" | ||
| > | ||
| <span className="text-sm font-semibold tracking-wide text-neutral-700 dark:text-neutral-300"> | ||
| Avg TPS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <th className="border-r border-neutral-200 dark:border-neutral-800 px-6 py-3 text-center"> | ||
| <div className="flex items-center justify-center gap-2"> | ||
| <SortButton | ||
| field="category" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| })) | ||
| .reverse(); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| return `${value.toFixed(6)}${unit}`; | ||
| } | ||
| }; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.









No description provided.