mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 18:03:08 -05:00
Bitcoin–Monero Cross-chain Atomic Swap
* 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> |
||
|---|---|---|
| .cargo | ||
| .github | ||
| .vscode | ||
| dev-docs | ||
| dev_scripts | ||
| docs | ||
| electrum-pool | ||
| flatpak | ||
| monero-harness | ||
| monero-rpc | ||
| monero-rpc-pool | ||
| monero-sys | ||
| monero-wallet | ||
| src-gui | ||
| src-tauri | ||
| swap | ||
| utils/gpg_keys | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| .taurignore | ||
| AGENT.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| dprint.json | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
UnstoppableSwap
This is the monorepo containing the source code for all of our core projects:
swapcontains the source code for the main swapping binaries,asbandswapguicontains the new tauri based user interfacetauricontains 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.
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