You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/src
Thomas Eizinger 78480547d5
Don't import tracing's macros
Log statements end up getting changed constantly and having to clean
up imports after that is annoying, for example, if the last `info!`
in a file disappears, you end up with an unused import warning.

Fully qualifying tracing's macros prevents that and also communicates
clearly that we are using tracing and not log.
3 years ago
..
asb Don't import tracing's macros 3 years ago
bin Don't import tracing's macros 3 years ago
bitcoin Explain why we clear the `bip32_derivation` map 3 years ago
cli Store Monero receive address in database and load it on resume 3 years ago
database Add a mandatory `--change-address` parameter to `buy-xmr` 3 years ago
monero `swap_setup` instead of `spot_price` and `execution_setup` 3 years ago
network Add isolated test for `list_sellers` function 3 years ago
protocol Don't import tracing's macros 3 years ago
asb.rs Add isolated test for `list_sellers` function 3 years ago
bitcoin.rs `swap_setup` instead of `spot_price` and `execution_setup` 3 years ago
cli.rs Add isolated test for `list_sellers` function 3 years ago
database.rs Store Monero receive address in database and load it on resume 3 years ago
env.rs ASB aborts if CLI does not lock BTC 3 years ago
fs.rs Improve logging by adding details as fields instead of into the msg. 3 years ago
kraken.rs Make price ticker ws url configurable 3 years ago
lib.rs Merge `--seller-addr` and `--seller-peer-id` into `--seller` parameter 3 years ago
libp2p_ext.rs Merge `--seller-addr` and `--seller-peer-id` into `--seller` parameter 3 years ago
monero.rs `swap_setup` instead of `spot_price` and `execution_setup` 3 years ago
monero_ext.rs Upgrade to bdk 4.0 3 years ago
network.rs Add the `list-sellers` command to the CLI 3 years ago
protocol.rs Dynamically chose fee for TxCancel. 3 years ago
seed.rs Derive Tor secret key from seed. 3 years ago
tor.rs Make use of torut's errors implementing `std::error::Error` 3 years ago