Releases: woodser/monero-ts
Releases Β· woodser/monero-ts
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
monero-javascript-v0.7.12
monero-javascript-v0.7.11
monero-javascript-v0.7.10
What's Changed
- Minor fix: fix hanging on stopProcess() for daemon or wallet if already terminated
- See release notes from v0.7.9.
Full Changelog: v0.7.9...v0.7.10
monero-javascript-v0.7.9
What's Changed
- support monero-project v0.18.2.2
- support getting multisig seed
- fix memory leak passing data from web worker
- update architecture diagram
- add or replace connection on connectionManager.setConnection()
- support force stopping monerod and wallet rpc processes
- support LibraryUtils.terminateWorker() (fixes hanging in jest)
- remove call to getTxPool() from daemon.getTxs()
- support isTxExtraTooBig in SubmitTxResult
- reconcile tx state so it can become failed
- don't check connection in getTxs()
- update logging in rpc connection
- disable timeout for refresh, rescan_bc, rescan_spent, prune_blockchain
Full Changelog: v0.7.8...v0.7.9