We just released ton-contract-executor 0.6.0 🚀
Release notes:
- web support! You can now use ton-contract-executor in browser
- worker threads can now be terminated
- SmartContract.fromFuncSource has been deprecated, please use @ton-community/func-js or ton-compiler for FunC compilation
- added support to set gas limits to all SmartContract methods
- helper functions to create TVMStackEntry types have been exported, this would be helpful for calling get-methods
- ExecutionResult has been exported
- Docker image can now be used to build the WASM part of ton-contract-executor
- fixed issue with handling exceptions at TVM level using
TRY:<{}>- all logs from debug opcodes are now collected at
debugLogs field-
STRDUMP opcode now logs utf-8 stringsWe also moved source code to ton-community org at Github, so now it's even more close to community.
Maybe someone want’s to put up some FunC web playground 🌚?