The output of these 2 spl-token cli commands prints out the transaction signature for only one of the multiple transactions that they create:
- spl-token configure-confidential-transfer-account
- spl-token transfer --confidential
The outputs omit transaction signatures for:
- account size reallocation on 1).
- open/close context state accounts + proofs writes to context state on 2).
It would be helpful if all transaction signatures get printed out. Reasons:
- the CLI command user can more quickly understand the full impact of applying the command (e.g. fees involved, accounts used, etc)
- the commands do not use JITO bundles, therefore the transactions are not applied atomically; if one or multiple transactions fail, it would be good to understand what failed or not.