Skip to content

Commit

Permalink
feat(swap): Use art_client to dial over Tor (#196)
Browse files Browse the repository at this point in the history
- Upgrade `sqlx` to `0.8`
- Use `[email protected]` in combination with [`libp2p-community-tor`](https://crates.io/crates/libp2p-community-tor/0.4.1). umgefahren/libp2p-tor#18 was required for this.
- Display spinner in GUI while Tor circuits are being established
- Remove unused dependencies (`once_cell`, `tauri-plugin-devtools`, `digest`, `hyper`, `itertools`, `erased_serde`)
- Bundle roboto font from npm registry
  • Loading branch information
binarybaron authored Nov 21, 2024
1 parent 3aef92e commit 6cd228f
Show file tree
Hide file tree
Showing 41 changed files with 2,735 additions and 917 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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.

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

- GUI: Set new Discord invite link to non-expired one
Expand Down
Loading

0 comments on commit 6cd228f

Please sign in to comment.