xmr-btc-swap/swap
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
..
migrations Add sqlite database implementation 2021-09-30 18:59:12 +10:00
proptest-regressions/bitcoin Add proptest for max_giveable and signing PSBT 2021-08-12 18:42:00 +10:00
src fix: monero wallet refresh (#1596) 2024-06-10 18:53:52 +02:00
tests fix: monero wallet refresh (#1596) 2024-06-10 18:53:52 +02:00
build.rs Upgrade to vergen 8.3, move to git describe --dirty --tags for semver (#1543) 2024-02-04 08:43:59 +02:00
Cargo.toml build(deps): bump reqwest from 0.11.27 to 0.12.4 (#1588) 2024-05-30 10:27:48 +02:00
sqlite_dev_setup.sh RPC server for API Interface (#1276) 2024-05-22 15:12:58 +02:00
sqlx-data.json RPC server for API Interface (#1276) 2024-05-22 15:12:58 +02:00