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

devnet start/stop/status #14

Closed
mario4tier opened this issue Mar 13, 2023 · 1 comment
Closed

devnet start/stop/status #14

mario4tier opened this issue Mar 13, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mario4tier
Copy link
Member

Each workdir can run a sui-base background process for additional services.

"devnet status" should answer seperatly:

  • Is the sui-base service RUNNING/STOPPED
  • Is the network RESPONDING/DISCONNECTED

Example of services:

  • short-term: Automated devnet faucet RPCs to keep refueling client addresses
  • long-term: Reliable account management (against multi-apps/thread equivocation problems)

Services will be configurable in the "sui-base.yaml"

Note: That background process will be written in Rust. Will not be specific to devnet, but generalize to run one instance per workdir.

@mario4tier mario4tier self-assigned this Mar 14, 2023
@mario4tier mario4tier added the enhancement New feature or request label Mar 31, 2023
@mario4tier
Copy link
Member Author

suibase-daemon and multi-link RPC now implemented.
Their status are displayed seperatly.
All workdir (network type) now have start/stop/status support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant