Bitcoin–Monero Cross-chain Atomic Swap
Find a file
binarybaron 5bb33fe35d
fix(asb): Allow history command to be run while asb is running (#82)
This applies the following PRs from upstream to our fork:
* fix(asb): Allow history command to be run while asb is running (#1724)
* Allow history command to be executed while asb is running by opening database in read-only mode (#1722)

---------

Co-authored-by: einliterflasche <einliterflasche@pm.me>
Co-authored-by: Einliterflasche <81313171+Einliterflasche@users.noreply.github.com>
2024-09-17 17:32:21 +02:00
.cargo feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) (#55) 2024-09-01 18:13:43 +02:00
.github ci(tauri): Sign darwin releases (#79) 2024-09-17 00:09:19 +02:00
docs feat(gui, swap): allow change-address to be omitted and default to internal wallet (#68) 2024-09-09 19:47:15 +02: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 refactor(gui): Make WithdrawDialog logic explicit 2024-09-09 21:47:52 +02:00
src-tauri feat(gui): Display logs of specific swap on press of button on history page 2024-09-09 21:31:54 +02:00
swap fix(asb): Allow history command to be run while asb is running (#82) 2024-09-17 17:32:21 +02:00
utils/gpg_keys feat: cargo project at root 2024-08-08 00:49:04 +02:00
.gitignore feat: cargo project at root 2024-08-08 00:49:04 +02:00
Cargo.lock feat(gui): open links in default browser (#50) 2024-09-04 17:11:06 +02:00
Cargo.toml feat: cargo project at root 2024-08-08 00:49:04 +02:00
CHANGELOG.md fix(asb): Allow history command to be run while asb is running (#82) 2024-09-17 17:32:21 +02:00
CONTRIBUTING.md feat: cargo project at root 2024-08-08 00:49:04 +02:00
Dockerfile fix(Dockerfile): Update image to 1.79 rust and build from /swap directory 2024-09-09 22:40:27 +02:00
dprint.json chore: Add prettier plugin to dprint config 2024-08-26 15:03:03 +02:00
LICENSE feat: cargo project at root 2024-08-08 00:49:04 +02:00
README.md clean: use dprint 2024-08-26 16:19:11 +02:00
rust-toolchain.toml chore: downgrade rust toolchain to 1.79 2024-08-27 18:07:49 +02:00

xmr-btc-swap

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.