Releases: everx-labs/ever-sdk-js
Releases · everx-labs/ever-sdk-js
Version: 1.5.3
1.5.3 Jan 14, 2021
Fixed
- node binary filename for windows
Version: 1.5.2
1.5.2 Dec 30, 2020
New
- *.d.ts type declarations in
lib-react-native
,lib-node
,lib-web
.
Fixed
net
module functions wait fornet.resume
call instead of returning error if called while the module is suspended
Version: 1.5.0
1.5.0 Dec 25, 2020
New
reconnect_timeout
parameter inNetworkConfig
.endpoints
parameter inNetworkConfig
. 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 butendpoints
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 inapi.json
.
Version: 1.4.1
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.
- Add new variant
Version 1.4.0
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.
- Add new variant
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.
- Invoked debot terminated correctly after error occured during
Version: 1.3.3
1.3.3 - Dec 16, 2020
Fix
lib-react-native
native module package name was changed totonlabs.tonclient
. (Fixed #176)
Version: 1.3.2
1.3.2 - Dec 11, 2020
Fix
lib-web
index-template matches the documentation now
Version: 1.3.1
1.3.1 - Dec 9, 2020
Fix
- AppObject wasn't working.
Version: 1.3.0
1.3.0 - Dec 8, 2020
New
net.query
method . Performs custom graphql query that can be copied directly from the playground.net.suspend
andnet.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
1.2.1 - Dec 4, 2020
Fix
- Publish npm packages without tests