mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
cde3f0f74a
The swap should not be concerned with connection handling. This is the responsibility of the overall application. All but the execution-setup NetworkBehaviour are `request-response` behaviours. These have built-in functionality to automatically emit a dial attempt in case we are not connected at the time we want to send a message. We remove all of the manual dialling code from the swap in favor of this behaviour. Additionally, we make sure to establish a connection as soon as the EventLoop gets started. In case we ever loose the connection to Alice, we try to re-establish it.
17 lines
788 B
TOML
17 lines
788 B
TOML
status = [
|
|
"static_analysis",
|
|
"build (x86_64-unknown-linux-gnu, ubuntu-latest)",
|
|
"build (armv7-unknown-linux-gnueabihf, ubuntu-latest)",
|
|
"build (x86_64-apple-darwin, macos-latest)",
|
|
"build (x86_64-pc-windows-msvc, windows-latest)",
|
|
"test (x86_64-unknown-linux-gnu, ubuntu-latest)",
|
|
"test (x86_64-apple-darwin, macos-latest)",
|
|
"docker_tests (happy_path)",
|
|
"docker_tests (happy_path_restart_bob_after_xmr_locked)",
|
|
"docker_tests (happy_path_restart_bob_before_xmr_locked)",
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command)",
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force)",
|
|
"docker_tests (bob_refunds_using_cancel_and_refund_command_timelock_not_expired)",
|
|
"docker_tests (punish)"
|
|
]
|