New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ton/sandbox

Package Overview
Dependencies
Maintainers
4
Versions
29
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.16.0-tvmbeta.3

Diff

ikardanov
published 0.16.0-tvmbeta.2 •

ikardanov
published 0.15.0 •

Changelog

Source

[0.15.0] - 2023-12-24

Changed

  • Changed the default and slim configs to use the latest config at the time of release, which enables new TVM opcodes
ikardanov
published 0.14.0 •

Changelog

Source

[0.14.0] - 2023-12-04

Changed

  • Updated emulator WASM binary
ikardanov
published 0.13.1 •

Changelog

Source

[0.13.1] - 2023-10-10

Fixed

  • Fixed a bug in Blockchain that led to storage fetch errors (for example, network errors in RemoteBlockchainStorage) being cached and breaking that contract address forever
ikardanov
published 0.13.0 •

Changelog

Source

[0.13.0] - 2023-10-05

Changed

  • On transaction emulation error, an 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
ikardanov
published 0.12.0 •

Changelog

Source

[0.12.0] - 2023-10-03

Added

  • Step by step execution (blockchain.sendMessageIter)
  • Better docs

Fixed

  • now from Blockchain is now honored in SmartContract.receiveMessage
  • Exit code 1 is now counted as success in get methods
ikardanov
published 0.11.1 •

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