Get Mystery Box with random crypto!

Release tondev 0.11.1 New - sol ast command that parses a ton- | Everscale Dev EN

Release tondev 0.11.1
New
- sol ast command that parses a ton-solidity file and creates an abstract syntax tree (AST) to the output directory
- Structure can be passed as an argument of a function call, for example:
tondev contract run shapes.tvc \
--address 0:540c1837656674d548c934258ddec9b5fd11b543da977b0016c14b5650bc7eb5 \
--input '{ "point": { "color": "red", "center": { "x": 1, "y": 2 } } }'

Fixed
- ssh2 transitive dependency on dockerode

Improved
- Information about the installed version of stdlib has been removed from the output of the tondev sol version command.
Now its version is always equal to the compiler's version.
- Remove checking of .sol extension in compile command. Any extension can be used now.