-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(swarm): list all running instances (ports etc) (#1051)
Description --- Lists all instances in swarm UI Motivation and Context --- Allows the user to easily see all allocated ports and base dir for each running instance. This allows the user to work around the signaling server URL not being specified in the connect link and manually specify the port in e.g. template-web. Since we may change the wallet daemon to allow browser connections through the webtransport, websockets etc using libp2p negating the need for the signaling server, I did not implement changes to the URL. How Has This Been Tested? --- Manually What process can a PR reviewer use to test or verify this change? --- Run swarm Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information
Showing
4 changed files
with
57 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters