xmr-btc-swap/swap/src/protocol/alice
Franck Royer fd084b764d
Move generation of keys inside State0::new
The event loop will now use this function so I want to simplify its
usage to avoid having to instantiate too many items to use it.
2021-02-10 16:42:53 +11:00
..
encrypted_signature.rs Use event_process = false for Alice 2021-02-08 09:16:29 +11:00
event_loop.rs Timeout for Alice waiting for ack for sending transfer proof 2021-02-08 21:18:37 +11:00
execution_setup.rs Re-organise Alice state to be more coherent with the msg sequence 2021-02-08 09:16:31 +11:00
state.rs Move generation of keys inside State0::new 2021-02-10 16:42:53 +11:00
steps.rs Timeout for Alice waiting for ack for sending transfer proof 2021-02-08 21:18:37 +11:00
swap.rs Give finding the refund tx priority over waiting for the punish transaction to be finalized. 2021-02-09 12:13:43 +11:00
swap_response.rs Use event_process = false for Alice 2021-02-08 09:16:29 +11:00
transfer_proof.rs Use event_process = false for Alice 2021-02-08 09:16:29 +11:00