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

token: Add section for SPL Token program #14

Merged
merged 1 commit into from
Nov 6, 2024
Merged

token: Add section for SPL Token program #14

merged 1 commit into from
Nov 6, 2024

Conversation

joncinque
Copy link
Owner

Problem

The SPL Token program is one of the most called on mainnet-beta, but it contains many inefficiencies, including its entrypoint and serde model. It's also a great base for optimizations.

Summary of changes

Add SPL Token along with the assert_instruction_count tests for initialize mint, initialize account, mint to, transfer, burn, and close account.

From here, we can optimize all we want!

#### Problem

The SPL Token program is one of the most called on mainnet-beta, but it
contains many inefficiencies, including its entrypoint and serde model.
It's also a great base for optimizations.

#### Summary of changes

Add SPL Token along with the `assert_instruction_count` tests for
initialize mint, initialize account, mint to, transfer, burn, and close
account.

From here, we can optimize all we want!
@joncinque joncinque enabled auto-merge (squash) November 6, 2024 20:47
@joncinque joncinque merged commit 2817544 into main Nov 6, 2024
14 checks passed
@joncinque joncinque deleted the token branch November 6, 2024 21:07
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.

1 participant