Releases: woodser/monero-ts
Releases Β· woodser/monero-ts
monero-ts-v0.9.5
What's Changed
- add scripts windows compatibility by @dutu
- bug fixes updating best connection among responses
- update to unbound 1.19.0
- update to Node LTS 20 and remove --experimental-wasm-threads flag
- fix potential npe in wallet rpc startSyncing()
- test blockchain prune returning false
- update build instructions
Full Changelog: v0.9.4...v0.9.5
monero-ts-v0.9.4
What's Changed
- update monero-project to fix multisig memory leak
- signTxs() returns MoneroTxSet instead of string
- update boost to 1.83.0
- add @babel/runtime dependency by @dutu
New Contributors
Full Changelog: v0.9.3...v0.9.4
monero-ts-v0.9.3
What's Changed
- Update to monero-project v0.18.3.1
- Update links and references, delete unused files, update png image by @woodser in #143
- Correct name of monero-project by @samleegithub in #142
- Fix bug handling
proxyToWorker
setting by @woodser in 93d5e86 - Add field comments in MoneroTxConfig, MoneroWalletConfig, MoneroDaemon by @woodser in a438520
New Contributors
- @samleegithub made their first contribution in #142
Full Changelog: v0.9.2...v0.9.3
monero-ts-v0.9.2
What's Changed
- Support TypeScript (#108).
- Rename project to monero-ts.
- Test and distribute commonjs build.
- Improve stack traces from source maps.
- Replace JSDocs with TypeDocs.
- Replace biginteger.js with BigInt.
- Add .babelrc, tsconfig.ts, and other TS config.
- Use IPv4 family to resolve ECONNREFUSED on node. 1ad91a3
- Update npm dependencies so
npm install
works without--force
. - Remove jquery-csv dev dependency. 2185b03
Full Changelog: v0.8.4...v0.9.2
monero-javascript-v0.8.4
monero-javascript-v0.8.2
What's Changed
- delete worker objects with random id on callback
- wallet config uses MoneroRpcConnection for server model
- add consistency check for unconfirmed txs with block after merging
- expect multiple txs with one address when sweeping with rpc
- bump version to v0.8.2
- sync and save test wallets on start
Full Changelog: v0.8.1...v0.8.2
monero-javascript-v0.8.1
What's Changed
- patch memory leaks in c++ library and wasm binding
- support Node.js 18 LTS with --no-experimental-fetch flag
- fix poll counter for monero-wallet-rpc which could stop polling
- add --force flag to npm install in build_all.sh
- fix multisig test to restore participant from seed and exchange keys
- export MoneroFeeEstimate daemon model
- update docs from mnemonic to seed
- fix in MoneroSubaddress.toString()
Full Changelog: v0.8.0...v0.8.1
monero-javascript-v0.8.0
What's Changed
- support subtracting mining fee from destinations
- prefix windows paths from any drive letter
- refactor mnemonic to seed (breaking change)
- rename unlock height to unlock time and use BigInteger (breaking change)
- do not throw when getting missing txs from wallet (breaking change)
- view-only wallets throw on get seed, language, or spend key (breaking change)
- enable restore from multisig seed (experimental and buggy)
- custom extensions to monero-project v0.18.2.2:
- Bug fixes in
store_to
andchange_password
- Optimize wallet sync requests from 3 to 1
- Respect frozen outputs
- Support subtracting mining fees from destinations
- Restore from multisig seed
- Bug fixes in
Full Changelog: v0.7.12...v0.8.0