flow-ft
flow-ft copied to clipboard
The Fungible Token standard on the Flow Blockchain
### Issue To Be Solved We want to be able to release packages in other language so that apps written in those languages can import them to get the transaction...
### Issue To Be Solved There are many ways a fungible token can be used and we want more transaction templates to be defined for them. ### Suggest A Solution...
### 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...
Added FungibleTokens contract https://github.com/onflow/flow-ft/issues/59
I am curious to hear thoughts on this proposal. It seems to me that nobody really cares about events coming from fungible token contracts that don't include the address of...
Closes: #82 ## Description Creates the contract for the Fungible Token's Metadata Views. ______ For contributor use: - [x] Targeted PR against `master` branch - [x] Linked to Github issue...
## Instructions Within `FungibleTokenSwitchboard` contract, there is an Incorrect emission of `switchboardOwner` attribute in event emission. In this line: https://github.com/onflow/flow-ft/blob/master/contracts/FungibleTokenSwitchboard.cdc#L108 The event `VaultCapabilityAdded` should emit `self.owner?.address` for the `switchboardOwner` attribute....
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
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...
### 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...