-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
docs: update spl token exchange integration #19573
Conversation
this goes into way more details. are we at the point that we can do the same for tokens? https://docs.solana.com/integrations/exchange#poll-for-blocks |
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.
I made some minor changes to strengthen the language so that nobody can come back in the future with "you said it was optional and something bad happened to me"
Yeah we reference this section from the SPL Token deposits section |
Good call! We'll inevitably get some push back, but we can handle that on a case by case basis |
Co-authored-by: Michael Vines <[email protected]>
Pull request has been modified.
* docs: update spl token exchange integration * Apply suggestions from code review Co-authored-by: Michael Vines <[email protected]> Co-authored-by: Michael Vines <[email protected]> (cherry picked from commit f4f14c4)
* docs: update spl token exchange integration * Apply suggestions from code review Co-authored-by: Michael Vines <[email protected]> Co-authored-by: Michael Vines <[email protected]> (cherry picked from commit f4f14c4) Co-authored-by: Trent Nelson <[email protected]>
* docs: update spl token exchange integration * Apply suggestions from code review Co-authored-by: Michael Vines <[email protected]> Co-authored-by: Michael Vines <[email protected]>
* docs: update spl token exchange integration * Apply suggestions from code review Co-authored-by: Michael Vines <[email protected]> Co-authored-by: Michael Vines <[email protected]>
This reverts commit 1d3bfd6.
Problem
SPL Token exchange integration docs are outdated. Missing best practices use of ATAs, token balance checks and modern instruction names
Summary of Changes
Update them