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

cardano-wallet-shelley address CLI has import and create commands which are not supported for shelley wallets #1733

Closed
piotr-iohk opened this issue Jun 9, 2020 · 1 comment
Labels
Bug PRIORITY:LOW Would eventually require attention if times allow it. SEVERITY:LOW Small defects which does not prevent any crucial functionality to work.

Comments

@piotr-iohk
Copy link
Contributor

Context

Information -
Version 2020.6.5 (git revision: e37a43303fdbc7d1e7df4de07a1d0b498c1cfbc2)
Platform Linux, all
Installation GH release / source

Steps to Reproduce

# cardano-wallet-shelley address
Usage: cardano-wallet-shelley address COMMAND
  Manage addresses.

Available options:
  -h,--help                Show this help text

Available commands:
  list                     List all known addresses of a given wallet.
  create                   Create a new random address. Only available for
                           random wallets. The address index is optional, give
                           none to let the wallet generate a random one.
  import                   Import a random address generated elsewhere. Only
                           available for random wallets. The address must belong
                           to the target wallet.

Expected behavior

cardano-wallet-shelley address should not have create and import as these are for byron wallets.

Actual behavior

cardano-wallet-shelley address list points to shelley wallets, so having create and import which are byron specific is misleading.

Trying to invoke "create" or "import" in cardano-wallet-shelley CLI results in error:

cardano-wallet-shelley: user error (feature unavailable.)

Resolution


QA

@KtorZ KtorZ added Bug SEVERITY:LOW Small defects which does not prevent any crucial functionality to work. PRIORITY:LOW Would eventually require attention if times allow it. and removed BUG:MINOR labels Aug 12, 2020
@KtorZ
Copy link
Member

KtorZ commented Dec 10, 2020

Moved to: https://jira.iohk.io/browse/ADP-613

@KtorZ KtorZ closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug PRIORITY:LOW Would eventually require attention if times allow it. SEVERITY:LOW Small defects which does not prevent any crucial functionality to work.
Projects
None yet
Development

No branches or pull requests

2 participants