xmr-btc-swap/swap
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
..
src Peer check for incoming transfer proofs 2021-04-29 18:28:14 +10:00
tests Add support for swapping through Tor. 2021-04-27 14:51:41 +10:00
Cargo.toml Derive Tor secret key from seed. 2021-04-27 16:39:32 +10:00