You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/swap/tests
Philipp Hoenisch 632293cf91
Add support for swapping through Tor.
This PR does a few things.
* It adds a TorTransport which either dials through Tor's socks5 proxy or via clearnet.
* It enables ASB to register hidden services for each network it is listening on. We assume that we only care about different ports and re-use the same onion-address for all of them. The ASB requires to have access to Tor's control port.
* It adds support to dial through a local Tor socks5 proxy. We assume that Tor is always available on localhost.  Swap cli only requires Tor to be running so that it can send messages via Tor's socks5 proxy.
* It adds a new e2e test which swaps through Tor. For this we assume that Tor is currently running on localhost. All other tests are running via clear net.
3 years ago
..
harness Add support for swapping through Tor. 3 years ago
alice_punishes_after_restart_punish_timelock_expired.rs Don't stutter 3 years ago
alice_refunds_after_restart_bob_refunded.rs Test Alice refunds if restarted and Bob refunded 3 years ago
bob_refunds_using_cancel_and_refund_command.rs Don't stutter 3 years ago
bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs Don't stutter 3 years ago
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs Don't stutter 3 years ago
concurrent_bobs_after_xmr_lock_proof_sent.rs Don't stutter 3 years ago
concurrent_bobs_before_xmr_lock_proof_sent.rs Don't stutter 3 years ago
ensure_same_swap_id.rs Don't stutter 3 years ago
happy_path.rs Refactor monero-harness containers 3 years ago
happy_path_restart_alice_after_xmr_locked.rs Alice resumes swaps 3 years ago
happy_path_restart_bob_after_xmr_locked.rs Don't stutter 3 years ago
happy_path_restart_bob_before_xmr_locked.rs Don't stutter 3 years ago
punish.rs Don't stutter 3 years ago