Bitcoin–Monero Cross-chain Atomic Swap
Find a file
Mohan 9a04bd5682
feat(protocol, wallet): Reveal enc sig fast (#357)
* feat(asb, cli): Add safety margin to chosen Bitcoin fee for pre-signed transactions

* feat(gui): Add Context init overlay

* feat(protocol): Reveal enc sig fast (before full 10 confirmations)

* feat(wallet): Use mempool.space as a secondary fee estimation source

* log libp2p crates

* revert useless stuff

* remove unused elements in state machine

* remove redundant diff

* minimize diff

* dont make xmr_lock_tx_target_confirmations optional

* pass target conf in listener callback for monero txs

* refactor

* refactor

* nitpicks

* feat: add migration file for xmr field in state3, state4, state5 and state6

* revert .gitignore

* add monero_double_spend_safe_confirmations to env.rs

* change durations in  SwapStateStepper.tsx

* remove unused helper functions

* use env_config.monero_double_spend_safe_confirmations in state machine

* refactor

* Update src-gui/src/renderer/components/modal/swap/pages/in_progress/WaitingForXmrConfirmationsBeforeRedeemPage.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix label for retry op

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-06-30 16:42:53 +02:00
.cargo feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.github minimal rust version: 1.85, fix monero-rs expect(...) panic 2025-06-20 21:07:23 +02:00
.vscode feat(gui): Voluntary donations (#418) 2025-06-25 16:37:47 +02:00
dev-docs Update README.md 2025-06-25 09:28:52 +02:00
dev_scripts feat(docs): flatpak 2025-06-27 22:10:33 +02:00
docs feat(docs): flatpak 2025-06-27 22:10:33 +02:00
electrum-pool bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
flatpak feat(docs): flatpak 2025-06-27 22:10:33 +02:00
monero-harness fix(gui): Formatting of new approval dialog 2025-06-25 19:07:42 +02:00
monero-rpc feat(protocol, wallet): Reveal enc sig fast (#357) 2025-06-30 16:42:53 +02:00
monero-rpc-pool refactor(monero-rpc-pool): Type safe SQL, simplify discovery (#443) 2025-06-30 10:53:01 +02:00
monero-sys feat(protocol, wallet): Reveal enc sig fast (#357) 2025-06-30 16:42:53 +02:00
monero-wallet feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
src-gui feat(protocol, wallet): Reveal enc sig fast (#357) 2025-06-30 16:42:53 +02:00
src-tauri bump: version to 2.3.3 2025-06-26 11:21:09 +02:00
swap feat(protocol, wallet): Reveal enc sig fast (#357) 2025-06-30 16:42:53 +02:00
utils/gpg_keys fix: Remove .DS_STORE file 2024-07-26 14:44:40 +02:00
.dockerignore feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.gitignore feat(monero): Remote node load balancing (#420) 2025-06-19 01:35:34 +02:00
.gitmodules feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.taurignore feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
AGENT.md fix(dprint): Ignore .git folder 2025-05-26 21:05:28 +02:00
Cargo.lock refactor(monero-rpc-pool): Type safe SQL, simplify discovery (#443) 2025-06-30 10:53:01 +02:00
Cargo.toml fix(monero-sys): Allow opt-level to be max (linker opt issue) 2025-06-25 20:19:29 +02:00
CHANGELOG.md fix(protocol): adjust Monero lock retry docs (#445) 2025-06-29 20:53:25 +02:00
CONTRIBUTING.md docs(dev): switch test instructions to nextest (#361) 2025-05-27 11:05:49 +02:00
Dockerfile fix: max 3 cores for docker build env 2025-06-24 00:29:45 +02:00
dprint.json refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
justfile feat(monero): Remote node load balancing (#420) 2025-06-19 01:35:34 +02:00
LICENSE Change license to GPLv3 2020-10-12 17:13:25 +11:00
README.md bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
rust-toolchain.toml minimal rust version: 1.85, fix monero-rs expect(...) panic 2025-06-20 21:07:23 +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

Contributing

We have a justfile containing a lot of useful commands. Run just help to see all the available commands.

Running tests

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

cargo install cargo-nextest
cargo nextest run