xmr-btc-swap/swap
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
..
src Implement traits Receive{BitcoinRedeemEncsig, TransferProof} 2020-10-30 14:03:27 +11:00
tests Moving tor into swap 2020-10-23 12:47:52 +11:00
Cargo.toml Execute Alice's on-chain protocol after handshake 2020-10-30 14:00:39 +11:00