xmr-btc-swap/xmr-btc/src
Tobin C. Harding fc12b0d9fd Re-order send/receive
There are no guarantees that send_message and receive_massage do not block
the flow of execution. Therefore they must be paired between Alice/Bob, one
send to one receive in the correct order.

Define Alice to call `receive_message` first, with Bob sending the message. Do
this because we are expecting Alice to be have a well known address, there is no
currently such assumption for Bob.
2020-10-12 08:53:21 +11:00
..
alice Remove duplicated macro definitions 2020-10-09 11:40:00 +11:00
bitcoin Execute Alice and Bob state machines concurrently 2020-10-09 11:40:00 +11:00
bob Remove duplicated macro definitions 2020-10-09 11:40:00 +11:00
alice.rs Re-order send/receive 2020-10-12 08:53:21 +11:00
bitcoin.rs Remove empty lines between imports 2020-10-09 11:40:00 +11:00
bob.rs Re-order send/receive 2020-10-12 08:53:21 +11:00
lib.rs Remove duplicated macro definitions 2020-10-09 11:40:00 +11:00
monero.rs Rename ImportOutput to reflect purpose 2020-10-09 11:40:00 +11:00
transport.rs Implement transport traits with generics 2020-10-09 11:40:00 +11:00