Skip to content

Commit 2817544

Browse files
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

14 files changed

+10266
-55
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Run tests against Rust implementations
5454
strategy:
5555
matrix:
56-
program: [helloworld, transfer-lamports, cpi]
56+
program: [helloworld, transfer-lamports, cpi, token]
5757
fail-fast: false
5858
runs-on: ubuntu-latest
5959
steps:

0 commit comments

Comments
 (0)