Skip to content

Commit

Permalink
Merge pull request #888 from tonlabs/SilkovAlexander/improve_debug
Browse files Browse the repository at this point in the history
Improve debug default config flag
  • Loading branch information
SilkovAlexander authored Oct 30, 2022
2 parents 43fabe3 + 6739849 commit 0d2343f
Show file tree
Hide file tree
Showing 19 changed files with 1,294 additions and 286 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

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

## Version: 0.29.1

### New
- Added [sold](https://github.com/tonlabs/TON-Solidity-Compiler/tree/master/sold) functionality as feature;
- Improved behavior of the `decode msg` command. Now it doesn't require `--base64` flag to decode base64 input. It can
also decode message by id in the blockchain and decode files with messages not in binary but with text in base64;
- Changed `debug transaction` and `debug account` commands flag `--empty_config` to `--default_config` which uses
current network config or default one if it is unavailable;
- Removed option `--saved_config` from call and run commands.

## Version: 0.28.12

### New
- Added ability to specify link to the abi file of json data instead of path.


## Version: 0.28.3

### Breaking changes:
Expand Down
Loading

0 comments on commit 0d2343f

Please sign in to comment.