Álvaro Lillo Igualada

Results 18 issues of Álvaro Lillo Igualada

Closes: https://github.com/onflow/flow-ft/issues/81 ## Description Flip for creating a Metadata standard for fungible tokens. ______ For contributor use: - [x] Targeted PR against `master` branch - [x] Linked to Github issue...

FLIP
SC-Eng

Closes: #66 ## Description Created FungibleTokenSwitchboard contract. Created transactions for setting up switchboard and manage them. Created test suite using js. Design proposal can be found [here](https://github.com/onflow/flow-ft/issues/65) ______ - [x]...

Feature
SC-Eng

This belongs to #73 epic ### Issue To Be Solved We need to develop a design document showing the plan for implementing Metadata Views for fungible tokens. ### Suggest A...

documentation
T-Documentation 📃
SC-Eng

### Issue To Be Solved We need to implement the FT Metadata Views on the `ExampleToken.cdc` contract so it can be used as an example on how to use them.

Feature
SC-Eng

### Issue To Be Solved In a similar way as the NFT Metadata standard, we need to implement the Metadata for Fungible Tokens in order to assure its interoperability across...

Feature
SC-Eng

### Issue To Be Solved Build the core features specified in the [epic](https://github.com/onflow/flow-ft/issues/62). Also build the tests for the features ### Suggest A Solution * We will write a new...

Feedback
Feature
P-High
SC-Eng

### Problem In the [flow go sdk docs](https://docs.onflow.org/flow-go-sdk/) we are still using `go get` instead of `go install`. It needs to be updated.

Documentation
L2

LS has been moved to the new cadence tools repo

### Problem When you try to save to an account a resource that has a non-storable field, the message you get is `mismatched types error: expected 'Storable', got ''`. This...

Improvement
Feedback