mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-09 22:05:46 -05:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
| rust-toolchain | ||
| rustfmt.toml | ||
Monero Harness
Provides an implementation of testcontainers::Image for a monero image to run
monerod and monero-wallet-rpc in a docker container.
Also provides two standalone JSON RPC clients, one each for monerod and monero-wallet-rpc.
Example Usage
Please see tests/* for example usage.