Ivan Litteri
Ivan Litteri
## Motivation This PR addresses https://github.com/AleoHQ/snarkVM/issues/1143.
## Motivation This PR addresses the snarkVM side of https://github.com/AleoHQ/aleo/issues/356. > Note: I left a worth-reading TODO in the code. ## Test Plan Unit tests were added.
## Motivation - `DeploymentRequest` should contain a deployment transaction instead of a deployment because the client should be responsible for executing the transaction that involves the additional fee execution and...
## Motivation ### Updated - `GET /testnet3/records/all` is now `POST` and returns a list of records. - `GET /testnet3/records/unspent` is now `POST` and returns a list of records. - `GET...
## ๐ฅ Proposal There are two problems if we only provide pretty printed records eg. in the REST endpoints: 1. It forces every client (e.g. every wallet implementation) to build...
## ๐ Bug Report Integer operations panic on underflow/overflow in Aleo Instructions. ``` thread โmainโ panicked at โInteger subtraction failed on: 0u64 and 1u64โ, /Users/user/snarkVM/console/network/environment/src/environment.rs:62:9 ``` ## Steps to Reproduce...
## ๐ Bug Report If you try to deploy a multiple-function program and the definition of those functions is not ordered alphabetically, the execution fails. ``` 2022-10-03T14:13:30.148475Z WARN Deployment verification...
## ๐ Bug Report After broadcasting an Execution Transaction made from an Execution I got a "Mismatch Transaction ID...". I think that this happens because the additional_fee is not being...
## Motivation This PR addresses #356
## Motivation This PR addresses #364. ## Additional Changes - The Transaction ID is printed. - The record commitment is printed if there is one (or more) as output.