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

Add support for SPL Token Types #44

Closed
julianzamt opened this issue Sep 6, 2023 · 1 comment
Closed

Add support for SPL Token Types #44

julianzamt opened this issue Sep 6, 2023 · 1 comment
Labels
Enhancement This improve the product or Código's source code Triage This item needs to be prioritize

Comments

@julianzamt
Copy link

Is your enhancement request related to a problem? Please describe.
Trying to build a simple defi, I needed to perform checks on Mint and Token types. This includes both data and metadata checks

Describe the solution you'd like
To add support for these types with the built-in metadata checks + data constraints supported by Anchor, both in Anchor and Solana Native.

Describe alternatives you've considered
I manually placed checks inside my stubs.

Additional context
Metadata is referred to account len, account program owner, pda address, discriminator, mint address (maybe others?)
Data constraints is referred to token account authority, token account mint, mint authority (maybe others?)

@julianzamt julianzamt added Enhancement This improve the product or Código's source code Triage This item needs to be prioritize labels Sep 6, 2023
@JazielGuerrero
Copy link
Collaborator

Related to/Duplicate of: #33

@JazielGuerrero JazielGuerrero closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
@JazielGuerrero JazielGuerrero removed their assignment Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This improve the product or Código's source code Triage This item needs to be prioritize
Projects
None yet
Development

No branches or pull requests

2 participants