-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
token 2022: add metadata pointer extension to js @solana/spl-token client #5805
token 2022: add metadata pointer extension to js @solana/spl-token client #5805
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @buffalojoec - I broke the metadata pointer extension into a separate PR. Thought it would be easier to review smaller changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! We are cruising right along with Token2022's JS support, thanks to you mate.
Just some small bits from my side, then we should be able to wrap soon.
561f2c8
to
9d3e3c7
Compare
Thanks for the kind words @buffalojoec. Addressed most of your comments - wanted to clarify one thing on the enums before changing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Two little things I noticed.
Made those changes. Let me know if there is anything else! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!! JavaScript Token2022 support is shaping up nicely!
Adding support for the metadata pointer extension
Split out of wider task to add metadata support for ease of review
#5667