Version: 1.34.0
[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 messagetotal_fwd_fees
- total fees of action phaseaccount_fees
- total fees the account pays for the transaction
-
main
anddev
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 whenclient.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.