CLI: allow to create a new account with non-falcon auth component
Open
cli
- Dominant language
- Rust
- Stars
- 78
- Forks
- 129
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 52
Description
Currently `create_client_account` hardcodes the auth component to be used for both new wallets and new accounts.
We should refactor this so that:
1. `new-wallet` command stays as-is
2. `new-account` inspects the packages passed in with `-p` flag, and if an auth component is present, overrides the default falcon auth component with it.
related to https://github.com/0xMiden/miden-client/issues/1132
Contributor guide
Assessment
This issue has not been assessed yet.