Skip to content

v1.2.1

Compare
Choose a tag to compare
@brunodb3 brunodb3 released this 18 Jan 22:38
· 165 commits to master since this release
eb71efd

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. The ECONNRESET error might still happen, but at least it won't happen as often and clog up resources.