xmr-btc-swap/swap/src
bors[bot] cf1c448b7c
Merge #460
460: Different default directories for CLI and ASB r=da-kami a=da-kami

Fixes #437 

Using the same default directory as data-/config-dir has caused unwanted side effects when running both applications on the same machine.
Use these directory names:
- ASB: `xmr-btc-swap-asb`
- CLI: `xmr-btc-swap-cli`

Since the functionality is now application specific the respective functions were moved into the appropriate module of the application.

Co-authored-by: Daniel Karzel <daniel@comit.network>
2021-04-30 04:24:29 +00:00
..
asb !fixup Different default directories for CLI and ASB 2021-04-30 11:03:13 +10:00
bin Different default directories for CLI and ASB 2021-04-29 19:02:16 +10:00
bitcoin Upgrade to bdk 0.6 2021-04-19 10:14:14 +10:00
cli !fixup Different default directories for CLI and ASB 2021-04-30 11:03:13 +10:00
database Await 10 confirmations of lock tx in refund 2021-04-01 16:03:38 +11:00
monero Initialize reqwest clients with verbose logging 2021-04-26 18:12:56 +10:00
network Peer check for incoming transfer proofs 2021-04-29 18:28:14 +10:00
protocol Peer check for incoming transfer proofs 2021-04-29 18:28:14 +10:00
asb.rs Remove redundant noun from tracing initialiser functions 2021-04-08 16:14:32 +10:00
bitcoin.rs Alice to validate Bob's PSBT for correctness 2021-03-30 13:02:56 +11:00
cli.rs Remove redundant noun from tracing initialiser functions 2021-04-08 16:14:32 +10:00
database.rs Save Alice's peer-id in the db for Bob 2021-04-01 16:06:48 +11:00
env.rs Safely abort swap if TxLock is not confirmed in a reasonable time 2021-03-30 11:13:09 +11:00
fs.rs !fixup Different default directories for CLI and ASB 2021-04-30 11:03:13 +10:00
kraken.rs Make kraken module emit PriceUpdates instead of Rates 2021-04-06 16:16:56 +10:00
lib.rs Add support for swapping through Tor. 2021-04-27 14:51:41 +10:00
monero_ext.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
monero.rs Add a configurable spread to the ASB 2021-04-06 16:16:58 +10:00
network.rs Add support for swapping through Tor. 2021-04-27 14:51:41 +10:00
protocol.rs Multiple swaps with the same peer 2021-04-13 18:16:19 +10:00
seed.rs Derive Tor secret key from seed. 2021-04-27 16:39:32 +10:00
tor.rs Add support for swapping through Tor. 2021-04-27 14:51:41 +10:00