curaOS / source

Start a solid foundation of tools for creators+builders.
https://cura.run
15 stars 13 forks source link

Sandbox test viewing multiple NFTs at once #87

Closed bestatigen closed 2 years ago

bestatigen commented 2 years ago

Call nft_tokens_owner on a user with more than a few NFTs, and make sure it works with the gas amounts. It shouldn't raise issues as it is only a view call at the moment, but the test should push the limits to see if anything breaks while trying to retrieve too many NFTs. If other edge cases come to mind, let's add them too.

Links

bestatigen commented 2 years ago

Seems like the limit is 8 :) Need to separate Metadata from Token.

bestatigen commented 2 years ago

Closed in #131