Skip to content

Releases: everx-labs/ever-sdk

Version: 1.46.1

17 May 08:34
b8759c3
Compare
Choose a tag to compare

Release 1.46.1

New

Updated dependencies version

Removed ever-types from list of dependencies

Fixed

Some fixes in WASM build

Version 1.45.1

22 Feb 07:26
b1a003b
Compare
Choose a tag to compare

What's Changed

Version 1.44.4

09 Nov 12:57
06cc625
Compare
Choose a tag to compare

New

  • Account BOC for local error resolving is fetched from blockchain API instead of collections API

Version: 1.44.3

11 Sep 09:52
@d3p d3p
31dfe8b
Compare
Choose a tag to compare

New

  • Error appeared during network paramaters resolving is returned to client instead of using default parameters

Version: 1.44.2

23 Aug 09:59
@d3p d3p
c267c0b
Compare
Choose a tag to compare

New

  • Pruned account serialization supported

Version: 1.44.1

25 Jul 14:06
@d3p d3p
4cdee23
Compare
Choose a tag to compare

New

  • functions with callbacks (e.g. processing.process_messages) can be called as sync.
  • send_event parameter is now optional with default value false.

Deprecated

Version: 1.44.0

13 Jul 15:58
@d3p d3p
f70e3a9
Compare
Choose a tag to compare

New

  • Ability to call async functions via tc_request_sync.
  • In rust API, the following functions become sync (slight breaking):
    abi::encode_internal_message, abi::attach_signature_to_message_body, abi::attach_signature,
    abi::decode_message, abi::decode_message_body, abi::decode_account_data,
    abi::update_initial_data, abi::encode_initial_data, abi::decode_initial_data,
    abi::decode_boc, abi::encode_boc, boc::decode_tvc, boc::parse_message, boc::parse_transaction,
    boc::parse_account, boc::parse_block, boc::parse_shardstate, boc::get_blockchain_config,
    boc::get_boc_hash, boc::get_code_from_tvc, boc::cache_get, boc::cache_set, boc::cache_unpin,
    boc::encode_boc, boc::get_code_salt, boc::set_code_salt, boc::decode_state_init, boc::encode_state_init,
    boc::encode_external_in_message, boc::get_compiler_version, processing::monitor_messages,
    processing::get_monitor_info, processing::cancel_monitor
  • Code generator for modules.ts produces _sync wrapper for all API functions.

Version: 1.43.3

24 Jun 20:40
@d3p d3p
49ebb97
Compare
Choose a tag to compare

Fixed

  • Memory leak in a spawned loop of the web socket link.

Version: 1.43.2

19 Jun 10:05
@d3p d3p
4899d81
Compare
Choose a tag to compare

Fixed

  • Non existing accounts are treated as missing since q-server return non existed if account is missing
  • Next block awaiting timeout calculation on message with long expiration time

Version: 1.43.1

02 Jun 13:15
@d3p d3p
4d8f8bb
Compare
Choose a tag to compare

Fixed

  • MonitoredMessage API representation simplified.