Feature request: coin send transaction information #76
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-registry-cli#76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to implement "paid app deployment requests" (cerc-io/stack-orchestrator#927), it will be necessary to add two features to the CLI:
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#L42A part of this: #77