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

ts: setup associated token program idl #1939

Conversation

danmt
Copy link
Contributor

@danmt danmt commented Jun 1, 2022

The intention of this PR is to implement a coder for the SPL Associated Token Program, this work is a follow-up on #1920.

The SPL Associated Token Program consists of the instructions:

  • create
  • createIdempotent
  • recoverNested

This PR involves the creation of the coder, a dummy program, and e2e tests for the create instruction. I couldn't find examples of how you use createIdempotent/recoverNested, if they're needed, they can be added in a separate PR.

@danmt danmt marked this pull request as ready for review June 1, 2022 16:59
@danmt
Copy link
Contributor Author

danmt commented Jun 1, 2022

This PR is ready for review.

@armaniferrante armaniferrante merged commit a5dbc7b into coral-xyz:master Jun 1, 2022
@danmt danmt deleted the danmt/setup-associated-token-program-coder branch June 1, 2022 18:53
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

Successfully merging this pull request may close these issues.

2 participants