Skip to content

monero-javascript-v0.7.0

Choose a tag to compare

@woodser woodser released this 09 May 11:43
· 3286 commits to master since this release
  • Update to monero v0.17.3.2
  • Fix dependency vulnerability by bumping async from 2.6.1 to 2.6.4
  • Rename getMultisigHex() to exportMultisigHex()
  • MoneroUtils are now async and run in a worker by default (use MoneroUtils.setProxyToWorker(false) to disable)
  • Add describeUnsignedTxSet() and describeMultisigTxSet() convenience functions
  • Add functions to exception whitelist to improve error handling