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

[cli] The display command does not display scaled-ui amount and pausable extension #125

Open
samkim-crypto opened this issue Jan 27, 2025 · 0 comments

Comments

@samkim-crypto
Copy link
Contributor

Problem

The new scaled-ui amount and pausable extensions are added to the cli in #93 and #92. However, the spl-token display command was not updated to properly print out these extensions when mints and accounts are extended for these extensions. This is due to the fact that the solana-account-decoder v2.1 still depends on spl-token-2022 v6.0.0 and therefore does not have support for these extensions.

The solana-account-decoder was recently updated to now support these extensions in the agave master branch (anza-xyz/agave#4571), but we will need to wait until v2.2 is cut.

Solution

Once agave v2.2 is available, update the display command to properly print out the scaled-ui amount and pausable extensions.

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