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

@ton/sandbox

Package Overview
Dependencies
Maintainers
0
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

13

0.18.0

Diff

Changelog

Source

[0.18.0] - 2024-04-23

Changed

  • Changed the default and slim configs to use the latest config at the time of release, which reduces gas fees by a factor of 2.5x
ikardanov
published 0.17.0 •

Changelog

Source

[0.17.0] - 2024-03-27

Changed

  • Updated emulator WASM binary
  • Changed the default and slim configs to use the latest config at the time of release, which enables TVM v6 opcodes
ikardanov
published 0.16.0 •

Changelog

Source

[0.16.0] - 2024-03-01

This release contains a breaking change.

Added

  • Added IExecutor interface with the prospect of creating custom executor
  • Added open and getTransactions to sandbox's ContractProvider
  • Added toSandboxContract helper function to cast OpenedContract<T> to SandboxContract<T> when applicable

Changed

  • Changed the default executor to have async methods (it still has sync nature)
  • Improved get method return object
ikardanov
published 0.16.0-tvmbeta.3 •

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
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