All notable changes to this project will be documented in this file.
- problem with contracts/ folder
value
option of thecontract
commands can accept values with "t" suffix. Such values will be properly converted to nano tokens.run-signer
option of the thecontract
commands allows to sign messages with alternative keys different fromsigner
meanwhile address is still calculated fromsigner
parameter (or from defaultsigner
). It should be useful forrun-local
(withNone
value) so that it is not needed to specify address explicitly any more.tondev
commands that produce files (e.g.sol create
) create output folders if required.tondev signer add
command'ssecret
option can accept a path to the keys file.tondev se set
optionsimage
andcontainer
allow use existing docker images and containers to register SE instances.tondev se delete
deletes registered SE instance fromtondev
SE registry.--version
or-v
or-V
global option prints current tondev version.
- "tondev clang set --compiler" didn't change installed compiler version https://github.com/tonlabs/tondev/issues/42
tondev
did not not fill the command args with default values when user ran commands programmatically.tondev info
stopped if one of the tools failed.
- In case of errors with giver
tondev
prints new detailed errors describing that there is a giver problem (not in users contract). - Component version table prints "not installed" text if some component is missing. Footnote about on demand installation is added.
- Account balance check is added before deploy.
- All commands that require abi file (e.g.
js wrap
) now accepts any input file name. tondev se version
now prints version from the latest to the eldest order.tondev sol compile
now hides linker output in case of success.
- Column
used
was added tosigner list
with reference to the giver that uses this signer; - Column
giver
was added tonetwork list
with information about giver's contract and signer. - Printed tables now supports multiline cell values.
- "Error: Signer not found:" in case when the default signer has upper letters in name.
- Giver didn't use default signer. From now the giver uses default signer when User calls the
network giver
command without--signer
option.
- Incorrect parsing initial data params with options
--data, -d
.
- Update README with information about how to install tondev after download binaries
- GitHub Action
- Added new option
--output-dir, -o
for solidity compiler to store*.abi.json
and*.tvc
files in a separate directory. Example:tondev sol compile hello.sol -o ~/assets
- Created standalone portable binaries for windows, macos, linux
ts4
TestSuite4 framework for contract testing is supported: install, manage versions, create test template, run tests.
clang
controller for C++ compiler:
install, compile with 1 command, manage versions, etc.signer
controller for signer registry management:
generate keys, import keys and mnemonics, specify default signer, etc.network
controller for network registry management:
add networks, configure network giver, specify default network, etc.contract
controller for contract management:- get contract info summary, top up balance, deploy, run, run-local, run-executor
tondev js wrap
generatescode
andcodeHash
fields in addition totvc
.tondev contract info
prints code hash.tondev info
command prints a summary information from all controllers.- short aliases for controllers, commands and options.
For example instead of usingtondev network list
you can usetondev n l
and even shortertondev nl
.
tvm_linker
downloads always even if it's up to date.
--force
option forsol update
andsol set
commands. If set then components will be reinstalled event if their version hasn't changed.js wrap
command generates JS wrapper file from ABI file and optional TVC file.help
command prints documentation about variants of command options, like here
- Solidity stdlib didn't update.
- Support versioning at solidity components
- SDK functionality added
- tonos-cli
- Install
- Version
- Set
- Update
- TON OS Startup Edition(SE) functionality:
- Start
- Version
- Set
- Reset
- Update
- Stop
- Info
- Solidity functionality added:
- Create a hello world contract in one click
- Install compiler in the background upon the first request
- Compile and link a contract in one click
- Get solidity compiler version
- Download the latest compiler
- SDK functionality added:
- Create an empty Node.js project with the latest SDK dependencies and index.js script with main client object creation