Bitcoin–Monero Cross-chain Atomic Swap
Find a file
binarybaron d53c12d64e
feat(asb, cli): Listen on onion address, dial onion addresses (#203)
This pull requests
- Adds rust native support for the `asb` to listen on an onion service. Previously we were depedent on a seperately running `torc` client. Instead we now use [arti](https://tpo.pages.torproject.net/core/arti/), a rust implementation of the tor protocol.
- Removes the `tor.control_port` and `tor.socks5_port` property from the config of the `asb`
- Adds a new `tor.register_hidden_service` boolean property to the config of the `asb` which when enabled automatically runs a hidden service at startup
- Adds a new `tor.hidden_service_num_intro_points` config property to specify how many introduction points to register the onion service at
- Adds support for the `cli` to dial onion addresses

This is dependent on https://github.com/umgefahren/libp2p-tor/pull/24

Closes https://github.com/UnstoppableSwap/core/issues/16
2024-12-03 21:24:33 +01:00
.cargo feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) (#55) 2024-09-01 18:13:43 +02:00
.github Revert "feat(ci): Build on ubuntu-22.0.4 with webkit pinned to 2.36.0 to support old systems" 2024-11-26 13:30:09 +01:00
.vscode release(gui): 1.0.0 alpha.1 (#125) 2024-10-22 13:22:46 +02:00
dev-docs Update README.md 2024-12-01 20:26:16 +01:00
docs feat: Maker avatar (#205) 2024-11-25 20:15:09 +01:00
monero-harness chore(monero, monero_harness): bump tracing-subscriber to 0.3 2024-08-28 12:18:58 +02:00
monero-rpc feat: cargo project at root 2024-08-08 00:49:04 +02:00
monero-wallet chore(monero, monero_harness): bump tracing-subscriber to 0.3 2024-08-28 12:18:58 +02:00
src-gui feat(gui): Release .deb binaries, allow auto updater to function with deb installations (#219) 2024-12-02 15:02:04 +01:00
src-tauri feat(asb, cli): Listen on onion address, dial onion addresses (#203) 2024-12-03 21:24:33 +01:00
swap feat(asb, cli): Listen on onion address, dial onion addresses (#203) 2024-12-03 21:24:33 +01:00
utils/gpg_keys feat: cargo project at root 2024-08-08 00:49:04 +02:00
.gitignore refactor(swap): Upgrade libp2p to 0.53.2, reliable retry mechanisms (#109) 2024-11-11 00:14:42 +01:00
Cargo.lock feat(asb, cli): Listen on onion address, dial onion addresses (#203) 2024-12-03 21:24:33 +01:00
Cargo.toml feat: cargo project at root 2024-08-08 00:49:04 +02:00
CHANGELOG.md feat(asb, cli): Listen on onion address, dial onion addresses (#203) 2024-12-03 21:24:33 +01:00
CONTRIBUTING.md feat: cargo project at root 2024-08-08 00:49:04 +02:00
Dockerfile fix(Dockerfile): Use swarm base debian version for builder and executor 2024-11-15 01:18:14 +01:00
dprint.json feat(gui, tauri): Accept --testnet flag, default to mainnet (#106) 2024-10-10 14:51:56 +02:00
LICENSE feat: cargo project at root 2024-08-08 00:49:04 +02:00
README.md update more links from docs/ to dev-docs/ 2024-11-29 16:11:40 +01:00
rust-toolchain.toml chore: downgrade rust toolchain to 1.79 2024-08-27 18:07:49 +02:00

UnstoppableSwap

This is the monorepo containing the source code for all of our core projects:

  • swap contains the source code for the main swapping binaries, asb and swap
  • gui contains the new tauri based user interface
  • tauri contains the tauri bindings between binaries and user interface
  • and other crates we use in our binaries

If you're just here for the software, head over to the releases tab and grab the binary for your operating system! If you're just looking for documentation, check out our docs page or our github docs.

Join our Matrix room to follow development more closely.

Screenshot 2024-11-21 at 6 19 03 PM