Skip to content

Commit

Permalink
feat(swap): Start wallets and tor client in parallel (#198)
Browse files Browse the repository at this point in the history
CLI + GUI: At startup the wallets and tor client are started in parallel. This will speed up the startup time of the application.
  • Loading branch information
binarybaron authored Nov 21, 2024
1 parent 6cd228f commit 689dd89
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 286 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- 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.
- CLI + GUI: At startup the wallets and tor client are started in parallel. This will speed up the startup time of the application.

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

Expand Down
Loading

0 comments on commit 689dd89

Please sign in to comment.