Skip to content

Releases: everx-labs/ever-sdk-js

Version: 1.5.3

25 Jan 12:34
@d3p d3p
93b63be
Compare
Choose a tag to compare

1.5.3 Jan 14, 2021

Fixed

  • node binary filename for windows

Version: 1.5.2

30 Dec 12:34
@d3p d3p
ad8000b
Compare
Choose a tag to compare

1.5.2 Dec 30, 2020

New

  • *.d.ts type declarations in lib-react-native, lib-node, lib-web.

Fixed

  • net module functions wait for net.resume call instead of returning error if called while the module is suspended

Version: 1.5.0

25 Dec 06:32
@g9d g9d
Compare
Choose a tag to compare

1.5.0 Dec 25, 2020

New

  • reconnect_timeout parameter in NetworkConfig.
  • endpoints parameter in NetworkConfig. It contains the list of available server addresses to connect. SDK will use one them with the least connect time. server_address parameter is still supported but endpoints is prevailing.
  • net.fetch_endpoints function to receieve available endpoints from server.
  • net.set_endpoints function to set endpoints list for using on next reconnect.
  • ErrorCode type in each module spec in api.json.

Version: 1.4.1

22 Dec 14:16
@g9d g9d
Compare
Choose a tag to compare

1.4.1 Dec 22, 2020

New

  • net.find_last_shard_block function returning account shard last block ID.
  • boc.get_code_from_tvc function extracting contract code from TVC image.
  • Debot Module:
    • Add new variant ParamsOfAppDebotBrowser::SwitchCompleted to notify browser when all context actions are shown.

Version 1.4.0

22 Dec 11:47
@g9d g9d
Compare
Choose a tag to compare

1.4.0 Dec 22, 2020

New

  • GraphQL optimization: use single web socket to serve all subscriptions.
  • Support for the keep-alive messages from the GraphQL server.
  • tonclient-core-version http header.
  • net.find_last_shard_block function returning account shard last block ID.
  • boc.get_code_from_tvc function extracting contract code from TVC image.
  • Debot Module:
    • Add new variant ParamsOfAppDebotBrowser::SwitchCompleted to notify browser when all context actions are shown.
    • Added new 3 engine routines for crypto operations and 1 routine for querying account state (balance, state type, code, data) that can be used in debots.

Fixed

  • Debot Module:
    • Invoked debot terminated correctly after error occured during
      execution of one of its actions. Initial prev_state of invoked debot
      changed to STATE_EXIT.
    • Fixed double jumping to current context in invoker debot after
      returning control to it from invoked debot.
    • Fixed conversation of exception codes thrown by debots to their user-friendly description.

Version: 1.3.3

16 Dec 13:51
@g9d g9d
c35c8ae
Compare
Choose a tag to compare

1.3.3 - Dec 16, 2020

Fix

  • lib-react-native native module package name was changed to tonlabs.tonclient. (Fixed #176)

Version: 1.3.2

11 Dec 14:03
@g9d g9d
fd2f809
Compare
Choose a tag to compare

1.3.2 - Dec 11, 2020

Fix

  • lib-web index-template matches the documentation now

Version: 1.3.1

09 Dec 08:26
@g9d g9d
69d5b39
Compare
Choose a tag to compare

1.3.1 - Dec 9, 2020

Fix

  • AppObject wasn't working.

Version: 1.3.0

09 Dec 07:31
@g9d g9d
4b7839c
Compare
Choose a tag to compare

1.3.0 - Dec 8, 2020

New

  • net.query method . Performs custom graphql query that can be copied directly from the playground.
  • net.suspend and net.resume methods for disabling and enabling network activity. One of the possible use-cases is to manage subscriptions when a mobile application is brought to the background and into the foreground again.
  • Inline JSDoc comments.

Fix

  • Failed downloads issues.

Version: 1.2.1

04 Dec 16:00
@g9d g9d
Compare
Choose a tag to compare

1.2.1 - Dec 4, 2020

Fix

  • Publish npm packages without tests