xmr-btc-swap/swap/tests
Byron Hambly 90494ba4a5
fix: monero wallet refresh (#1596)
This PR changes the following behaviour in the refresh functionality of the monero wallet
- Allows for multiple retries because in some cases users have experienced an issue where the wallet rpc returns `no connection to daemon` even though the daemon is available. I'm not 100% sure why this happens but retrying often fixes the issue
- Print the current sync height after each failed attempt at syncing to see how far we've come
- The `monero-wallet-rpc` is started with the `--no-initial-sync` flag which ensures that as soon as it's started, it's ready to respond to requests
- The `monero-wallet-rpc` was upgraded to `v0.18.3.1` because this PR https://github.com/monero-project/monero/pull/8941 has improved some of the issues mentioned above


This PR is part of a larger effort to fix this issue https://github.com/comit-network/xmr-btc-swap/issues/1432
2024-06-10 18:53:52 +02:00
..
harness fix: monero wallet refresh (#1596) 2024-06-10 18:53:52 +02:00
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired.rs Inform user if cancel tx is has already been published 2021-09-09 18:08:18 +10:00
alice_and_bob_refund_using_cancel_and_refund_command.rs feat(swap): merge cancel/refund commands into one command 2023-01-08 12:53:56 +02:00
alice_and_bob_refund_using_cancel_then_refund_command.rs feat(swap): merge cancel/refund commands into one command 2023-01-08 12:53:56 +02:00
alice_manually_punishes_after_bob_dead.rs Make --force the default behaviour for manual recovery 2021-09-09 18:08:18 +10:00
alice_manually_redeems_after_enc_sig_learned.rs Make --force the default behaviour for manual recovery 2021-09-09 18:08:18 +10:00
alice_punishes_after_restart_bob_dead.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
alice_refunds_after_restart_bob_refunded.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
bdk.sh feat: add wallet database migration from older bdk 2022-11-23 12:23:21 +02:00
concurrent_bobs_after_xmr_lock_proof_sent.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
concurrent_bobs_before_xmr_lock_proof_sent.rs Record the monero-wallet-restore blockcheight before locking BTC 2021-12-23 10:12:23 +11:00
ensure_same_swap_id.rs build(deps): update rust-toolchain to 1.67 and bump uuid to 1.4 2023-07-31 11:49:28 +02:00
happy_path_bob_offline_while_alice_redeems_btc.rs fix (Bob): Check if Bitcoin redeem transaction was published before transitioning to CancelTimelockExpired (#1427) 2024-06-04 12:49:15 +02:00
happy_path_restart_alice_after_xmr_locked.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
happy_path_restart_bob_after_xmr_locked.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
happy_path_restart_bob_before_xmr_locked.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
happy_path.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
punish.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
rpc.rs RPC server for API Interface (#1276) 2024-05-22 15:12:58 +02:00