-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
Add total staked on address page/ fix wrong digest link format #14368
Merged
Jibz-Mysten
merged 10 commits into
main
from
gj/explorer-show-staked-amount-in-addres-page
Oct 23, 2023
Merged
Add total staked on address page/ fix wrong digest link format #14368
Jibz-Mysten
merged 10 commits into
main
from
gj/explorer-show-staked-amount-in-addres-page
Oct 23, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
Jibz-Mysten
changed the title
Add total staked on address page
Add total staked on address page/ fix wrong digest link format
Oct 22, 2023
Jibz-Mysten
requested review from
mamos-mysten and
Nikhil-Mysten
and removed request for
a team
October 22, 2023 21:09
plam-ml
reviewed
Oct 23, 2023
plam-ml
approved these changes
Oct 23, 2023
jonas-lj
pushed a commit
to jonas-lj/sui
that referenced
this pull request
Nov 2, 2023
…nLabs#14368) ## Description This PR adds `STAKING` Amount on the explorer page. I moved `useGetDelegatedStake` to core and added the option to `autoRefetch` with existing predefined stale time and refresh. Fix wrong digest link format <img width="408" alt="Screenshot 2023-10-22 at 4 42 34 PM" src="https://github.com/MystenLabs/sui/assets/126525197/2f65cb14-e57f-4637-86a4-c3800f93c894"> <img width="1341" alt="Screenshot 2023-10-22 at 4 36 56 PM" src="https://github.com/MystenLabs/sui/assets/126525197/db4a3aed-c5e5-4e11-b454-d7ac186d4d94">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds
STAKING
Amount on the explorer page. I moveduseGetDelegatedStake
to core and added the option toautoRefetch
with existing predefined stale time and refresh.Fix wrong digest link format