Skip to content

Releases: deemru/WavesKit

1.0.20

27 Aug 00:09
Compare
Choose a tag to compare
  • fix txBurn() on Waves node 1.2.11

1.0.19

05 Dec 14:32
Compare
Choose a tag to compare
  • added an ability to cancel all orders: txOrderCancel( 'ALL' );

1.0.18

03 Dec 21:38
Compare
Choose a tag to compare
  • fix matcher usage

1.0.17

03 Dec 16:04
Compare
Choose a tag to compare
  • added internal setDefaultMatcher() to work in Mainnet and Testnet out-of-the-box
  • separated nodes and matcher fetch addresses to work as a single object for both

1.0.16

23 Nov 18:44
Compare
Choose a tag to compare
  • added getOrders(): doc
  • fix reconnect on every fetchMulti()

1.0.15

28 Oct 21:55
Compare
Choose a tag to compare
  • fix txInvokeScript() with assetId in payments

1.0.14

19 Oct 21:50
Compare
Choose a tag to compare
  • improved data fetching
  • improved self testing
  • get rid of error words in selftest logs
  • added define WK_CURL_SKIP_CONNECT switch to speed up fetchMulti()

1.0.13

20 Sep 21:25
Compare
Choose a tag to compare
  • added fetchMulti() to simultaneously fetch responses from all set nodes: doc
  • added ability to set array of nodes in first argument in setNodeAddress()
  • added ability to set prefix in setSeed() (default is "\0\0\0\0")
  • added one argument log() for simple INFO messages
  • added error_log call for log() ERROR messages
  • added lastlog string to get last log message
  • added internal rerun in setBestNode() for accuracy
  • internal structure refactoring

1.0.12

17 Aug 10:54
Compare
Choose a tag to compare
  • fixed txSign() of txInvokeScript() with no payments (#6)

1.0.11

02 Jul 14:51
Compare
Choose a tag to compare