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

solana: upgrade @solana/spl-token when a new version is released that isn't broken #417

Open
kcsongor opened this issue Apr 18, 2024 · 0 comments

Comments

@kcsongor
Copy link
Contributor

See

/**
* TODO: this is copied from @solana/spl-token, because the most recent released
* version (0.4.3) is broken (does object equality instead of structural on the pubkey)
*
* this version fixes that error, looks like it's also fixed on main:
* https://github.com/solana-labs/solana-program-library/blob/ad4eb6914c5e4288ad845f29f0003cd3b16243e7/token/js/src/extensions/transferHook/instructions.ts#L208
*/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant