xmr-btc-swap/swap/tests
Franck Royer 3bc8b58b6a
Remove Bob restart tests after communication
The test do not work without acks as we stop the event loop as soon
as a message is considered as "sent" when actually the event loop
and swarm may not have yet sent the message.

The ack allow to avoid this issue as the message was considered "sent"
only once the other party sent a response. However, the ack brings
other issue so a review needs to be done to select the appropriate
solution.
2021-02-10 16:42:55 +11:00
..
testutils Add test for Bob's manual cancel and refund 2021-02-08 21:17:56 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_exired_force.rs Add --force flag for cancel and refund 2021-02-08 21:19:38 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_exired.rs work in review comments 2021-02-08 21:20:58 +11:00
bob_refunds_using_cancel_and_refund_command.rs Add --force flag for cancel and refund 2021-02-08 21:19:38 +11:00
happy_path_restart_bob_before_comm.rs Add test for Bob's manual cancel and refund 2021-02-08 21:17:56 +11:00
happy_path.rs Use trait instead of passing struct 2021-01-29 15:41:49 +11:00
punish.rs Add test for Bob's manual cancel and refund 2021-02-08 21:17:56 +11:00