Skip to content

Accept plugin IDs in wallet creation - #6173

Open
clawSean wants to merge 1 commit into
EdgeApp:paul/clifrom
clawSean:clawsean/wallet-create-plugin-id
Open

Accept plugin IDs in wallet creation#6173
clawSean wants to merge 1 commit into
EdgeApp:paul/clifrom
clawSean:clawsean/wallet-create-plugin-id

Conversation

@clawSean

Copy link
Copy Markdown

Summary

  • let wallet-create accept either an Edge wallet type or a plugin ID from plugin-list
  • preserve existing wallet-type behavior and existing Edge Core validation for unknown inputs
  • document both accepted forms

Why

plugin-list advertises plugin IDs as the inputs available for wallet-create, but wallet-create currently forwards those IDs as wallet types and rejects them. This closes that discovery-to-action gap without adding another command.

Tests

  • npm test -- --runInBand src/tests/cliResolve.test.ts
  • npm run test:cli:node-safe
  • ESLint on touched TypeScript
  • Prettier check on touched TypeScript
  • git diff --check

Full tsc --noEmit remains blocked by the same pre-existing diagnostics on paul/cli; this branch adds no new diagnostics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant