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

feat(swarm): list all running instances (ports etc) #1051

Merged
merged 4 commits into from
Jun 25, 2024

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Jun 19, 2024

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

  • None
  • Requires data directory to be deleted
  • Other - Please specify

Copy link

github-actions bot commented Jun 19, 2024

Test Results (CI)

537 tests  ±0   537 ✅ ±0   2h 9m 39s ⏱️ - 3m 29s
 64 suites ±0     0 💤 ±0 
  2 files   ±0     0 ❌ ±0 

Results for commit 1f255b2. ± Comparison against base commit 3941ac4.

♻️ This comment has been updated with latest results.

* development:
  feat(consensus): proposed block parked and ready event (tari-project#1055)
  fix(swarm): reuse allocated ports after restart (tari-project#1056)
  fix(indexer): reuse validator RPC sessions (tari-project#1057)
  fix(indexer): clippy fixes (tari-project#1052)
* development:
  feat(swarm): json-rpc call to delete instance data (tari-project#1059)
  chore(deps): bump docker/build-push-action from 5 to 6 (tari-project#1061)
  refactor(wallet_daemon): use the indexer for substate listing (tari-project#1060)
@sdbondi sdbondi enabled auto-merge June 25, 2024 13:53
@sdbondi sdbondi added this pull request to the merge queue Jun 25, 2024
Merged via the queue into tari-project:development with commit 143006b Jun 25, 2024
11 checks passed
@sdbondi sdbondi deleted the swarm-list-all-instances branch June 25, 2024 15:05
sdbondi added a commit to sdbondi/tari-dan that referenced this pull request Jun 26, 2024
* development:
  feat(swarm): list all running instances (ports etc) (tari-project#1051)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants