Bitcoin–Monero Cross-chain Atomic Swap
Find a file
Mohan 4702bd5bf2
feat: Reliable Peer Discovery (#408)
* feat(swap): Allow discovery at multiple rendezvous points, request quotes from locally stored peers

- Ensure uniqueness of the peer_addresses table (no duplicate entries)
- Add peer to local database even if we just request a quote, and no swap (call to list_sellers)
- Refactor list_sellers to take multiple rendezvous points
- Allow db to be passed into list_sellers, if so request quote from all locally stored peers

* feat: editable list of rendezvous points in settings, new maker box on help page

* Recover old commits

* fix small compile errors due to rebase

* amend

* fixes

* fix(gui): Do not display "Core components are loading..." spinner

* fix(gui): Prefer makers with m.minSwapAmount > 0 BTC

* feat(cli, gui): Fetch version of maker

* feat: display progress bar
2025-06-15 14:47:39 +02:00
.cargo feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) (#55) 2024-09-01 18:13:43 +02:00
.github fix: amend .github/workflows/build-gui-release-binaries.yml 2025-06-13 15:46:33 +02:00
.vscode feat(protocol): Early Bitcoin refund (#344) 2025-06-11 20:40:16 +02:00
dev-docs refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
dev_scripts dev: Add code2prompt scripts to extract entire codebase into single file (#285) 2025-04-15 14:59:38 +02:00
docs docs(maker): document new electrum and fee options (#401) 2025-06-12 13:08:32 +02:00
flatpak feat: flatpak build (#409) 2025-06-13 15:46:02 +02:00
monero-harness refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
monero-rpc feat(protocol): Early Bitcoin refund (#344) 2025-06-11 20:40:16 +02:00
monero-wallet refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
src-gui feat: Reliable Peer Discovery (#408) 2025-06-15 14:47:39 +02:00
src-tauri Prepare release 2.0.3 (#407) 2025-06-12 18:54:44 +02:00
swap feat: Reliable Peer Discovery (#408) 2025-06-15 14:47:39 +02:00
utils/gpg_keys fix: Remove .DS_STORE file 2024-07-26 14:44:40 +02:00
.gitignore upgrade(swap): Concurrent syncing, bdk upgrade, refactors (#180) 2025-05-18 22:54:03 +02:00
.gitmodules upgrade(swap): Concurrent syncing, bdk upgrade, refactors (#180) 2025-05-18 22:54:03 +02:00
AGENT.md fix(dprint): Ignore .git folder 2025-05-26 21:05:28 +02:00
Cargo.lock feat: Reliable Peer Discovery (#408) 2025-06-15 14:47:39 +02:00
Cargo.toml refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
CHANGELOG.md feat: Reliable Peer Discovery (#408) 2025-06-15 14:47:39 +02:00
CONTRIBUTING.md docs(dev): switch test instructions to nextest (#361) 2025-05-27 11:05:49 +02:00
Dockerfile fix(Dockerfile): Use swarm base debian version for builder and executor 2024-11-15 01:18:14 +01:00
dprint.json refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
justfile refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
LICENSE Change license to GPLv3 2020-10-12 17:13:25 +11:00
README.md docs(dev): switch test instructions to nextest (#361) 2025-05-27 11:05:49 +02:00
rust-toolchain.toml fix: Issues with 1.1.0-rc (#328) 2025-05-19 12:43:27 +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

Running tests

This repository uses cargo-nextest to run the test suite.

cargo install cargo-nextest
cargo nextest run