monero-ts-v0.10.0
What's Changed
- Update emscripten to 3.1.26 by @NorrinRadd, @woodser in ab6e2b5
- Use mutex to save or move full wallet by @mainnet-pat, @woodser in 46b8d0e
- Use async file system operations by @mainnet-pat, @woodser in 2fe2078 (breaking change:
await MoneroWalletFull.walletExists
) - Replace html5-fs with memfs by @woodser in 2654ff0
- Document that file system must be compatible with Node.js
fs.promises
API by @woodser in 25312f2 - Promises return undefined when applicable by @woodser in 76ad4f6
- Disallow initializing keys wallet with server connection by @woodser in cf0d59c
- Update related projects with sample applications by @woodser in 943734d
Full Changelog: v0.9.9...v0.10.0