glow-xyz / nftoken

A new, simple NFT standard for Solana
https://nftoken.so
MIT License
48 stars 7 forks source link

Support faster mintlist creation #197

Open vpontis opened 2 years ago

vpontis commented 2 years ago

There can be multiple writes to an account in the same block, so we can support much faster mintlist creation by allowing the add_mint_infos instruction to specify the following info:

Then the program needs to be a bit smarter about figuring out the number of NFTs that have been configured since it's possible that we are overwriting a mint info that has already been configured.