xmr-btc-swap/swap/tests
Thomas Eizinger 1822886cd0
Provide stronger isolation of kraken module
Instead of leaking the tokio::sync::Receiver type in our
return value, we create a newtype that implements the desired
interface. This allows us to get rid of the `RateService` structs
and instead implement `LatestRate` directly on top of this struct.

Given that `LatestRate` is only used within the event_loop module,
we move the definition of this type into there.
2021-03-05 13:56:25 +11:00
..
testutils Provide stronger isolation of kraken module 2021-03-05 13:56:25 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
bob_refunds_using_cancel_and_refund_command.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
happy_path_restart_bob_before_comm.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
happy_path.rs Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00