Collin Chin

Results 84 comments of Collin Chin

Marking this as priority low until after `testnet3` refactor

What is the software version that this bug is occurring on?

Hi @feewet Could you try running: ``` cd auction leo run ```

Closing this since this is the motivation for transition functions which exist in Leo v1.6.2.

Dead code is not allowed in Leo programs. The above program will give the following error on Leo v1.6.2. ```javascript Error [ETYC0372025]: Cannot reach the following statement. --> src/main.leo:5:9 |...

Closing this issue since we have introduced the `transition` keyword for transition functions and should keep the full `function` keyword for consistency.

Dead code is not allowed in Leo programs. The above program will give the following error on Leo v1.6.2. ```javascript Error [ETYC0372025]: Cannot reach the following statement. --> src/main.leo:5:9 |...

Input file sections in Leo v1.6.2 refer to transition function inputs only. const, public, private modifiers must be stated with the input variable.

The scalar division test correctly checks for failure now so this issue can be closed.

My project folder after compiling the above snippet is ~200mb. Also the square example in the flying tour has been removed.