Facundo Olano
Facundo Olano
## 🚀 Feature Add http level tests of the aleo node REST API (as defined in Aleo CLI, SnarkOS and the beacon) to test the system end to end as...
## 🐛 Bug Report To prevent attacks of using invalid transactions, the node should consume the fee even when the transaction fails. The fee should be variable to allow legitimate...
## 🚀 Feature Add a REST API endpoint that, given an account view key, returns a list transactions of the account. ## Motivation This is necessary to calculate the list...
## 🚀 Feature Expose `create_transfer` endpoint on the beacon node that receives the private key of the sender, the recipient, an amount of credits to send and performs the transfer...
There should be a way to run the SnarkOS node in a local development mode, similar to what we've been doing with `aleo node start`. This will have two benefits:...
We currently have a ledger defined in 4 places: - [SnarkOS](https://github.com/AleoHQ/snarkOS/blob/19181b1b529cfbc9a5b74ab5bf41fac1bf5cfafe/snarkos/ledger/mod.rs#L39-L53) - [Aleo CLI](https://github.com/AleoHQ/aleo/blob/HEAD/cli/helpers/ledger.rs#L46-L60) - [SnarkVM](https://github.com/AleoHQ/snarkVM/blob/3017c96b62ddbf356fb56bac1affb9cb4d45b8b7/vm/compiler/src/ledger/mod.rs#L85-L109) - snarkos beacon * SnarkOS beacon is a thin wrapper around the SnarkOS ledger....
The current API implementation doesn't follow common REST conventions, and part of its implementation makes it more difficult to implement clients for it (for example the use body in the...
## 🚀 Feature Add http level tests of the aleo node REST API (as defined in Aleo CLI, SnarkOS and the beacon) to test the system end to end as...
that way we wouldn't need to add extra test dependencies and maintain this behavior see if this one works, or if there are other options https://github.com/sindresorhus/p-throttle
I've noticed that the content parsed by this library keeps relative urls for images, which prevents them to be rendered independently. (See for example the images in [this url](https://benhoyt.com/writings/wordstar-diamond/)). As...