Skip to content

Commit

Permalink
Merge pull request #20 from tonlabs/0.5.0-rc
Browse files Browse the repository at this point in the history
Version 0.5.0
  • Loading branch information
d3p authored Apr 23, 2021
2 parents 7d1672e + 32dc8e0 commit d6456ce
Show file tree
Hide file tree
Showing 30 changed files with 3,973 additions and 91 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

## [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.

## [0.4.0] - 2021-03-25

### New
Expand Down
Loading

0 comments on commit d6456ce

Please sign in to comment.