You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: p-ata/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Expanded Functionality:
16
16
17
17
-`RecoverNested` works with multisig accounts (satisfying [#24](https://github.com/solana-program/associated-token-account/issues/24))
18
18
-`CreateAccountPrefunded` is supported for cheaper calls of p-ata's `Create` when the account rent has been topped up in advance. Conditional on [SIMD-312](https://github.com/solana-foundation/solana-improvement-documents/pull/312), but alternative code is provided if `not(feature = "create-account-prefunded")`. Enabling this feature saves this flow ~2500 CUs (Compute Units). Currently, branches of `agave`, `system`, `pinocchio`, and `mollusk` with `CreateAccountPrefunded` support are patched in.
19
-
- In descending order of significance,`bump`, `rent`, and (TokenAccount) `len` can be passed in by client to save compute.
19
+
- In descending order of significance,`bump`, `rent`, and (TokenAccount) `token_account_len` can be passed in by client to save compute.
20
20
21
21
## Testing and Benchmarking
22
22
@@ -28,7 +28,7 @@ Mollusk's extensive debug logs are filtered out unless a test has an unexpected
28
28
29
29
"optimum args" are:
30
30
-`bump`
31
-
- for Token-2022, `len` passed in the data
31
+
- for Token-2022, `token_account_len` passed in the data
32
32
- for some items, `rent` passed in as an optional additional account
33
33
34
34
| Test | SPL ATA | p-ata, no new args | p-ata w/ bump | p-ata w/ optimum args | Notes |
0 commit comments