Skip to content

Releases: woodser/monero-ts

monero-javascript-v0.7.8

02 Apr 20:31
Compare
Choose a tag to compare

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

11 Feb 20:38
Compare
Choose a tag to compare
  • 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

05 Jan 13:52
Compare
Choose a tag to compare

monero-javascript-v0.7.4

29 Aug 11:59
Compare
Choose a tag to compare
  • 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

22 Aug 22:57
Compare
Choose a tag to compare
  • 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

06 Aug 22:21
Compare
Choose a tag to compare
  • Update to monero-project v0.18.0.0
  • Support creating integrated address from subaddress
  • Rename createPaymentUri() to getPaymentUri() (breaking change)
  • makeMultisig() returns string instead of object (breaking change)

monero-javascript-v0.7.1

06 Jun 19:18
Compare
Choose a tag to compare
  • Change wallet getIntegratedAddress(paymentId) to getIntegratedAddress(standardAddress, paymentId)
  • Prevent creating integrated address from subaddress
  • Fix querying outputs with amount
  • Test sending to integrated address

monero-javascript-v0.7.0

09 May 11:43
Compare
Choose a tag to compare
  • Update to monero v0.17.3.2
  • Fix dependency vulnerability by bumping async from 2.6.1 to 2.6.4
  • Rename getMultisigHex() to exportMultisigHex()
  • MoneroUtils are now async and run in a worker by default (use MoneroUtils.setProxyToWorker(false) to disable)
  • Add describeUnsignedTxSet() and describeMultisigTxSet() convenience functions
  • Add functions to exception whitelist to improve error handling

monero-javascript-v0.6.4

04 Feb 17:40
Compare
Choose a tag to compare
  • 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

19 Jan 00:55
Compare
Choose a tag to compare
  • Connection manager bug fixes.