Giovanni Sanchez
Giovanni Sanchez
### Problem Changes to Cadence are coming and we'll want to make sure that the contracts function beyond the upcoming breaking changes. [See this epic](https://github.com/dapperlabs/flow-internal/issues/1820) for additional context. ### Acceptance...
## Introduction After teaching myself to interact with the [Access API](https://developers.flow.com/nodes/access-api), I found the docs a bit lacking with regards to onboarding. My discovery process was basically the following: 1....
### Problem When deploying a contract using `flow accounts add-contract` with an `Address` value in its initialization parameters, the contract deploys, but the value inserted into `flow.json.deployments` field breaks the...
### Problem Currently, `flow evm create-account` only enables creation of a COA in `emulator-account`. This is a problem for developers who want to easily create COAs in other accounts. ###...
### Problem Whenever using CLI to deploy a contract with an array of `String` in init args - e.g. `init(_ a: [String])` - deployment succeeds but the init args as...
## Issue To Be Solved It would be really great if script return values could be serialized into Cadence json and saved locally. ### Suggest A Solution A flag added...
### Problem When running emulator using v1.8.0-evm-preview-1 `flow emulator --evm-enabled`, the EVM address displayed in the startup log differs from the actual deployment address. ### Steps to Reproduce Running `flow...
### Problem When using `flow accounts add-contract` command to deploy a contract with an array of values as init parameters, CLI crashes. However, passing an array to scripts seems to...
### Issue To Be Solved I'm working on [contract](https://github.com/sisyphusSmiling/contract-updater) to aid in delegated contract updates, and this includes storing contract code in onchain resources. The easiest way to pass around...
### Problem When trying to send a transaction with parameters, I consistently get ```sh ❌ Command Error: error parsing transaction arguments: argument count is [n+1], expected [n] ``` ### Steps...