Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 493d4d8

Browse files
authored
Update README.md
1 parent bb1da96 commit 493d4d8

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,33 @@ This repository contains a **proof-of-concept** of a reimplementation of the SPL
1818

1919
## Status
2020

21-
| Instruction | Completed | CU | CU (SPL Token) |
22-
|----------------------------|-----------|-----|----------------|
23-
| `InitializeMint` || 396 | 2967 |
24-
| `InitializeAccount` || 444 | 4527 |
25-
| `InitializeMultisig` | | | |
26-
| `Transfer` || 161 | 4645 |
27-
| `Approve` | | | |
28-
| `Revoke` | | | |
29-
| `SetAuthority` | | | |
30-
| `MintTo` || 160 | 4538 |
31-
| `Burn` | | | |
32-
| `CloseAccount` | | | |
33-
| `FreezeAccount` | | | |
34-
| `ThawAccount` | | | |
35-
| `TransferChecked` | | | |
36-
| `ApproveChecked` | | | |
37-
| `MintToChecked` | | | |
38-
| `BurnChecked` | | | |
39-
| `InitializeAccount2` | | | |
40-
| `SyncNative` | | | |
41-
| `InitializeAccount3` | | | |
42-
| `InitializeMultisig2` | | | |
43-
| `InitializeMint2` | | | |
44-
| `GetAccountDataSize` | | | |
45-
| `InitializeImmutableOwner` | | | |
46-
| `AmountToUiAmount` | | | |
47-
| `UiAmountToAmount` | | | |
21+
| Instruction | Completed | CU (`p-token`) | CU (`spl-token`) |
22+
|----------------------------|-----------|----------------|------------------|
23+
| `InitializeMint` || 396 | 2967 |
24+
| `InitializeAccount` || 444 | 4527 |
25+
| `InitializeMultisig` | | | |
26+
| `Transfer` || 161 | 4645 |
27+
| `Approve` | | | |
28+
| `Revoke` | | | |
29+
| `SetAuthority` | | | |
30+
| `MintTo` || 160 | 4538 |
31+
| `Burn` | | | |
32+
| `CloseAccount` | | | |
33+
| `FreezeAccount` | | | |
34+
| `ThawAccount` | | | |
35+
| `TransferChecked` | | | |
36+
| `ApproveChecked` | | | |
37+
| `MintToChecked` | | | |
38+
| `BurnChecked` | | | |
39+
| `InitializeAccount2` | | | |
40+
| `SyncNative` | | | |
41+
| `InitializeAccount3` | | | |
42+
| `InitializeMultisig2` | | | |
43+
| `InitializeMint2` | | | |
44+
| `GetAccountDataSize` | | | |
45+
| `InitializeImmutableOwner` | | | |
46+
| `AmountToUiAmount` | | | |
47+
| `UiAmountToAmount` | | | |
4848

4949
> Tests were run using Solana `v2.1.0`.
5050

0 commit comments

Comments
 (0)