Austin Kline
Austin Kline
I would urge everyone here to define a standard that is best for flow and those who build on it. OpenSea is originally an EVM-based product and as such, metadata...
@spacepluk is right, we wouldn't be bringing it on-chain. The metadata view should be a url to json data that we can pull, and its format should match whatever we...
> Just want to leave a note here that it might not be a good idea to include [this default implementation](https://github.com/onflow/flow-nft/blob/3acffe2472a3d2792a05a166e8177af3c8176ab8/contracts/NonFungibleToken-v2.cdc#L112-L114) because existing projects who upgrade might forget to include...
Thanks @SupunS for mentioning this [here](https://discord.com/channels/613813861610684416/1131634801280045157/1131964656483831992). I am in favor of: 1. Only permit this in scripts. We already do this for methods like `getAuthAccount`, for instance 2. A helper...
Added a ticket so we can discuss: https://github.com/onflow/flow-nft/issues/149
> Anyone have more thoughts about this? This and [the PR](https://github.com/onflow/flow-nft/pull/148) have been open for a couple months without much movement. I don't have enough knowledge about what apps want...
Can this be done with what we have currently? I'd guess we might have to tackle it with the V2 standards coming out with stable cadence. The main issue as...
One great result from this imo is some pre-deployed instances of factory/filter resources that anyone can use for the really common cases: - Allow all filter (an app which doesn't...
Quick update to this PR that I'm back from a company offsite so we're picking this up again. Core questions are around entitlements (expected, I'll start focusing on them soon),...
> Update after latest migration - looks like migration [failed](https://github.com/onflow/cadence/blob/master/migrations_data/staged-contracts-report-2024-05-01T13-03-00Z-testnet.md?plain=1#L196). A couple failures stand out: > > 1. References to `NonFungibleToken.Owner` entitlement caused failures in `NFTProviderFactory` and `NFTProviderAndCollectionFactory` > 2....