Joshua Hannan
Joshua Hannan
## Issue To Be Solved Need to provide better onboarding to this repo for newcomers. Please tag @joshuahannan here if you'd like some guidance on how to complete this! 😃...
### Issue To Be Solved We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import...
Adds the v2 fungible token standard, as described in this flip: https://github.com/onflow/flips/pull/56 A few highlights: * Turns NonFungibleToken into a contract instead of a contract interface * Introduces a new...
We've been getting reports that contract deployment is not working properly on testnet @orodio Are you still maintaining Flow View Source? Do you have any time to take a look?...
## Description Builds on the view proposed in https://github.com/onflow/flow-nft/pull/172 that is based on the [Flow NFT License Project](https://forum.onflow.org/t/flow-nft-license-project/4716). Includes Media links for a badge and a description. The specific IPFS...
### Issue To Be Solved The Flow CLI introduced proper import placeholder standards for contracts a long time ago, but the Top Shot repo is still using the old 0xIMPORTADDRESS...
### Problem When running a transaction with `flow transactions send`, if you provide `-signer` instead of `--signer`, then the cli crashes with no helpful error message and a confusing stack...
### Issue to be solved In Cadence 1.0, with the addition of entitlements, references that are restricted to an interface type can be cast to the concrete type if it...
This is a different PR from the original one because the git organization had gotten out of sync Adds the v2 fungible token standard, as described in this flip: https://github.com/onflow/flips/pull/55...
Includes changes related to Cadence 1.0 Many functions have been changed to `view` for new view function requirements Updates casting to use correct `as` syntax changes `pub` to `access(all)` Adds...