xmr-btc-swap/swap/src
Thomas Eizinger 7387884e6d
Move log messages to the appropriate abstraction layer
Log messages are ideally as close to the functionality they are talking about, otherwise we might end up repeating ourselves on several callsites or the log messages gets outdated if the behaviour changes.
2021-03-02 09:49:33 +11:00
..
asb Maximum sell amount for ASB that defaults to 0.5 XMR 2021-02-26 16:48:27 +11:00
bin Inline tracing configuration for swap_cli 2021-03-02 09:49:33 +11:00
bitcoin Move log messages to the appropriate abstraction layer 2021-03-02 09:49:33 +11:00
cli Test to ensure default alice peer id and multi addr is valid 2021-03-01 11:00:30 +11:00
database Remove Tx arguments from add_signatures functions 2021-02-26 14:36:58 +11:00
monero Don't Arc the AtomicU32 2021-03-02 09:49:33 +11:00
network Remove unnecessary mention of Tor in comment 2021-02-15 10:12:08 +11:00
protocol Move log messages to the appropriate abstraction layer 2021-03-02 09:49:33 +11:00
asb.rs Make LatestRate::Error require std::error::Error trait bound 2021-02-22 13:27:47 +11:00
bitcoin.rs Remove BuildTxLockPsbt and GetNetwork traits 2021-02-26 14:36:58 +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 Simplify Transfer::transfer return type 2021-03-02 09:49:30 +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 syncing wallet log 2021-02-26 14:36:57 +11:00