Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ton/sandbox

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ton/sandbox - npm Package Versions

12

0.11.1

Diff

Changelog

Source

[0.11.1] - 2023-07-26

Changed

  • Migrated dependencies to @ton organization packages
  • Bumped @ton/test-utils version to 0.3.1
ikardanov
published 0.11.0 •

Changelog

Source

[0.11.0] - 2023-05-11

Added

  • Added the ability to emulate ticktock transactions. There are 3 ways to do that: blockchain.runTickTock(Address | Address[], TickOrTock, MessageParams?), smartContract.runTickTock(TickOrTock, MessageParams?), or you can change ContractProvider in your wrapper classes to be SandboxContractProvider and invoke tickTock(TickOrTock) on it. TickOrTock is a union type 'tick' | 'tock'
  • Added new verbosity levels: 'vm_logs_location' (same as 'vm_logs' but also display code cell hash and offset), 'vm_logs_gas' (same as 'vm_logs_location' but also display gas remaining), 'vm_logs_verbose' (same as 'vm_logs_full' but display stack values in a more verbose way)

Changed

  • Changed emulator WASM binary
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc