Skip to content

Enhance spl-token cli output for Confidential Transfers / Balances commands #553

@alexolaruhf

Description

@alexolaruhf

The output of these 2 spl-token cli commands prints out the transaction signature for only one of the multiple transactions that they create:

  1. spl-token configure-confidential-transfer-account
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions