Skip to content

Releases: onflow/flow-ft

lib/go/templates/v1.1.1

Choose a tag to compare

@janezpodhostnik janezpodhostnik released this 16 Apr 12:46
b3938f8

What's Changed

Full Changelog: lib/go/contracts/v1.1.0...lib/go/templates/v1.1.1

lib/go/contracts/v1.1.1

Choose a tag to compare

@janezpodhostnik janezpodhostnik released this 16 Apr 12:47
b3938f8

What's Changed

Full Changelog: lib/go/contracts/v1.1.0...lib/go/contracts/v1.1.1

lib/go/templates/v1.1.0

Choose a tag to compare

What's Changed

  • Update to the new emulator release by @joshuahannan in #174
  • Moves burnCallback default implementation to the Balance interface by @joshuahannan in #178
  • Use new resolve view utility function and update to use dependency manager by @joshuahannan in #180
  • Fix small bugs in TokenForwarding for bricked forwarder and wrong getSupportedVaultTypes by @joshuahannan in #185
  • Fix: three FungibleTokenSwitchboard bugs by @joshuahannan in #186
  • Security review improvements across utility contracts by @joshuahannan in #187
  • Standardize error messages with interpolation and descriptive context by @joshuahannan in #189

Full Changelog: lib/go/contracts/v1.0.1...lib/go/templates/v1.1.0

lib/go/contracts/v1.1.0

Choose a tag to compare

What's Changed

  • Update to the new emulator release by @joshuahannan in #174
  • Moves burnCallback default implementation to the Balance interface by @joshuahannan in #178
  • Use new resolve view utility function and update to use dependency manager by @joshuahannan in #180
  • Fix small bugs in TokenForwarding for bricked forwarder and wrong getSupportedVaultTypes by @joshuahannan in #185
  • Fix: three FungibleTokenSwitchboard bugs by @joshuahannan in #186
  • Security review improvements across utility contracts by @joshuahannan in #187
  • Standardize error messages with interpolation and descriptive context by @joshuahannan in #189

Full Changelog: lib/go/contracts/v1.0.1...lib/go/contracts/v1.1.0

lib/go/templates/v1.0.1

Choose a tag to compare

lib/go/contracts/v1.0.1

Choose a tag to compare

Cadence 1.0 Fungible Token Standard Transactions

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

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

Choose a tag to compare

Adds Metadata Views and Switchboard

Choose a tag to compare

@joshuahannan joshuahannan released this 21 Dec 17:54
1f51398

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