Releases: onflow/flow-ft
lib/go/templates/v1.0.1
lib/go/contracts/v1.0.1
Contains these updates:
Cadence 1.0 Fungible Token Standard Transactions
Contains the V2 Fungible Token standard transactions with updated code to be compatible with Cadence 1.0.
Includes all the changes in the feature branch PR: #131
🥳
Cadence 1.0 Fungible Token Standard Contracts
Contains the V2 Fungible Token standard contracts with updated code to be compatible with Cadence 1.0.
Includes all the changes in the feature branch PR: #131
🥳
Introduced discoverability of vault types
Implementation of the FLIP https://github.com/onflow/flips/blob/main/flips/20230206-fungible-token-vault-type-discovery.md in the PR #127
Adds Metadata Views and Switchboard
Deposit Pre-condition Update
Includes a pre-condition in the deposit function to check that the deposited Vault is the same type as the Vault being deposited to. (#51)
Fixing Mint Transaction
Changed the hardcoded allowed amount value in the mint tokens transaction
Fungible Token Transaction Templates
First release of the new organization of transaction templates for fungible tokens
Forwarder Templates
invalid transfer token and forwarding (#24) * invalid transfer token * fix forwarding contract and tests * assets