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 RPC and utils #297

Closed
3 of 4 tasks
ilblackdragon opened this issue Apr 27, 2020 · 1 comment
Closed
3 of 4 tasks

Validator RPC and utils #297

ilblackdragon opened this issue Apr 27, 2020 · 1 comment
Labels
devx enhancement New feature or request P1 Very important

Comments

@ilblackdragon
Copy link
Member

ilblackdragon commented Apr 27, 2020

We want to have validator tools available for all users: shell, explorer, applications.

Specifically:

  • RPC to fetch validator data (done)
  • Computing seat price (done)
  • Computing validator schedule for any epoch (requires reimplemented random shuffle from nearcore)
  • Given current validators and proposals, perspective next epoch (done)

See these comments for more details:
and near/nearcore#2259 (comment) and this PR for code:
near/near-cli#328 (comment)

@frol
Copy link
Collaborator

frol commented Mar 11, 2021

This issue has been mostly fulfilled. Reimplementing the validator schedule in JS is quite an effort, so I suggest we close this issue and either open a new one for the remaining item or only get back to it once we have a real need for that (it is advanced tooling for the validators, but currently we have a stable set of validators, so I don't think it is that important now).

@frol frol closed this as completed Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devx enhancement New feature or request P1 Very important
Projects
None yet
Development

No branches or pull requests

3 participants