Collin Chin
Collin Chin
This program compiles and runs on Leo v1.6.2 with 10 constraints.
As of Leo v1.6.2 `leo add` has been deprecated.
The `staging` branch is deprecated. Literal `field` values in Leo are checked to see if they exist during compilation (character count will be restricted implicitly based on the field size).
@bendyarm We returned to this discussion recently in Dec 2022. The addition constraints are "free" in this circuit. Was there a specific proposal that you had for adding metadata to...
In Leo v1.6.2 returns inside if conditionals are supported see https://github.com/AleoHQ/leo/tree/testnet3/examples/hackers-delight/ntzsearchtree for an example. It is worth noting that chaining conditionals with return statements results in some constraint bloat since...
Implicit types are currently not supported in Leo v1.6.2.
The input library has been refactored since this issue has been created - we no longer use pest to parse the files. It is not clear what the "new" proposed...
Array slicing is currently not supported in Leo v1.6.2.
Mutable variables are not supported in Leo v1.6.2.
`mut self` circuits are not currently supported in Leo v1.6.2.