monero-ts

TypeScript library for using Monero

MIT License

Downloads
1K
Stars
195
Committers
13

Bot releases are visible (Hide)

monero-ts - monero-ts-0.11.0

Published by woodser about 1 month ago

What's Changed

  • Combine .wasm and .js dist files by @mainnet-pat in https://github.com/woodser/monero-ts/pull/250
  • Combine keys module and full module by @woodser in 3d274ff0ae96f211f23c804c4cf7077a24fa4ab5
  • Rename dist assets to monero.js, monero.worker.js, and monero.tests.js by @woodser in 209d4c331a281a48b0191ff8c4ebffa3fe41dcba
  • Change module from commonjs to es2022 by @woodser in 09b2f9e85ba446e421178e0546f5881d54dc0b20
  • Add sample React app by @woodser in https://github.com/woodser/monero-ts/pull/246
  • Remove --no-experimental-fetch and legacy OpenSSL provider by @woodser in 04b70e26d09b9968d915a5a7de9fae824cea215b
  • Remove memfs from full wallet and move to dev dependencies by @woodser in 083f66eb37db0904772f61281de78d3545beccf5
  • Update error message when invoking web worker by @woodser in 9a511c260383e1f3e59c7bc095e72547b70126b7
  • Preserve branches when updating submodules by @woodser in 92cb832fa9f60f4d8fcced1e9835ffc161a8abfc
  • Specify files to include in npm package by @woodser in 0020b9d2736100dcadd64b8a93a1c60112615dab

Full Changelog: https://github.com/woodser/monero-ts/compare/v0.10.3...v0.11.0

Breaking Change

Starting with this release, only the web worker needs to be copied to your app's public directory.

Alternatively, you can load the web worker by adding this line to your code, instead of copying it to your app's public directory:

LibraryUtils.setWorkerLoader(() => new Worker(new URL("monero-ts/dist/monero.worker.js", import.meta.url)));

If you continue copying the worker to your app's public directory manually, the web worker was renamed from monero_web_worker.js to monero.worker.js, so your scripts should be updated accordingly.

monero-ts - monero-ts-v0.10.3

Published by woodser about 2 months ago

What's Changed

Full Changelog: https://github.com/woodser/monero-ts/compare/v0.10.1...v0.10.3

monero-ts - monero-ts-v0.10.1 Latest Release

Published by woodser about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/woodser/monero-ts/compare/v0.10.0...v0.10.1

monero-ts - monero-ts-v0.10.0

Published by woodser 2 months ago

What's Changed

Full Changelog: https://github.com/woodser/monero-ts/compare/v0.9.9...v0.10.0

monero-ts - monero-ts-v0.9.3

Published by woodser about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/monero-ecosystem/monero-ts/compare/v0.9.2...v0.9.3

monero-ts - monero-ts-v0.9.2

Published by woodser about 1 year ago

What's Changed

Full Changelog: https://github.com/monero-ecosystem/monero-ts/compare/v0.8.4...v0.9.2

monero-ts - monero-javascript-v0.8.0

Published by woodser about 1 year ago

What's Changed

Full Changelog: https://github.com/monero-ecosystem/monero-javascript/compare/v0.7.12...v0.8.0