Move recovery commands in dedicated module

Less clutter in the folder structure.
This commit is contained in:
Daniel Karzel 2021-04-28 16:13:04 +10:00
parent 4deb96a3c5
commit daa572e5bf
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E
17 changed files with 460 additions and 23 deletions

View file

@ -104,11 +104,13 @@ jobs:
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired,
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired_force,
punish,
alice_punishes_after_restart_punish_timelock_expired,
alice_punishes_after_restart_bob_dead,
alice_manually_punishes_after_bob_dead,
alice_refunds_after_restart_bob_refunded,
ensure_same_swap_id,
concurrent_bobs_after_xmr_lock_proof_sent,
concurrent_bobs_before_xmr_lock_proof_sent
concurrent_bobs_before_xmr_lock_proof_sent,
alice_manually_redeems_after_enc_sig_learned
]
runs-on: ubuntu-latest
steps: