Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String edit for tokens CLI output #5726

Merged
merged 4 commits into from
Aug 21, 2020
Merged

Conversation

MartinMinkov
Copy link
Contributor

Modifies the output given to the user when issuing the CLI commands for tokens.

Currently, the output for issuing a new command whether it is creating a token, creating a token account, or minting a token is:
Dispatched create new token command with ID

This can be confusing to the user as they can interpret the ID to be the token ID.

The following edits are suggested:

Creating a new token:
Dispatched create new token command with TRANSACTION_ID

Creating a new token account:
Dispatched create new token account command with TRANSACTION_ID

Minting a token:
Dispatched mint token command with TRANSACTION_ID

@MartinMinkov MartinMinkov requested a review from a team as a code owner August 21, 2020 00:03
@MartinMinkov MartinMinkov requested review from mrmr1993 and bkase August 21, 2020 00:03
@MartinMinkov MartinMinkov added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label Aug 21, 2020
@MartinMinkov MartinMinkov merged commit 2919804 into develop Aug 21, 2020
@MartinMinkov MartinMinkov deleted the fix/string_fix_for_tokens branch August 21, 2020 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants