-
## 🐛 Bug Report
Simply trying to run the docs hello world example. leo run main command executing succesfully but leo execute main is not.
#### Code snippet to reproduce
```
// The 'hello' pro…
-
## 🐛 Bug Report
I've been developing an experimental version of Miri that can execute foreign functions by interpreting LLVM bytecode. I was testing it on this crate, and it didn't find any borrowi…
-
## 🐛 Bug Report
Self.anything will be parsed as an address. Self.caller parses correctly, however; self.a or self.b will parse as addresses.
## Steps to Reproduce
#### Code snippet to…
-
Building a mining pool and mining
My company currently has 300 mining machines and is preparing to start aleo mining. My boss asked me to learn, and I want to use your open source server and client f…
-
## 🐛 Bug Report
After successful deployment on local, the function was executed immediately, but an error message was prompted stating that the program ID does not exist.
## Steps to Rep…
-
## 🐛 Bug Report
when I run this template code
https://github.com/AleoNet/sdk/tree/testnet-beta/create-aleo-app/template-offline-public-transaction-ts
it works ok when online, but when I discon…
-
## 🐛 Bug Report
Few endpoints were deprecated in snarkOS by the following PR https://github.com/AleoNet/snarkOS/pull/3347
snarkVM code still referencing them:
https://github.com/AleoNet/snarkV…
-
## 🐛 Bug Report
When syncing a snarkOS node from scratch, I get stuck on block 1002806. I started syncing using snarkOS built from 67c1bc967 and hit this error. Then, I upgraded to 1db968e5d with…
-
## 🚀 Feature
Right now there is no feature for generating random elements during program execution (by a prover) in Leo.
## Motivation
The ability to generate random elements would be usefu…
-
## 🐛 Bug Report
Title.
Single file programs works as intended.
## Steps to Reproduce
Use battleship in the workshop repo as an example:
```
$ ./snarkos developer deploy --path ~/src/wo…