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

[FR] - Extend CLI syntax for multi-asset names #2297

Closed
Jimbo4350 opened this issue Jan 21, 2021 · 1 comment
Closed

[FR] - Extend CLI syntax for multi-asset names #2297

Jimbo4350 opened this issue Jan 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Jimbo4350
Copy link
Contributor

When minting a new token with cardano-cli there are restrictions on the characters that can be used for the asset name. It is not possible to use any symbols or spaces even though these are allowed by the ledger. There are examples in this native token document that are not currently possible to create, e.g. “Voting shares” and “Non-voting shares”

Example of issue:

$ cardano-cli transaction build-raw --tx-in 0f53b8a419b1505389700b66b5194e0ceefe6aecec91b7d41743764d96374f74#1 --tx-out="$(cat policy.addr)+999999800000+100 $(cat policyId).Non-voting shares" --mint="100 $(cat policyId).Non-voting shares" --fee 200000 --out-file txbody --mary-era
option --tx-out: 
unexpected '-'
expecting letter or digit, white space, "+" or end of input

Desired result:
Cardano-cli allows any character to be used for asset name. It will match ledger's validation rules.

@Jimbo4350
Copy link
Contributor Author

Resolved by: #3211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant