mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 02:13:11 -05:00
Bitcoin–Monero Cross-chain Atomic Swap
* feat(wallet): Use mempool.space as a secondary fee estimation source * fix: warn if mempool client cannot be instantiated * make clippy happy * nitpick: rename clippy_check to clippy in justfile * rename `estimate_fee_rate_from_mempool` to `estimate_fee_rate_from_histogram` for clarity * dprint fmt * make clippy happy * change teacing level back to debug! * change log levels * refactors * refactor: estimate_fee and min_relay_fee * serde camel case Co-authored-by: Byron Hambly <byron@hambly.dev> * refactors * Add comments, use Weight struct where possible * fmt, fix testrs * dont fallback to bitcoin::MAX, fail instead * make mempool space optional * fmt * refactor: use estimate_fee(...) in max_giveable(...) * refactor max_giveable(...) * refactor max_giveeable to return fee as well, remove safety margin for fee * fix compile * fmtr * fix(integration test): Use pre-calculated cancel / punish fees for assert_alice_punished * fix(integration test): Use real fees for asserts * sync wallet before transaction_fee call * split send_to_address into sweep_balance_to_address_dynamic_fee --------- Co-authored-by: Byron Hambly <byron@hambly.dev> |
||
|---|---|---|
| .cargo | ||
| .github | ||
| .vscode | ||
| dev-docs | ||
| dev_scripts | ||
| docs | ||
| monero-harness | ||
| monero-rpc | ||
| monero-wallet | ||
| src-gui | ||
| src-tauri | ||
| swap | ||
| utils/gpg_keys | ||
| .gitignore | ||
| .gitmodules | ||
| 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.
Running tests
This repository uses cargo-nextest to run the test suite.
cargo install cargo-nextest
cargo nextest run