Skip to content

Version: 1.34.0

Compare
Choose a tag to compare
@d3p d3p released this 19 May 08:43
· 240 commits to master since this release
a25c203

[1.34.0] – 2022-05-18

New

  • client.config function that returns the current client config

  • run_executor().fees is extended with these fields:

    • ext_in_msg_fee - fee for processing external inbound message
    • total_fwd_fees - total fees of action phase
    • account_fees - total fees the account pays for the transaction
  • main and dev endpoints aliases for Evernode Cloud Mainnet and Devnet endpoints

  • binding-gen: enum of types produces its own type for each enum variant.

  • lib-web: large numbers in transaction fees are rounded now (previously they caused errors).

  • core: if an application calls first client core functions in parallel
    then core creates more than one internal context per single TonClient
    instance. As a side effect of this is that a Nodejs process didn't
    finish even when client.close was called.

Improved

  • Added documentation for TransactionFees type (run_executor().fees).
  • Documentation now includes enum types descriptions.
    To achieve it we updated binding-gen: enum of types now produces its own type for each enum variant.