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

Merge inspect and registry commands with network, paratime, account commands #73

Closed
matevz opened this issue May 11, 2023 · 0 comments
Closed

Comments

@matevz
Copy link
Member

matevz commented May 11, 2023

Current inspect and registry platform-specific commands seem out of place compared to account, paratime and network commadns which are user-centric. As a rule-of-thumb, entity and validator operations go under account, consensus operations go under network and runtime operations go under paratime. I suggest we merge those accordingly:

  • oasis registry runtime-register -> oasis paratime register
  • oasis registry entity-register, oasis registry entity-deregister, oasis registry node-unfreeze could go under oasis account entity register, oasis account entity deregister, oasis account node-unfreeze
  • oasis registry show -> oasis network show
  • oasis inspect native-token -> oasis network info (in the future, this could also be added to oasis paratime for querying ParaTime-native tokens, but currently this is not supported yet anyway)
  • oasis inspect node-status -> oasis network status
  • oasis inspect runtime-stats -> oasis paratime stats
  • oasis inspect governance-proposal -> oasis network governance-proposal
  • oasis inspect block -> oasis paratime show
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

1 participant