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:
start_idx
mint_infos_to_add
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.
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:start_idx
mint_infos_to_add
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.