Skip to content

Releases: everx-labs/everdev

0.7.2

02 Jun 21:23
@d3p d3p
49e110e
Compare
Choose a tag to compare

[0.7.2] - 2021-06-02

Fixed

  • Update README with information about how to install tondev after download binaries

Version 0.7.1

02 Jun 12:10
@d3p d3p
Compare
Choose a tag to compare

[0.7.1] - 2021-06-01

Fixed

  • GitHub Action

Version 0.7.0

02 Jun 13:50
@d3p d3p
5b8fb35
Compare
Choose a tag to compare

[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

29 Apr 18:30
@d3p d3p
5501c4f
Compare
Choose a tag to compare

[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

23 Apr 09:19
@d3p d3p
d6456ce
Compare
Choose a tag to compare

[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 generates code and codeHash fields in addition to tvc.
  • 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 using tondev network list
    you can use tondev n l and even shorter tondev nl.

Fixed

  • tvm_linker downloads always even if it's up to date.

Version: 0.4.0

26 Mar 04:00
@d3p d3p
7d1672e
Compare
Choose a tag to compare

[0.4.0] - 2021-03-25

New

  • --force option for sol update and sol 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

16 Mar 06:54
@d3p d3p
3df1e70
Compare
Choose a tag to compare

[0.3.3] - 2021-03-16

Fixed

  • Solidity stdlib didn't update.

Version: 0.3.2

12 Mar 15:33
@d3p d3p
0a0cef1
Compare
Choose a tag to compare

[0.3.2] - 2021-03-12

Fixed

  • Support versioning at solidity components

Version: 0.3.0

12 Mar 08:49
@d3p d3p
0dace10
Compare
Choose a tag to compare

[0.3.0] - 2021-03-11

New

Version 0.2.0

26 Feb 18:14
@d3p d3p
Compare
Choose a tag to compare

[0.2.0] - 2021-02-24

Added

  • TONOS-SE Controller.