xmr-btc-swap/swap
rishflab bc902ea63a Use language agnostic heuristic to check if monero_wallet_rpc is ready
Our strategy of searching for a english string to determine if
monero_wallet_rpc is ready is not compatible with languages other than
english. Instead we assume the monero rpc is ready if it has stopped
writing to stdout. We make a json rpc request to confirm this. A better
solution would have been to configure the monero_wallet_rpc to always
output in english but there is not command line argument to configure
the language.

Closes #353.
2021-03-25 18:13:06 +11:00
..
src Use language agnostic heuristic to check if monero_wallet_rpc is ready 2021-03-25 18:13:06 +11:00
tests Buffer transfer proof if we are not connected to Bob 2021-03-24 15:17:54 +11:00
Cargo.toml Bump bdk from 0.4.0 to 0.5.0 2021-03-23 03:54:18 +00:00