-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add SPL Token 2022 to the list of known token ids #23067
Conversation
630f765
to
192bcd6
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
Yoink! |
192bcd6
to
47a2ed6
Compare
This is step 1 of token-2022 rpc support, enabling RPC handling for token-2022 basic features (ie. those that are the same as spl-token v3.2):
Examples below |
Example 1,
|
Example 2, json-parsing of token-2022 instructions:
|
Example 3,
|
dc4d287
to
05f1bb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating all these tests! It'll be much easier to debug and improve in the future
…24625) * Add SPL Token 2022 to the list of known token ids (#23067) * Add SPL Token 2022 to the list of known token ids * Fix tests to accommodate #23729 * Test parsing of basic token-2022 instructsions Co-authored-by: Tyera Eulberg <tyera@solana.com> (cherry picked from commit 4138066) # Conflicts: # Cargo.lock # programs/bpf/Cargo.lock * Fix lock conflicts Co-authored-by: Michael Vines <mvines@gmail.com> Co-authored-by: Tyera Eulberg <tyera@solana.com>
* Add SPL Token 2022 to the list of known token ids * Fix tests to accommodate solana-labs#23729 * Test parsing of basic token-2022 instructsions Co-authored-by: Tyera Eulberg <tyera@solana.com>
* Add SPL Token 2022 to the list of known token ids * Fix tests to accommodate solana-labs#23729 * Test parsing of basic token-2022 instructsions Co-authored-by: Tyera Eulberg <tyera@solana.com>
* Add SPL Token 2022 to the list of known token ids * Fix tests to accommodate solana-labs#23729 * Test parsing of basic token-2022 instructsions Co-authored-by: Tyera Eulberg <tyera@solana.com>
There's a lot more to do wrt. integrating Token 2022 into the JSON RPC methods, this is just the tip of the spear.