@ton/sandbox
Advanced tools
Changelog
[0.20.0] - 2024-05-31
Blockchain
using a custom IExecutor
instead of the default Executor
EmulationError
, extended its error messageChangelog
[0.19.0] - 2024-04-27
Changelog
[0.18.0] - 2024-04-23
Changelog
[0.17.0] - 2024-03-27
Changelog
[0.16.0] - 2024-03-01
This release contains a breaking change.
IExecutor
interface with the prospect of creating custom executoropen
and getTransactions
to sandbox's ContractProvider
toSandboxContract
helper function to cast OpenedContract<T>
to SandboxContract<T>
when applicableasync
methods (it still has sync nature)