xmr-btc-swap/swap/tests
Philipp Hoenisch ee90c228b4
Dynamically calculate fees using electrum's estimate_fee.
Electrum has an estimate-fee feature which takes as input the block you want a tx to be included.
The result is a recommendation of BTC/vbyte.
Using this recommendation and the knowledge about the size of our transactions we compute an appropriate fee.
The size of the transactions were taken from real transactions as published on bitcoin testnet.
Note: in reality these sizes might fluctuate a bit but not for much.
2021-05-07 10:24:41 +10:00
..
harness Dynamically calculate fees using electrum's estimate_fee. 2021-05-07 10:24:41 +10:00
alice_punishes_after_restart_punish_timelock_expired.rs Don't stutter 2021-04-26 12:45:39 +10:00
alice_refunds_after_restart_bob_refunded.rs Test Alice refunds if restarted and Bob refunded 2021-04-01 17:47:01 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs Don't stutter 2021-04-26 12:45:39 +10:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs Don't stutter 2021-04-26 12:45:39 +10:00
bob_refunds_using_cancel_and_refund_command.rs Don't stutter 2021-04-26 12:45:39 +10:00
concurrent_bobs_after_xmr_lock_proof_sent.rs Don't stutter 2021-04-26 12:45:39 +10:00
concurrent_bobs_before_xmr_lock_proof_sent.rs Don't stutter 2021-04-26 12:45:39 +10:00
ensure_same_swap_id.rs Don't stutter 2021-04-26 12:45:39 +10:00
happy_path_restart_alice_after_xmr_locked.rs Alice resumes swaps 2021-04-01 16:09:13 +11:00
happy_path_restart_bob_after_xmr_locked.rs Don't stutter 2021-04-26 12:45:39 +10:00
happy_path_restart_bob_before_xmr_locked.rs Don't stutter 2021-04-26 12:45:39 +10:00
happy_path.rs Refactor monero-harness containers 2021-04-26 18:12:57 +10:00
punish.rs Don't stutter 2021-04-26 12:45:39 +10:00