Skip to content
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

Merged

Conversation

mistersimon
Copy link
Contributor

Adding support for the metadata pointer extension

Split out of wider task to add metadata support for ease of review
#5667

@mergify mergify bot added the community Community contribution label Nov 11, 2023
Copy link
Contributor Author

@mistersimon mistersimon left a 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.

token/js/src/extensions/extensionType.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@buffalojoec buffalojoec left a 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.

token/js/src/extensions/extensionType.ts Outdated Show resolved Hide resolved
token/js/src/extensions/metadataPointer/instructions.ts Outdated Show resolved Hide resolved
token/js/src/extensions/metadataPointer/instructions.ts Outdated Show resolved Hide resolved
token/js/src/extensions/metadataPointer/state.ts Outdated Show resolved Hide resolved
@mistersimon mistersimon force-pushed the token-2022/js-metadatapointer-ext branch from 561f2c8 to 9d3e3c7 Compare November 12, 2023 12:32
@mistersimon
Copy link
Contributor Author

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.

Thanks for the kind words @buffalojoec.

Addressed most of your comments - wanted to clarify one thing on the enums before changing

Copy link
Contributor

@buffalojoec buffalojoec left a 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.

token/js/src/extensions/extensionType.ts Outdated Show resolved Hide resolved
token/js/src/instructions/types.ts Outdated Show resolved Hide resolved
@mistersimon
Copy link
Contributor Author

This looks great! Two little things I noticed.

Made those changes. Let me know if there is anything else!

Copy link
Contributor

@buffalojoec buffalojoec left a 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!

@buffalojoec buffalojoec merged commit 20f27e2 into solana-labs:master Nov 13, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants