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
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
[token-cli] Enable configuring confidential transfer account (#5540)
* add `configure-confidential-transfer-account` command
* add `enable-confidential-transfers` and `disable-confidential-transfers` commands
* add `enable-non-confidential-transfers` and `disable-non-confidential-transfers` commands
* rename `confidential-transfers` to `confidential-credits` for confidential account configure commands
* clippy
* remove unnecessary realloc logic
* use match bindings to remove duplicate code
* prevent `maximum_credit_counter` from being initialized to default on invalid number
* add optional mint address argument to derive ATA
* Apply suggestions from code review
Co-authored-by: Jon Cinque <[email protected]>
* make token and address arguments consistent for confidential transfer commands
* Apply suggestions from code review
Co-authored-by: Jon Cinque <[email protected]>
---------
Co-authored-by: Jon Cinque <[email protected]>
0 commit comments