Daniel

Results 32 comments of Daniel

Encountered the same error. Also, installing using `cargo` raises another error: ```sh cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui Updating git repository `https://github.com/MystenLabs/sui.git` Installing sui v1.25.0 (https://github.com/MystenLabs/sui.git?branch=devnet#b10ea733) error: failed...

> Currently if you put your NFT into some generic Collection, there is no guarantee that there will be any Deposit/Withdrawal events for NFT. Would this FLIP solve the issue...

Would be great if this could be merged so that we could claim FLOATS with any wallet for the next Flow Town Hall.

Same issue as above. After the `magic.link` redirect I'm still logged out.

I think Consumable is a more complex use case and it should be addressed separately. Packs are mainly a container and have no value on their own, without the contents.

Maybe for packs the correct behavior would be to have the NFT destroyed once opened. This could be done in the pack opening function.

Looks good for getting ID count, any idea on getting a slice of the IDs without loading all of them with getIDs ? Maybe a function to return: ownedNFTs.slice(from: upTo:)...

Hey @bjartek, I believe that the NFT and metadata-related smart contracts' current state is neither stable or final. Adding a new view might not make much of an improvement as...

Multiple NFT collections implemented in the same contract would have a different resource names, the `NFT` in my example. > It is possible to create multiple distinct "collection" catalog entries...