-
## 🐛 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…
-
- [ ] Write RFC, starting from #600.
-
dtheo
Medium
# `unbond_public` logic causes issues for some delegators preventing partial withdrawals
## Summary
Delegators that share the same withdrawal address as a validator will be unable to …
-
Yesterday I run out of space and at last I found:
```
67G /Users/xxx/Desktop/github/lighthouse
```
I'm also building many other rust projects, this is the largest I've seen so far...
-
## 🚀 Feature
1. i want a easy way to create transaction, [not like create transaction must bind vm and ledger](https://github.com/AleoHQ/snarkOS/blob/testnet3/node/ledger/src/lib.rs), and then …
-
## 🚀 Feature
Support seamless passing of parameters of any types between programs.
## Motivation
Consider a simple program that has transition `one` which takes input of type `A`.
```
…
-
@howardwu Also tagging @bendyarm, who first brought up the Unicode bidi override issue for Leo a while ago.
This is my assessment for ASCII:
- 32 (space) is fine.
- 33-126 (visible chars) are fin…
-
## 🐛 Bug Report
Hey, I'm trying to sign an arbitrary string (byte array) outside VM (in SDK) and validate it inside Aleo transition but it always fails.
## Steps to Reproduce
First, I convert…
-
rust version: 1.26.0
OS: win10
target: x86_64-pc-windows-gnu
I have a c++ library about opencl gpu, I want to use rust to warp the library.
I get the following error log:
= note: C:/Use…
-
## 📚 Documentation
Hello community technicians, how do I use the official code for GPU calls, the documentation tells me that GPU is optional, so how do I choose to call it? Right now the default i…