xmr-btc-swap/swap/src
Philipp Hoenisch 330269a1e9
Update assert_weight test to account for a range up to 8 bytes.
Weights fluctuate because of the length of the signatures. Valid ecdsa signatures can have 68, 69, 70, 71, or 72 bytes. Since most of our transactions have 2 signatures the weight can be up to 8 bytes less than the static weight (4 bytes per signature).
2021-05-11 10:50:24 +10:00
..
asb Move recovery commands in dedicated module 2021-05-07 16:21:02 +10:00
bin Move recovery commands in dedicated module 2021-05-07 16:21:02 +10:00
bitcoin Use rust_decimal in estimate_fee function. 2021-05-10 10:53:43 +10:00
cli Typo 2021-05-07 10:35:22 +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 Network protocol tests for spot_price behaviour 2021-05-07 15:00:29 +10:00
protocol Work in review comments 2021-05-07 16:21:02 +10:00
asb.rs Remove redundant noun from tracing initialiser functions 2021-04-08 16:14:32 +10:00
bitcoin.rs Update assert_weight test to account for a range up to 8 bytes. 2021-05-11 10:50:24 +10: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 Return proper error to CLI for all expected scenarios 2021-05-07 14:52:51 +10:00
network.rs Network protocol tests for spot_price behaviour 2021-05-07 15:00:29 +10:00
protocol.rs Dynamically chose fee for TxCancel. 2021-05-07 10:24:41 +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