Get Mystery Box with random crypto!

​​TON-SDK & ton-client-js 1.7.0 New - BOC cache management fun | Everscale Dev EN

​​TON-SDK & ton-client-js 1.7.0
New
- BOC cache management functions were introduced:
 - boc.cache_set,
 - boc.cache_get,
 - boc.cache_unpin
- Now functions that take boc as a parameter can also take a reference to boc cash instead so that it decreases the number of boc serialization
and deserializations which drastically improves performance of run_tvm and run_executor especially in case of numerous calls on the same data.
- boc_cache parameter in tvm.run_tvm and tvm.run_executor functions to save resulting messages and account BOCs into cache.
- return_updated_account flag parameter introduced in tvm.run_tvm and tvm.run_executor functions to return updated account state. Important: by default this flag is false and account data is not returned.
- abi.encode_internal_message function to encode an internal ABI-compatible message.
- Debot Module:
  - Support for get-methods and external calls in debots. Debots can send external inbound messages to destination contracts (signed - for external calls and unsigned - for get-methods) using native language syntax without actions.
  - Built-in debot interfaces (interfaces implemented by DEngine). Added two built-in inetraces: base64 and Sdk.
  - Added `DebotInterfaceExecutor` to automatically route messages to destination interfaces.
  - Debot's `fetch function is optional now. New debots can implement only `start function.

Useful links
Documentation:
TON-SDK API Reference 
Graphql API
TONOS-SE 
Repositories:
TON-SDK
ton-client-js 
ton-q-server
TONOS-SE