Get Mystery Box with random crypto!

Release SDK 1.34 New - client.config function that returns th | Everscale Dev EN

Release SDK 1.34

New
- client.config function that returns the current client config
- run_executor().fees is extended with detailed fields
- 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.
- 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.