tari-project / tari-dan

BSD 3-Clause "New" or "Revised" License
5 stars 14 forks source link

feat(tari_swarm_daemon): link up wallet daemon and signaling server #1041

Closed mrnaveira closed 1 month ago

mrnaveira commented 1 month ago

Description

Links up wallet daemon and signaling server in the tari_swam application

Motivation and Context

tari_swarm_daemon is a very useful tool to spawn a local Tari network for development purposes. But currently the wallet daemon process is not spawn with the signaling server address, which means that webRTC communication between web pages and the wallet daemon is not possible. This PR makes the necessary changes to the tari_swarm_daemon to make this possible.

How Has This Been Tested?

Manually by running tari_swarm_daemon and connecting a site to the wallet daemon using tari.js

What process can a PR reviewer use to test or verify this change?

See previous section. Note that existing tari_swarm process directories (and config files) must be created fresh for this change to work.

Breaking Changes

github-actions[bot] commented 1 month ago

Test Results (CI)

541 tests  ±0   541 :white_check_mark: ±0   2h 29m 45s :stopwatch: + 10m 56s  63 suites ±0     0 :zzz: ±0    2 files   ±0     0 :x: ±0 

Results for commit 6a717ebd. ± Comparison against base commit 029f5026.

:recycle: This comment has been updated with latest results.