-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tari_swarm_daemon): link up wallet daemon and signaling server (#…
…1041) 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 --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify --------- Co-authored-by: stringhandler <[email protected]>
- Loading branch information
1 parent
20a2a5d
commit ad490ae
Showing
5 changed files
with
40 additions
and
16 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
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