Skip to content

monero-javascript-v0.5.2

Compare
Choose a tag to compare
@woodser woodser released this 10 Mar 21:31
· 3221 commits to master since this release
  • Update to boost 1.75
  • Support linux wasm build w/ script fixes, -no-pthread, USE_PTHREADS=0
  • Update to monero-project master with pr #7321 to fix wallet compatibility
  • Support and test full and rpc wallet compatibility (issue #50)
  • Support full address validation with network type using wasm
  • Support MoneroUtils xmrToAtomicUnits(), atomicUnitsToXmr() conversion
  • Support MoneroTxConfig addDestination(address, amount)
  • Fix crash on sending to invalid address
  • Improve exception handling in full wallet and wasm bridge
  • Rename functions to exportOutputs(), exportKeyImages(), describeTxSet()
  • exportOutputs(), exportKeyImages() can export since last export
  • Tx config and destination validates amounts as string or BigInteger
  • Remove isLocked alias from MoneroOutputQuery
  • Update npm dependencies and move mocha to dev dependency