xmr-btc-swap/swap
Franck Royer bfc19d5628
Remove acknowledgements processing
We are aware of issues of timeouts when waiting for acknowledgements.
Also, to properly supports acks in a multiple swap context, we need to
revert to doing event processing on the behaviour so that we can link
leverage the `RequestResponse` libp2p behaviour and link the messages
requests ids to swap ids when receiving an ack or response.

Acks are usefully for specific scenarios where we queue a message on the
behaviour to be sent, save as sent in the DB but crash before the
message is actually sent. With acks we are able to resume the swap,
without ack, the swap will abort (refund).
2021-02-10 16:42:55 +11:00
..
src Remove acknowledgements processing 2021-02-10 16:42:55 +11:00
tests work in review comments 2021-02-08 21:20:58 +11:00
Cargo.toml Introduced from float API for Monero quantities 2021-02-10 16:42:54 +11:00