v1.6.1
·
1370 commits
to testnet3
since this release
Version 1.6.1
Language
- Introduce support for tuples
- Update the number of transitions to 15 for compatibility with snarkVM
- Add support for
private
visibility - Introduce
then finalize
syntax. Deprecatesasync finalize
.
Compiler
- Removes the Leo panic hook when invoking the Aleo CLI
- Reorganize data structures used in compiler passes.
Libraries
Stabilized APIs
CLI
Compatibility Notes
- Introduces a breaking change for invoking
finalize
blocks.async finalize(<optional_args>)
is deprecated in favor ofreturn <optional_args then finalize(<optional_args>)
.