You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kostko@matevz
So, I tried to add these commands to oasis network show. The problem is that this command is becoming very bloated. I suggest the following:
Because the paratime section looks like this: oasis paratimes show { <round> [ <tx-index> | <tx-hash> ] | parameters }
I think the oasis network show should be about consensus. So, I would there remove the following commands: oasis network show { id | committees | entities | gas-costs | native-token | nodes | parameters | paratimes | validators }
I would move the removed commands to oasis operators section and put each command in its own file. Also add operators metadata where needed and extend the entities command to something like this: oasis operators entities [id]
with the following flags:
--paratime sapphire //to list operators on sapphire or other selected paratime
--show status //to show all node statuses of selected operator
It would be nice to have a cli function that lists data regarding operators and optionally stores it in the CSV. Examples of cmds:
oasis network operators < validators | sapphire | cipher | ... >
-> it would list operators metadata and addr with their emailsoasis network operators nodes
-> it would list node versions with their operator's metadata, addr and emailsAlias: opers
The text was updated successfully, but these errors were encountered: