Support for multiple accounts #1335
Labels
C-target
Category: This is a high-level target that forms the root of a sub-graph in the DAG.
C-tracked-feature
Category: This is a feature for which we are tracking deployment to apps.
It seems we need a high-level issue tracking overall support for multiple accounts:
Here are some work items that occur to me:
WalletWrite
should expose a function that allows adding HD-derived accounts at a particular index. The existingcreate_account
function assumes "last index + 1" which is a great policy, but doesn't provide the app with even an awareness of which index was created. I feel the app should also be able to control this, but with fn-level docs urging the app to only create one account index at a time and in-order.zcash_client_backend
: Addadd_new_account
to the data access API. #628scan_queue
should indicate that blocks must be re-scanned. Ideally, the rescan would only run trial decryptions for recently added accounts that have not yet been scanned.The text was updated successfully, but these errors were encountered: