GenesysGo / shadow-nft-standard

A new, open, and permissive Solana NFT standard
https://sample-nft-ui.shadow.cloud/
Apache License 2.0
33 stars 5 forks source link

Remove creator limit to be owned by System Program #19

Open tanmaymunjal opened 1 year ago

tanmaymunjal commented 1 year ago

Description

Removed CreatorMustBeSystemAccount error code and constraint from program code. Also made a few additions to .gitignore file. Solves issue #18

Testing

Ran the unit tests. There was one failing unit test even before the commit in the main branch already but that seems to be unrelated to this, it seems like a PDA seed error in some other part of the codebase, will deal with it separately in a different PR. Except for that, no new failing unit tests were observed

vercel[bot] commented 1 year ago

@tanmaymunjal is attempting to deploy a commit to the GenesysGo Team on Vercel.

A member of the Team first needs to authorize it.

tanmaymunjal commented 1 year ago

Hey @tracy-codes, could you please review this?