xmr-btc-swap/swap/src
Thomas Eizinger 09e2d5b5d7
Simplify code within BobState::XmrLocked
By reducing the number of local variables, we can greatly simplify
this piece of code.
2021-03-18 15:45:57 +11:00
..
asb Update the application name for --version print 2021-03-18 12:24:10 +11:00
bin Rename ExecutionParams to EnvironmentConfig 2021-03-17 16:31:16 +11:00
bitcoin Move more domain knowledge onto the TxCancel type 2021-03-18 15:44:37 +11:00
cli Update the application name for --version print 2021-03-18 12:24:10 +11:00
database Properly handle concurrent messages to and from peers 2021-03-17 16:32:17 +11:00
monero Introduce monero::TransferRequest 2021-03-18 15:44:36 +11:00
network Introduce quote protocol and display it to the user before they fund 2021-03-04 16:26:27 +11:00
protocol Simplify code within BobState::XmrLocked 2021-03-18 15:45:57 +11:00
asb.rs Provide stronger isolation of kraken module 2021-03-05 13:56:25 +11:00
bitcoin.rs Greatly reduce load onto the Electrum backend 2021-03-16 19:24:31 +11:00
cli.rs Remove CLI config file in favour of parameters 2021-03-15 15:41:46 +11:00
database.rs Make sure all error messages start with an uppercase letter 2021-03-05 15:49:15 +11:00
env.rs Make Monero and Bitcoin wallet use a generalized sync interval 2021-03-17 16:31:17 +11:00
fs.rs Import anyhow::Result across the codebase 2021-02-22 13:26:56 +11:00
kraken.rs Disable backoffs max_elapsed_time functionality 2021-03-11 13:33:46 +11:00
lib.rs Merge #321 2021-03-17 10:22:26 +00:00
monero_ext.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
monero.rs Tell the user more about the monero lock transaction 2021-03-05 16:56:47 +11:00
network.rs Introduce quote protocol and display it to the user before they fund 2021-03-04 16:26:27 +11:00
protocol.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
seed.rs Add context if we fail to compute extended private key 2021-03-05 15:49:16 +11:00
trace.rs Disable timestamp if we log to a non-interactive terminal 2021-03-17 11:41:28 +11:00