Skip to content

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.

2 participants