Skip to content

Commit 689dd89

Browse files
authored
feat(swap): Start wallets and tor client in parallel (#198)
CLI + GUI: At startup the wallets and tor client are started in parallel. This will speed up the startup time of the application.
1 parent 6cd228f commit 689dd89

File tree

7 files changed

+383
-286
lines changed

7 files changed

+383
-286
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
- CLI + GUI: Tor is now bundled with the application. All libp2p connections between peers are routed through Tor, if the `--enable-tor` flag is set. The `--tor-socks5-port` argument has been removed. This feature is powered by [arti](https://tpo.pages.torproject.net/core/arti/), an implementation of the Tor protocol in Rust by the Tor Project.
11+
- CLI + GUI: At startup the wallets and tor client are started in parallel. This will speed up the startup time of the application.
1112

1213
## [1.0.0-rc.5] - 2024-11-19
1314

0 commit comments

Comments
 (0)