xmr-btc-swap/xmr-btc/src
Tobin C. Harding 4d4acde476 Bubble up an event when Bob receives message 3 response
Before this patch Bob is not sending message 3. This is because we are not
polling Bob's swarm correctly. To fix it we can just mimic the other NB's and
bubble up an event when Bob receives message 3 response from Alice, this way we
can `await` upon this event which triggers polling, making Bob's swarm send the
message.
2020-10-30 14:07:15 +11:00
..
alice Execute Alice's on-chain protocol after handshake 2020-10-30 14:00:39 +11:00
bitcoin Merge branch 'db' into on-chain-protocol 2020-10-22 08:17:54 +11:00
bob Execute Bob's on-chain protocol after handshake 2020-10-30 14:03:27 +11:00
alice.rs Bubble up an event when Bob receives message 3 response 2020-10-30 14:07:15 +11:00
bitcoin.rs Use while instead of loop 2020-10-26 12:30:15 +11:00
bob.rs Bubble up an event when Bob receives message 3 response 2020-10-30 14:07:15 +11:00
lib.rs Do not re-export curve25519_dalek 2020-10-26 13:06:20 +11:00
monero.rs Merge branch 'on-chain-protocol' of github.com:comit-network/xmr-btc-swap into on-chain-protocol 2020-10-22 14:33:16 +11:00
serde.rs Do not re-export curve25519_dalek 2020-10-26 13:06:20 +11:00
transport.rs Implement transport traits with generics 2020-10-09 11:40:00 +11:00