-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFT shouldn't be inited during auction #66
Comments
It is unclear from the standard what the desired behavior is. The nft itself is initialized. It has content. It even will respond to get_static_data. |
Sure, but as for backends (as I think) it'll much easier to run one get method, to know can we use NFTs in our dApps or not. All dApps uses transfer method to interact with it: any games, marketplaces, etc. It's sad, that official DNS contract have such behavior, but I personally think that we don't need to populate such behavior further. |
Otherwise, you will have to download every time NFT data&code and run TVM to check the transfers locally to see if you can use them in your apps or not. This is very uncomfortable, as for me, you'll need to adapt to each NFT instead trust one bit in GET method 🤷♂️ |
I don't think it's a problem to show an NFT as initiated when it's actually initiated but hasn't found its owner yet. This shouldn't create a problem since no one can transfer this NFT anyway. But what about secondary auctions? NFTs cannot be transferred, but |
According to standard in get_nft_data -
init? - if not zero, then this NFT is fully initialized and ready for interaction.
, but if it's in auction state it's not ready for interaction, I guess? Because transfer is blocked while auction cell is not nulltelemint/func/nft-item.fc
Line 212 in 26376de
https://github.com/TelegramMessenger/telemint/blob/main/func/nft-item.fc#L281
The text was updated successfully, but these errors were encountered: