xmr-btc-swap/xmr-btc/tests
Lucas Soriano del Pino 3f43581da7 Implement traits Receive{BitcoinRedeemEncsig, TransferProof}
Unfortunately, I had to put the wrap the swarm in Alice's `Network`
struct in an `Arc<Mutex<T>>` in order to be able to use `backoff` to
control the retry mechanism. This is because the stream of events
cannot be turned into a `SharedFuture` (unlike Bob's).

It would be good to find an alternative solution.
2020-10-30 14:03:27 +11:00
..
harness Test that both parties refund if Alice does not redeem 2020-10-26 12:30:15 +11:00
e2e.rs Move storage into application crate 2020-10-26 10:32:54 +11:00
on_chain.rs Implement traits Receive{BitcoinRedeemEncsig, TransferProof} 2020-10-30 14:03:27 +11:00