@ton/sandbox
Advanced tools
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)Changelog
[0.15.0] - 2023-12-24
Changelog
[0.13.1] - 2023-10-10
Blockchain
that led to storage fetch errors (for example, network errors in RemoteBlockchainStorage
) being cached and breaking that contract address foreverChangelog
[0.13.0] - 2023-10-05
EmulationError
is now thrown that has an error
string, vmLogs
, and exitCode
(the latter two being optional). The error is no longer being dumped into console