@ton/sandbox
Advanced tools
Changelog
[0.22.0] - 2024-09-17
blockchain.recordStorage
flag. If set to true
, BlockchainTransaction
will have oldStorage
and newStorage
fields. Note that enabling this flag will disable a certain optimization, which will slow down contract emulationChangelog
[0.21.0] - 2024-09-16
SandboxContract
now wraps methods starting with is
(having the same semantics as get
) as well as send
and get
Changelog
[0.20.0] - 2024-05-31
Blockchain
using a custom IExecutor
instead of the default Executor
EmulationError
, extended its error message