solana-labs / explorer

Explorer for Solana clusters
https://explorer.solana.com
MIT License
231 stars 291 forks source link

Integrate basic token-2022 support #311

Closed joncinque closed 10 months ago

joncinque commented 10 months ago

Problem

Token-2022 has been around for awhile, but the explorer still has no knowledge of it!

Summary of changes

This is really just basic support, and it was done in a pretty simple manner:

So in the end, accounts and mints are properly displayed, and the additional token-2022 accounts are fetched too.

There is no parsing of extensions included in this PR, but it can certainly be done in follow-up work.

vercel[bot] commented 10 months ago

@joncinque is attempting to deploy a commit to the Solana Labs Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 10:29am
joncinque commented 10 months ago

Yeah for sure! The emphasis for this PR should be on the word "basic" :sweat_smile: