xmr-btc-swap/swap/src/protocol
rishflab 86f312e143 Safely abort swap if TxLock is not confirmed in a reasonable time
If TxLock does not confirm in a reasonable amount of time, Alice should
give up on the swap rather than waiting forever. Watching for TxLock in
the mempool is not required and it causes unnecessary complexity. What
if Alice does not see the transaction in mempool but it is already
confirmed? She will abort the swap for no reason.
2021-03-30 11:13:09 +11:00
..
alice Safely abort swap if TxLock is not confirmed in a reasonable time 2021-03-30 11:13:09 +11:00
bob Introduce a more flexible transaction subscription system 2021-03-30 10:29:19 +11:00
alice.rs Unify encrypted-signature protocol to a single one 2021-03-24 11:39:40 +11:00
bob.rs Remove connection handling from swap execution 2021-03-24 15:17:54 +11:00