joshua (2022-11-30)
The
NonFungibleToken
and FungibleToken
contracts have been updated on testnet to include the default implementations for metadata views and borrowNFTSafe
for the NFT contract! The changes are detailed here: https://github.com/onflow/flow-nft/pull/134 and here: https://github.com/onflow/flow-ft/pull/89
We'll give it a week or two on testnet before we perform the upgrade on mainnet.
This is not a breaking change, so there is no need to update your contracts3 Replies
I've created a thread for your message. Please continue any relevant discussion in this thread.
You can rename this thread using
/title <new title>
If this is a technical question that others may benefit from, considering also asking it on Stackoverflow: https://stackoverflow.com/questions/ask?tags=onflow-cadenceUnknown User•3y ago
Message Not Public
Sign In & Join Server To View
nope, not a breaking change
just makes it easier to access the metadata views through
borrowNFT