dashmate group:status returns DockerComposeError: Docker Compose error: No such service: drive_tenderdash when running against a local network. This is because the local seed node does not run platform chain.
What was done?
Add condition checks to the group status command so they do not run against the seed node.
How Has This Been Tested?
Locally
Breaking Changes
None
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
359
dashmate group:status
returnsDockerComposeError: Docker Compose error: No such service: drive_tenderdash
when running against a local network. This is because the local seed node does not run platform chain.What was done?
Add condition checks to the group status command so they do not run against the seed node.
How Has This Been Tested?
Locally
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only