xmr-btc-swap/swap/tests/testutils
Thomas Eizinger ce077a3ff5
Decouple Bob's EventLoop from the builder
Instead of instantiating the `EventLoop` within the builder, we only
pass in the necessary arguments (which is the `EventLoopHandle`) to
the Builder upon `new`.

This is work towards #255 which will require us to perform network
communication (which implies having the `EventLoop`) before starting
a swap.
2021-03-03 14:53:05 +11:00
..
bitcoind.rs Upgrade to testcontainers v0.12 2021-02-16 17:11:25 +11:00
electrs.rs Upgrade to bdk 4.0 2021-02-19 15:18:37 +11:00
mod.rs Decouple Bob's EventLoop from the builder 2021-03-03 14:53:05 +11:00