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

Add basic spl and loader helpers #73

Merged
merged 13 commits into from
Aug 20, 2024
Merged

Add basic spl and loader helpers #73

merged 13 commits into from
Aug 20, 2024

Conversation

Aursen
Copy link
Collaborator

@Aursen Aursen commented Jun 2, 2024

SPL

Builder

  • approve
  • approve_checked
  • burn
  • burn_checked
  • close_account
  • create_account
  • create_associated_token_account
  • create_associated_token_account_idempotent
  • create_mint
  • create_multisig
  • create_native_mint
  • freeze_account
  • mint_to
  • mint_to_checked
  • revoke
  • set_authority
  • sync_native
  • thraw_account
  • transfer
  • transfer_checked

Test

  • approve
  • approve_checked
  • burn
  • burn_checked
  • close_account
  • create_account
  • create_associated_token_account
  • create_associated_token_account_idempotent
  • create_mint
  • create_multisig
  • create_native_mint
  • freeze_account
  • mint_to
  • mint_to_checked
  • revoke
  • set_authority
  • sync_native
  • thraw_account
  • transfer
  • transfer_checked

@Aursen Aursen added the enhancement New feature or request label Jun 26, 2024
@kevinheavey
Copy link
Collaborator

are any of these helpers specific to spl-token-2022 vs regular spl-token? I ask because spl-token-2022 is one of the most bloated crates ever made 😅

@Aursen
Copy link
Collaborator Author

Aursen commented Jul 15, 2024

are any of these helpers specific to spl-token-2022 vs regular spl-token? I ask because spl-token-2022 is one of the most bloated crates ever made 😅

For real I don't know, it just to include extension on it

@Aursen Aursen changed the title Add basic helpers Add basic spl and loader helpers Jul 21, 2024
@Aursen Aursen marked this pull request as ready for review August 13, 2024 14:45
helpers/Cargo.toml Outdated Show resolved Hide resolved
@Aursen Aursen merged commit a7ff24c into master Aug 20, 2024
2 checks passed
@Aursen Aursen deleted the helpers branch August 20, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants