Damir Shamanaev

Results 42 issues of Damir Shamanaev

## 🚀 Feature Improve `address` rule and follow [BIP_0173](https://en.bitcoin.it/wiki/BIP_0173) (for bech32 address format). ```abnf address = %s"aleo1" 58( lowercase-letter / digit ) ``` Quote from BIP: > *The data part,...

feature
module-abnf
priority-low
blocked

## 💥 Proposal During implementation of #1119 I met this question: should we keep `leo add` functionality or deprecate it in favor of `leo install`? ### Background Currently, `leo add`...

feature
priority-low

## 🚀 Feature Continue wasmification process in compiler. ## Implementation Add support for `leo-compiler` crate and `leo-asg`.

feature
priority-low

## 🐛 Bug Report I think it has some relation to #441. Main problem here is that we can't implement fail-safe logic in Leo programs. ## Steps to Reproduce Run...

bug
fuzz-bug
priority-high

## 🚀 Feature The issue #1532 adds a new perspective to the way we see things in compiler, and it seems logical to have a command that will do just...

feature

## 🐛 Bug Report While working on #1528 I have discovered additional bug/behavior which should be addressed. ### The code ``` function main() { let x: [u8; _] = [0,...

bug
fuzz-bug

## 🐛 Bug Report We've encountered that issue while working on [Hangman game](https://github.com/AleoHQ/aleo-education/tree/main/hangman) implementation in Leo. In short: proofs can be either valid or invalid and this behavior is unpredictable....

bug

Issues covering this topic in Leo are: https://github.com/AleoHQ/leo/issues/937 and https://github.com/AleoHQ/leo/issues/1350 ## 🐛 Bug Report Same code produces invalid and valid proofs based on the program inputs. 1. Happens only in...

bug

Looks like changes don't apply to the website on PR merge. Maybe we could set up some CI to do it? Or any other alternative such as a webhook? As...

bug