mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-25 02:13:11 -05:00
feat(asb): Take ongoing swaps into consideration when crafting quote (#245)
* Subtract monero that is reversed for ongoing swaps from the quote volume * Also reserve monero tx fee * dprint fmt * Add todo for better XMR management * fix dprint lint * Warn instead of fail, default to 0 quote when reserved funds exceed monero balance * Add more information to warning * Add changelog entry * feat(monero-sys): Initial commit. Regtest integration test. Wrapper around basic Wallet functions, depends on monero#9464 * merge master, extract logic into unreserved_monero_balance * fmt * remove shit * revert * refactor * make clippy happy, add comments * Split code into smaller portions, add unit tests * refactor, add unit tests * fmt * reorder functions * fix compile error, max timeout of 10s for mutex lock --------- Co-authored-by: Binarybaron <binarybaron@protonmail.com>
This commit is contained in:
parent
b49b5bdbd6
commit
3b3bea8531
5 changed files with 609 additions and 86 deletions
|
|
@ -31,7 +31,9 @@ Consider joining the designated [Matrix chat](https://matrix.to/#/%23unstoppable
|
|||
|
||||
### Using Docker
|
||||
|
||||
Running the ASB and its required services (Bitcoin node, Monero node, wallet RPC) can be complex to set up manually. We provide a Docker Compose solution that handles all of this automatically. See our [docker-compose repository](https://github.com/UnstoppableSwap/asb-docker-compose) for setup instructions and configuration details.
|
||||
Running the ASB and its required services (Bitcoin node, Monero node, wallet RPC) can be complex to set up manually.
|
||||
We provide a Docker Compose solution that handles all of this automatically.
|
||||
See our [docker-compose repository](https://github.com/UnstoppableSwap/asb-docker-compose) for setup instructions and configuration details.
|
||||
|
||||
## ASB Details
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue