Joshua Hannan
Joshua Hannan
### Issue To Be Solved It is a best practice in cadence to only perform actions that are associated with the transaction signer's account in the `prepare` phase of a...
We've been seeing a lot of requests in the discord channels for automated trading so that you don't have to trust the player who you are trading with. This allows...
### Problem The checker doesn't allow using the name `result` as a variable name, ### Steps to Reproduce Use this script: ``` pub fun main(): Int { let result =...
### Issue To Be Solved Update Voting and Kitty Hats Tutorial to: * Use more sophisticated composability features (run time types) * Explore a more realistic use-case of voting and...
### Issue To Be Solved Need to update the composable resources tutorial to include latest cadence features, best practices, and better instructions. ### Suggest A Solution New tutorial should showcase...
### Issue To Be Solved Need detailed example code and documentation for the changes described in https://github.com/onflow/flow/issues/871 to make it easy to understand for everyone ### Suggest A Solution *...
Issue To Be Solved Need to create a FLIP for the streamlined token standards doc Suggest A Solution * Base off this forum post after it has been approved: https://github.com/onflow/flow/issues/871...
Adds the v2 fungible token standard, as described in this forum post: https://forum.onflow.org/t/streamlined-token-standards-proposal/3075/37 A few highlights: * Turns `FungibleToken` into a contract instead of a contract interface * Introduces a...
### Issue To Be Solved The metadata standard that we are currently using for NFTs can also be utilized for fungible tokens We should create views and add them to...
### Issue To Be Solved Currently, if a user wants to receive a particular fungible token, they must run a specific setup transaction to initialize the specific vault in their...