mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-09 14:18:03 -05:00
Switches from our partial Monero RPC client implementation to a full-API client to help with testing, reliability, debugging and future features. Other changes: * GenerateBlocks written for better results when called by multiple parties simultaneously * monero.Client interface renamed to monero.WalletClient to be orthogonal with monero.DaemonClient interface * monero.NewClient(...) renamed to monero.NewWalletClient(...) to be orthogonal with monero.NewDaemonClient(...) * monero.CreateMoneroWallet(...) simplified to monero.CreateWallet(...) (package prefix already states wallet type) * monero/clent.go, monero/daemon.go renamed to monero/wallet_client.go, monero/daemon_client.go * monero/rpc.go removed with code consolidated into monero/wallet_client.go and monero/daemon_client.go