@ton-community/blueprint
Advanced tools
Changelog
[0.12.0] - 2023-07-14
Changelog
[0.11.0] - 2023-07-03
options
field to the tact
variant of CompilerConfig
, which is of the same type as the options
of the TACT compiler, and includes fields such as debug
, experimental
, etcChangelog
[0.10.0] - 2023-06-06
CompilerConfig
: preCompileHook?: () => Promise<void>
and postCompileHook?: (code: Cell) => Promise<void>
. The former one gets called before any compilation of the respective contract happens, the latter one - after any compilation with the compiled code cell (they are called both during the build
command and when calling the compile
function for the respective contracts)run
command to only show .ts
scriptsChangelog
[0.9.0] - 2023-04-21
Changelog
[0.8.0] - 2023-04-07
help
command to contain significantly more detailed help for every commandsuccess: true
requirement to every template testChangelog
[0.7.0] - 2023-04-03
This release contains a breaking change.
networkProvider.api()
and the type used internally in NetworkProvider
from TonClient
to TonClient4
. This is a breaking changeChangelog
[0.6.1] - 2023-03-27
UIProvider.prompt
return type from Promise<void>
to Promise<boolean>
Changelog
[0.5.0] - 2023-03-13
SendProvider
now returns Promise<any>
instead of Promise<void>
from sendTransaction
. This allows providers using TON Connect and TonHub to return the results from their backends to the end user