metaplex-foundation / mpl-token-metadata

Program to attach additional data to Fungible or Non-Fungible tokens on Solana.
https://developers.metaplex.com/token-metadata
Other
99 stars 42 forks source link

Configure Kinobi for PrintV1 and fix some program errors #40

Closed lorisleiva closed 10 months ago

lorisleiva commented 10 months ago

This PR configures Kinobi for the printV1 instruction in order to provide default values for arguments and accounts. It also adds a bunch of tests that print a new edition by both initialising the mint/token accounts beforehand and letting the program initialise them for us.

Additionally, we identified some issues on the program for the latter which @febo fixed in this PR. Namely, the following issues were fixed: