Releases: onflow/flow-ft
Release list
lib/go/templates/v1.1.1
What's Changed
- Optimize iteration over dictionary keys by @turbolent in #190
- TransferGenericVault parameters had incorrect assumptions by @janezpodhostnik in #192
Full Changelog: lib/go/contracts/v1.1.0...lib/go/templates/v1.1.1
lib/go/contracts/v1.1.1
What's Changed
- Optimize iteration over dictionary keys by @turbolent in #190
- TransferGenericVault parameters had incorrect assumptions by @janezpodhostnik in #192
Full Changelog: lib/go/contracts/v1.1.0...lib/go/contracts/v1.1.1
lib/go/templates/v1.1.0
What's Changed
- Update to the new emulator release by @joshuahannan in #174
- Moves burnCallback default implementation to the
Balanceinterface 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
What's Changed
- Update to the new emulator release by @joshuahannan in #174
- Moves burnCallback default implementation to the
Balanceinterface 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
Contains these updates:
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