Concordium / concordium-misc-tools

A collection of small tools with a well-defined purpose
Apache License 2.0
4 stars 6 forks source link

Company ID Tool - Generating request to recover identity object #127

Open mh-concordium opened 9 months ago

mh-concordium commented 9 months ago

Description With the current implementation, user must provide index number from a list as input while there is always one index more on the list. Since the flow with the recovery is not automated as is with the wallets, it was decided to do it this way to handle the case where user might have issued identity-object-0 and then lost it or not used it.

Steps to Reproduce Create identity and 1 account. Try to generate request to recover identity object.

Expected Result It is not clear how to handle this, it would be a part of the task to define the expected behavior.

Actual Result Even if there is only one identity object created with the seed phrase, it is possible to input 2 indices.

image

Versions