Releases: woodser/monero-ts
Releases · woodser/monero-ts
monero-javascript-v0.7.8
What's Changed
- Support monero-project v0.18.2.0
- Set account and subaddress labels
- Prune the blockchain
- Get transaction pool statistics
- Rename sync height to restore height
- Fix segfault exporting empty key images
- Upgrade webpack to 5.76
Full Changelog: v0.7.7...v0.7.8
monero-javascript-v0.7.7
- export ThreadPool
- increase default request timeout to 1 minute
- document getTxs() behavior when tx not found by id
- add documentation to build a browser application
- set tx fee from daemon using
rct_signatures
field - TaskLooper supports getTask(), isStarted(), and chaining
- rename monero-daemon-rpc to monerod & update architecture diagram
monero-javascript-v0.7.6
monero-javascript-v0.7.4
- Full wallet does not connect to localhost by default
- Support subaddress lookahead when creating full wallet
- Fix full wallet addListener() returning prematurely
- Prepend C: paths with file://
monero-javascript-v0.7.3
- Update to monero-project v0.18.1.0
- Support scanTxs() to scan txs by id
- Test offline and default daemon connection
- Update to c++14
- Update to openssl 1.1.1q
- Use unbound as non-vendored dependency
monero-javascript-v0.7.2
- Update to monero-project v0.18.0.0
- Support creating integrated address from subaddress
- Rename
createPaymentUri()
togetPaymentUri()
(breaking change) makeMultisig()
returns string instead of object (breaking change)
monero-javascript-v0.7.1
- Change wallet
getIntegratedAddress(paymentId)
togetIntegratedAddress(standardAddress, paymentId)
- Prevent creating integrated address from subaddress
- Fix querying outputs with amount
- Test sending to integrated address
monero-javascript-v0.7.0
- Update to monero v0.17.3.2
- Fix dependency vulnerability by bumping async from 2.6.1 to 2.6.4
- Rename
getMultisigHex()
toexportMultisigHex()
- MoneroUtils are now async and run in a worker by default (use
MoneroUtils.setProxyToWorker(false)
to disable) - Add
describeUnsignedTxSet()
anddescribeMultisigTxSet()
convenience functions - Add functions to exception whitelist to improve error handling
monero-javascript-v0.6.4
- Balance is correct sending funds to self
- Connection manager bug fixes, improvements, and documentation
- Support
wallet.changePassword(old, new)
GenUtils.kill()
supports kill signal- Default to http if url protocol not given
- Save wallet files to *.new before replacing last files
- Move developer guide tests to sample tests
monero-javascript-v0.6.3
- Connection manager bug fixes.