Feature request: coin send transaction information #76

Open
opened 2024-08-16 21:04:07 +00:00 by dboreham · 1 comment
Owner

In order to implement "paid app deployment requests" (cerc-io/stack-orchestrator#927), it will be necessary to add two features to the CLI:

  1. Print transaction ID in the send-tokens command (needed so the deployment requestor can know the transaction ID for their payment transaction). At present the response to the send txn RPC request is not output: https://git.vdb.to/cerc-io/laconic-registry-cli/src/branch/main/src/cmds/registry-cmds/tokens-cmds/send.ts#L42
  2. Query for a transaction by id, returning at least the following information: sender address, recipient address, amount (needed so the deployer can verify the transaction exists on chain).
In order to implement "paid app deployment requests" (https://git.vdb.to/cerc-io/stack-orchestrator/issues/927), it will be necessary to add two features to the CLI: 1. Print transaction ID in the `send-tokens` command (needed so the deployment requestor can know the transaction ID for their payment transaction). At present the response to the send txn RPC request is not output: https://git.vdb.to/cerc-io/laconic-registry-cli/src/branch/main/src/cmds/registry-cmds/tokens-cmds/send.ts#L42 1. Query for a transaction by id, returning at least the following information: sender address, recipient address, amount (needed so the deployer can verify the transaction exists on chain).
Author
Owner

A part of this: #77

A part of this: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/77
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-registry-cli#76
No description provided.