Alessandro Coglio

Results 52 issues of Alessandro Coglio

It looks like Aleo Studio uses `~/Aleo Studio` as working directory (on macOS), which is reasonable, but it may be nice to provide a way to customize that location. I...

enhancement

In the rest of the parser, comments and whitespace are allowed before each construct that it typically written in its own line (e.g. instruction, input, etc.), while whitespace only (not...

The parsing of the two required entries of record types (owner and gates) was doing a superfluous call to `Sanitize::parse()` (which skips over comments and whitespace) just before parsing the...

These commits carry out the following renamings at the user level (i.e. in parser and error messages): - interfaces to structs - functions to transitions - closures to functions As...

## 📚 Documentation The README of this repo says that `aleo` accepts a version option, but it doesn't appear to work: ``` ...$ aleo -V error: Found argument '-V' which...

documentation

## 🐛 Bug Report This legal Leo code ``` @program function get_oracle_address() -> address { return aleo19020dnqwr8r82r74cg3gv0pxjytd3ddh8mgu9ghpheg20zs2g59s2zm2yf; } ``` translates to illegal Aleo instructions ``` function get_oracle_address: output aleo19020dnqwr8r82r74cg3gv0pxjytd3ddh8mgu9ghpheg20zs2g59s2zm2yf as...

bug

The page https://developer.aleo.org/concepts/accounts says that: - A private key consists of 58 characters, but the example consists of 56 characters. - A proving key consists of 58 characters, but the...

This portion of https://developer.aleo.org/concepts/accounts is rendered weirdly (see screenshot): - A new paragraph starts with F_base, which shouldn't. - In that new paragraph, the backquotes are shown instead of being...

In the [description of view key generation](https://developer.aleo.org/concepts/accounts#generate-a-view-key), it is not clear to me what the following things are, exactly: - The ppaccount_sig value. - The ppaccount_cm value. - The AccountSignature.GeneratePublicKey...

## 💥 Proposal - Leo RFC ### Summary Instead of just having 5 sizes of unsigned and signed integer types, allow all sizes, in order to minimize the number of...

feature
priority-low
proposal