@ton/blueprint
Advanced tools
Changelog
[0.21.0] - 2024-05-27
contract.tact.template
counter template to return remaining value from the messageChangelog
[0.20.0] - 2024-05-07
tact.config.json
files for merging compilation options with wrappers/*.compile.ts
debug
in contract wrappers of Tact before doing production deployments@tact-lang/compiler
dependency to be ^1.3.0
instead of ^1.2.0
compile.ts.template
template for Tact to have debug
set to true
by defaultcontract.tact.template
empty template for Tact to mention implicit empty init()
functionChangelog
[0.19.1] - 2024-04-12
verify
commandjsonRPC
to custom v2 endpointsChangelog
[0.19.0] - 2024-03-27
Changelog
[0.18.0] - 2024-03-13
@tact-lang/compiler
dependency to be ^1.2.0
instead of ^1.1.5
+=
operator from Tact v1.2.0Changelog
[0.17.0] - 2024-03-01
This release contains a breaking change.
jsonRPC
to custom v2 endpointsset
command which can currently set func version (run blueprint set func
)open
and getTransactions
to WrappedContractProvider
Changelog
[0.16.0] - 2024-02-15
network
entry to the global config, which allows one to specify a custom network to be used instead of having to add --custom
flags on each runconvert
command which attempts to convert a legacy bash build script into a blueprint .compile.ts
fileverify
commandChangelog
[0.15.0] - 2023-12-15
--custom-version
, --custom-key
, --custom-type
to run
and verify
commands to allow better control over custom API behavior--custom
now always adds jsonRPC
to API URL for v2 APIsChangelog
[0.14.2] - 2023-12-01
@tact-lang/compiler
dependency to be ^1.1.5
instead of ^1.1.3