Javier Rodríguez Chatruc

Results 51 issues of Javier Rodríguez Chatruc

Currently, when executing entries, the backtester picks the first entry from all the possible ones (on `_pick_entry_signals`). Better selection criteria should be considered.

## Motivation Add code Coverage using [Tarpaulin](https://github.com/xd009642/tarpaulin) and [Codecov](https://about.codecov.io/) ## Test Plan (Write your test plan here) ## Related PRs (Link your related PRs here)

When deploying to k3s I ran into trouble making the ingress (which acts as an internal load balancer for the app in k3s) work. I created the cert and key...

## 💥 Proposal The `aleo deploy` command currently delegates most of its behaviour to `snarkVM`, including broadcasting the transaction to the blockchain. This is not ideal, as the VM should...

## 🚀 Feature Add an `aleo execute` command and equivalent WASM functionality to execute a program's function and broadcast the resulting transaction on-chain. ## Motivation Both Aleo developers and users...

## 🚀 Feature Add a `faucet` command to the CLI that gives users some funds on development environments. ## Motivation To test functionality on their apps on development environments (see...

## 💥 Proposal Currently, `aleo node start` runs a local development node whose code is entirely contained in this repo. This is a problem because it duplicates the code contained...