Skip to content

feat(insights): add message about 50% uptime for other scores #2395

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apps/insights/src/components/PriceComponentsCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,12 @@ const otherColumns = ({
Deviation measures how close a publisher{"'"}s quote is to
what Pyth believes to be the true market quote.
</p>
<p>
Note that publishers must have an uptime of at least 50% to
be ranked. If a publisher{"'"}s uptime is less than 50%,
then the deviation and the stalled score of the publisher
will be 0 to reflect their ineligibility.
</p>
{metricsTime && <EvaluationTime scoreTime={metricsTime} />}
<Button
href="https://docs.pyth.network/home/oracle-integrity-staking/publisher-quality-ranking#price-deviation-1"
Expand Down Expand Up @@ -537,6 +543,12 @@ const otherColumns = ({
value repeatedly for the quote. This score component is
reduced each time a feed is stalled.
</p>
<p>
Note that publishers must have an uptime of at least 50% to
be ranked. If a publisher{"'"}s uptime is less than 50%,
then the deviation and the stalled score of the publisher
will be 0 to reflect their ineligibility.
</p>
{metricsTime && <EvaluationTime scoreTime={metricsTime} />}
<Button
href="https://docs.pyth.network/home/oracle-integrity-staking/publisher-quality-ranking#lack-of-stalled-prices-1"
Expand Down
Loading