Skip to content

Releases: woodser/monero-ts

monero-javascript-v0.8.0

24 Jul 23:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.12...v0.8.0

monero-javascript-v0.7.12

monero-javascript-v0.7.11

09 Jun 14:02
Compare
Choose a tag to compare

monero-javascript-v0.7.10

26 May 16:45
Compare
Choose a tag to compare

monero-javascript-v0.7.9

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