v1.2.1
This release fixes some performance issues by optimizing the /wallet/addresses
call to the public node. See related PR.
- Optimizes the
getNodeWallet()
call to reduce the amount of times this call is made- On AWS at least, this call is made a lot of times, and it often results in a
ECONNRESET
error. With this optimization, at least that call is reduced, freeing up some resources instead of blocking the application. TheECONNRESET
error might still happen, but at least it won't happen as often and clog up resources.
- On AWS at least, this call is made a lot of times, and it often results in a