You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
* feat: create explicit CreateAssociatedTokenAccount instruction
* feat: add create_associated_token_account for explicit instruction
* chore: update comments and make clippy happy
* chore: redirect legacy instruction creator to new instruction
* chore: update comments
* wip: scaffold mint to instruction creator and test
* Revert "wip: scaffold mint to instruction creator and test"
This reverts commit f825405.
* chore: flag legacy create_associated_token_account as deprecated
* chore: rename CreateAssociatedTokenAccount to Create
* chore: move create_pda_account to tools:account
* chore: comment deprecated attribute to prevent warnings until 1.0.4 is released
* chore: fix test name
* feat: remove Rent account from explicit instruction
* chore: use current spl_token for implicit instruction test
* chore: replicate legacy implicit instruction in test
* chore: remove program name from instruction msg
0 commit comments