Skip to content

Releases: onflow/flow-ft

lib/go/templates/v1.0.1

lib/go/contracts/v1.0.1

01 Oct 15:28
Compare
Choose a tag to compare

Cadence 1.0 Fungible Token Standard Transactions

06 May 21:17
Compare
Choose a tag to compare

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

06 May 20:15
Compare
Choose a tag to compare

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

12 Apr 14:01
Compare
Choose a tag to compare

Adds Metadata Views and Switchboard

21 Dec 17:54
1f51398
Compare
Choose a tag to compare

Adds FungibleTokenMetadataViews contract: #89
Adds default implementations to metadata views to FungibleToken: #89
Adds FugibleTokenSwitchboard contract: #71

Deposit Pre-condition Update

21 Apr 17:56
54218d0
Compare
Choose a tag to compare

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

03 Sep 17:47
f9406ed
Compare
Choose a tag to compare

Changed the hardcoded allowed amount value in the mint tokens transaction

Fungible Token Transaction Templates

29 Jun 16:59
c4c920e
Compare
Choose a tag to compare

First release of the new organization of transaction templates for fungible tokens

Forwarder Templates

19 Jun 18:26
64c9531
Compare
Choose a tag to compare
invalid transfer token and forwarding (#24)

* invalid transfer token

* fix forwarding contract and tests

* assets