xmr-btc-swap/swap/src/protocol/bob
Daniel Karzel 08fecb8fe3
Peer check for incoming transfer proofs
Bob validates that incoming transfer proof messages are coming from the peer-id of Alice.
Currently Bob will ignore any transfer proof message that is not coming from the counterparty peer-id associated to the current swap in execution.
Once we add support for trying to save received transfer proofs for swaps that are currently not in execution we can also adapy allowing this for different counterparty peer-ids. This requires access to the database in Bob's event loop.
2021-04-29 18:28:14 +10:00
..
behaviour.rs Peer check for incoming transfer proofs 2021-04-29 18:28:14 +10:00
cancel.rs Have --force flag only override the timelock check 2021-04-01 17:28:38 +11:00
event_loop.rs Peer check for incoming transfer proofs 2021-04-29 18:28:14 +10:00
execution_setup.rs Improve error reporting of failed protocols 2021-04-14 10:34:06 +10:00
refund.rs Avoid problems when re-ordering / changing Bob's states 2021-04-01 16:06:48 +11:00
state.rs Multiple swaps with the same peer 2021-04-13 18:16:19 +10:00
swap.rs Don't stutter 2021-04-26 12:45:39 +10:00