monero-javascript-v0.5.5
- Update to monero-project v0.17.2.3 for improved decoy selection
- Introduce
MoneroConnectionManager
class to manage Monero RPC connections - Add daemon listener class
- Rename wallet
isConnected()
toisConnectedToDaemon()
- Use common task looper utility
- HttpClient throttles requests per endpoint instead of globally
- HttpClient supports request timeout
- Support
ThreadPool.awaitAll()