xmr-btc-swap/swap/tests
Thomas Eizinger ce077a3ff5
Decouple Bob's EventLoop from the builder
Instead of instantiating the `EventLoop` within the builder, we only
pass in the necessary arguments (which is the `EventLoopHandle`) to
the Builder upon `new`.

This is work towards #255 which will require us to perform network
communication (which implies having the `EventLoop`) before starting
a swap.
2021-03-03 14:53:05 +11:00
..
testutils Decouple Bob's EventLoop from the builder 2021-03-03 14:53:05 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs Fix typo 2021-02-10 16:42:55 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs Fix typo 2021-02-10 16:42:55 +11:00
bob_refunds_using_cancel_and_refund_command.rs Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00
happy_path_restart_bob_before_comm.rs Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00
happy_path.rs Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00