Skip to content
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

Validator details #861

Closed
2 tasks done
csillag opened this issue Dec 22, 2024 · 1 comment
Closed
2 tasks done

Validator details #861

csillag opened this issue Dec 22, 2024 · 1 comment
Assignees

Comments

@csillag
Copy link
Contributor

csillag commented Dec 22, 2024

mockups: https://www.figma.com/file/8dwSyYOOm3vlgbvxPGT29p/Block-Explorer-(Post-Launch)?type=design&node-id=6092-212988&mode=design&t=y5RJp5Wyw0HndnoP-0

current UI: not available until we switch query param, but it is mostly done

API endpoint: https://nexus.oasis.io/v1/consensus/validators/9sAhd+Wi6tG5nAr3LwXD0y9mUKLYqfAbS2+7SZdNHB4=

Undelegations https://nexus.oasis.io/v1/consensus/accounts/oasis1qpqz2ut6a6prfcjm64xnpnjhsnqny6jqfyav829v/debonding_delegations_to

  • debond_end is always 0 , should we have something like epochLeft. How can I correctly show a date of debonding end?
    ^ this is a bug, @ptrus fixes it in debonding_delegations: remove id from the table #712
  • How should we show shares. Oasis scan style:"76" or Wallet style (Gigashares**)** 76.060790809
    • I believe this was resolved by frontend

Subtasks:

Update:

@Andrew7234 wrote:

Updated the task list with the current state! There are 3 remaining todos, which can likely all be completed in a follow-up PR once #646 (which tracks block signers/proposers) is merged.

There is some more work to be done on validator status, which is currently impl as a true/false but needs to be updated since there are 3 possible states of (active/inactive/waiting). Need some clarification on the difference between inactive/waiting. This will likely be impl in #686

@ptrus
Copy link
Member

ptrus commented Dec 22, 2024

This was completed.

@ptrus ptrus closed this as completed Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants