xmr-btc-swap/swap
bors[bot] 2c385ee7d9
Merge #321
321: Properly handle concurrent messages to and from peers r=thomaseizinger a=thomaseizinger

Previously, we were forwarding incoming messages from peers to all
swaps that were currently running. That is obviously wrong. The new
design scopes an `EventLoopHandle` to a specific PeerId to avoid
this problem.

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2021-03-17 10:22:26 +00:00
..
src Merge #321 2021-03-17 10:22:26 +00:00
tests Rename ExecutionParams to EnvironmentConfig 2021-03-17 16:31:16 +11:00
Cargo.toml Remove openssl dependency 2021-03-15 14:36:05 +11:00