-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Labels
component:accountRelated to accounts and account managementRelated to accounts and account managementtype:newTo implement new feature.To implement new feature.
Description
Context:
Based on triaging discussions around #1197, the aim is to introduce a feature that allows users to dynamically select wallet indices. It will allow users to manage multiple wallets within the predefined HD path.
The existing config system does not allow for the selection of different wallet indices within the same mnemonic derivation path. This limitation restricts users to a default wallet index, which can be inconvenient and limit those requiring access to multiple wallets derived from the same mnemonic.
Potential Implementation:
- Config Enhancement: Extend Ignite's config system to include an option for specifying the account index. This could be a global setting or configurable on a per-account basis to accommodate different use cases.
- Optional Flag: Include an optional parameter for the wallet index when generating accounts or performing operations that involve account derivation. This ensures that both manual and automated processes can leverage the dynamic wallet index selection feature.
- Default Behavior: In the absence of a specified wallet index, Ignite should default to using the first wallet (index 0) to maintain backward compatibility and ensure that existing projects and configurations remain unaffected.
Metadata
Metadata
Assignees
Labels
component:accountRelated to accounts and account managementRelated to accounts and account managementtype:newTo implement new feature.To implement new feature.
Type
Projects
Status
Done