mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
9e33e8b1d1
This commit 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 - Attempt to print the current sync height while the wallet is syncing. This only works to some degree because the `monero-wallet-rpc` stops responding (or takes a long time to respond) while it's refreshing - 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 |
||
---|---|---|
.. | ||
harness | ||
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired.rs | ||
alice_and_bob_refund_using_cancel_and_refund_command.rs | ||
alice_and_bob_refund_using_cancel_then_refund_command.rs | ||
alice_manually_punishes_after_bob_dead.rs | ||
alice_manually_redeems_after_enc_sig_learned.rs | ||
alice_punishes_after_restart_bob_dead.rs | ||
alice_refunds_after_restart_bob_refunded.rs | ||
bdk.sh | ||
concurrent_bobs_after_xmr_lock_proof_sent.rs | ||
concurrent_bobs_before_xmr_lock_proof_sent.rs | ||
ensure_same_swap_id.rs | ||
happy_path_restart_alice_after_xmr_locked.rs | ||
happy_path_restart_bob_after_xmr_locked.rs | ||
happy_path_restart_bob_before_xmr_locked.rs | ||
happy_path.rs | ||
punish.rs |