jarry-xiao / candyland

Proof of concept program for compressing NFTs
GNU Affero General Public License v3.0
111 stars 13 forks source link

[Bubblegum, Gumball Machine] Shares should sum to 100 #143

Closed ngundotra closed 2 years ago

ngundotra commented 2 years ago
ngundotra commented 2 years ago

also check that # shares sums to 100

ngundotra commented 2 years ago

also... fix the creator issue when decompressing... how are the creators supposed to sign on every decompress????

ngundotra commented 2 years ago

Looks like no way to pre-sign creators without signing for them explicitly in the instruction (:pain).

Would be better to whitelist gumball to verify creators without needing sign

https://github.com/metaplex-foundation/metaplex-program-library/blob/0d63c8b3c6ac077dba63519c78a8da7a58b285a1/token-metadata/program/src/processor.rs#L80-L100