xmr-btc-swap/swap/src
Thomas Eizinger 66db8e1851
Remove unnecessary log dependency
By updating `tracing_log`, we can access the re-export. That we need
to initialize the `tracing_log` adaptor.

The usage of `log::LevelFilter` for the `init_tracing` function was
conceptually incorrect. We should be using a type from the `tracing`
library here.
2021-02-23 14:30:32 +11:00
..
asb Skip heartbeat messages 2021-02-22 14:51:22 +11:00
bin Remove unnecessary log dependency 2021-02-23 14:30:32 +11:00
bitcoin Merge #209 2021-02-22 00:00:06 +00:00
cli Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
database Split monero-harness into harness and rpc 2021-02-23 14:30:20 +11:00
monero Split monero-harness into harness and rpc 2021-02-23 14:30:20 +11:00
network Remove unnecessary mention of Tor in comment 2021-02-15 10:12:08 +11:00
protocol Split monero-harness into harness and rpc 2021-02-23 14:30:20 +11:00
asb.rs Make LatestRate::Error require std::error::Error trait bound 2021-02-22 13:27:47 +11:00
bitcoin.rs Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
cli.rs Move cli specific modules under cli folder 2021-02-11 10:34:44 +11:00
database.rs Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
execution_params.rs Avoid possible mix up between timelocks 2021-02-15 16:20:31 +11:00
fs.rs Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
lib.rs Merge #214 2021-02-22 00:39:19 +00:00
monero_ext.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
monero.rs Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
network.rs Top to bottom pub mod then mod then pub use then use (incl. use crate and use self) 2021-01-21 19:10:51 +11:00
protocol.rs Only construct proof system once 2021-02-19 15:18:39 +11:00
seed.rs Derive bitcoin private key from seed 2021-02-16 14:57:12 +11:00
serde_peer_id.rs Bob peer id can be retrieved from the DB 2021-01-22 17:19:20 +11:00
trace.rs Remove unnecessary log dependency 2021-02-23 14:30:32 +11:00