Releases: everx-labs/everdev
Releases · everx-labs/everdev
0.7.2
Version 0.7.1
[0.7.1] - 2021-06-01
Fixed
- GitHub Action
Version 0.7.0
[0.7.0] - 2021-05-26
New
- 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
Version: 0.6.0
[0.6.0] - 2021-04-28
New
ts4
TestSuite4 framework for contract testing is supported: install, manage versions, create test template, run tests.
Version: 0.5.0
[0.5.0] - 2021-04-08
New
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
.
Fixed
tvm_linker
downloads always even if it's up to date.
Version: 0.4.0
[0.4.0] - 2021-03-25
New
--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
Version: 0.3.3
[0.3.3] - 2021-03-16
Fixed
- Solidity stdlib didn't update.
Version: 0.3.2
[0.3.2] - 2021-03-12
Fixed
- Support versioning at solidity components
Version: 0.3.0
Version 0.2.0
[0.2.0] - 2021-02-24
Added
- TONOS-SE Controller.