Commit 2817544
authored
token: Add section for SPL Token program (#14)
#### 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!1 parent 9737b5d commit 2817544
File tree
14 files changed
+10266
-55
lines changed- .github/workflows
- token
- src
- tests
14 files changed
+10266
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments