-
Notifications
You must be signed in to change notification settings - Fork 2
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 command for fetching compute committees #104
Comments
Cheatsheet:
Extract the executors in the committee->members field. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, you can do
oasis net show nodes
, but you cannot determine which of those are actually elected in the (compute) committee for each ParaTime. Add something likeoasis net show committee <ParaTimeID>
which dumps the list of nodes in the given compute committee (and optionally for the specific block height).The text was updated successfully, but these errors were encountered: