You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 months ago
..
harness fix: monero wallet refresh (#1596) 3 months ago
alice_and_bob_refund_using_cancel_and_refund_command.rs
alice_and_bob_refund_using_cancel_and_refund_command_timelock_not_expired.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 build(deps): update rust-toolchain to 1.67 and bump uuid to 1.4 1 year ago
happy_path.rs
happy_path_bob_offline_while_alice_redeems_btc.rs fix (Bob): Check if Bitcoin redeem transaction was published before transitioning to CancelTimelockExpired (#1427) 4 months ago
happy_path_restart_alice_after_xmr_locked.rs
happy_path_restart_bob_after_xmr_locked.rs
happy_path_restart_bob_before_xmr_locked.rs
punish.rs
rpc.rs RPC server for API Interface (#1276) 4 months ago