Token Metadata Release Change Log #178
Locked
austbot
announced in
Announcements
Replies: 1 comment
-
We are working on an automated change log system |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current Version 1.2.6
JS: 1.2.5 - https://www.npmjs.com/package/@metaplex-foundation/mpl-token-metadata - Deprecated
JS: 2.1.0 -https://www.npmjs.com/package/@metaplex-foundation/mpl-token-metadata - NEW an built from our SHANK IDL system
Rust: 1.2.6 - https://crates.io/crates/mpl-token-metadata
1.2.6
1.2.5
New Instructions:
SetAndVerify - Allow the update Authority of the NFT and Collection to set and verify the collection in one instruction, extends to delegated Authorities as well
FreezeDelegatedAccount - Allows a delegate authority to freeze a token account containing a delegated mint. The pubkey calling freeze must sign and be the same as the delegate pubkey.
ThawDelegatedAccount - Allows the same delegate above to Thaw the token account
RemoveCreatorVerification - Allows a creator to unverify themselves
Potentially Breaking Changes:
We now store the bump seed for validation in the UseAuthority and the CollectionAuthority records. This is a preventative security measure that eliminates the possibility that a malicious wallet could use a noncanonical bump seed and open up unknown and potentially vulnerable code paths.
Action Needed:
When using
Utilize
the program will automatically fix up the bump seed for you. Or one must revoke and re-approve the Use AuthorityCollectionAuthority records must be revoked and re-created.
IMPORTANT NOTE
Beta Was this translation helpful? Give feedback.
All reactions