Matías Onorato

Results 10 issues of Matías Onorato

## 🐛 Bug Report You cannot cast a Record with a gates values different than 0u64. ## Steps to Reproduce Try to build this program: (Aleo CLI built with [f3cad52](https://github.com/AleoHQ/aleo/commit/f3cad526706b54b5665a84aef0a109f8c43ec75a))...

bug

## 🚀 Feature Add JSON output format option to `aleo run` command. ``` aleo run --json [INPUTS] ``` ## Motivation A JSON output option would be very appreciated for developers...

## 🚀 Feature Implement an endpoint to find the records ciphertexts associated with an account ## Motivation We need a way to get all the ciphertexts associated with a ViewKey...

## 🚀 Improve Syntax Error logs Aleo should provide better error logging for syntax errors. Nowadays it only logs that the compiler could not parse the .aleo file at a...

## 📚 Documentation We need to add a getting started guide. We should write something similar to this demo: Uploading aleo-js demo (browser console).mov…

documentation

## 🚀 Feature generate account from seed (Write your description here) ### Motivation to import and account from seed phrases.

## 🚀 Feature Generate a subproject for documentation purposes. ### Motivation To have a subproject for handling the docs from now on ### Implementation - [ ] run npm init...

## 🚀 Feature improve error handling as much as possible. ### Implementation - [ ] Catch fetch async error - [ ] Catch aleo-sdk error ### Additional context Add any...

## 🚀 Feature Try to generate a module for both, CJS and ESM modules. ### Motivation Try running this project in nodejs and the browser. ### Implementation follow this article:...

Hey, I found an error that was causing the callback response not to be properly decoded. It seems that the Twitter API changes the `content-type`response header to `Content-Type`. Causing the...