We have finally updated our create-ton template to use
@ton packages, so you get all the latest features when creating a new project from the get-go!(Please note that some versions were skipped, and the changelogs were collected from all the versions since the last mention in this channel)
blueprint v0.14.2
- Fixed test templates (added missing imports)
- Set tact compiler dependency to version 1.1.5
test-utils v0.4.2
- Added missing
findTransactionRequired export- Fixed the
deploy flag in flat transactionssandbox v0.13.1 (Most of the changes were made by our wonderful community, thank you!)
- Step by step execution (
blockchain.sendMessageIter)- Better docs
-
blockchain.now is now honored in smartContract.receiveMessage- Exit code 1 is considered a success in get methods
- Transaction emulation errors now result in
EmulationError instead of being dumped into console- Fixed
RemoteBlockchainStorage error cachingcreate-ton v0.10.0
- Updated/changed template dependencies (blueprint, sandbox, test-utils, @ton/ton, @ton/core, @ton/crypto)