xmr-btc-swap/swap/tests/harness
binarybaron 9e33e8b1d1 Give feedback to user about state of monero refresh and retry if fails
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
2023-12-29 13:54:06 +01:00
..
bitcoind.rs Update dependencies and rust-toolchain to 1.59 2022-03-12 13:05:36 +02:00
electrs.rs Update dependencies and rust-toolchain to 1.59 2022-03-12 13:05:36 +02:00
mod.rs Give feedback to user about state of monero refresh and retry if fails 2023-12-29 13:54:06 +01:00