-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joined member of multisig can't access registries #316
Comments
@m00sey and @Arsh-Sandhu maybe you can help us know how this is done in KERIA/keripy? Perhaps there are scripts to update the underlying database? Any inspiration is welcome. |
@Arsh-Sandhu will add details for how he did this here |
To migrate an existing registry of the multisig AID to the wallet of a newly added member, follow these steps:
|
You are a gem @Arsh-Sandhu ! |
@Arsh-Sandhu I just tried this and I'm not really sure which endpoint this will invoke. |
@daviddm we used KERIA v1.1. This endpoint is also in the latest code of |
@daviddm suggests to resolve this, it would good to have a test case that executes this on the admin/3901 API so that the controller can execute the equivalent steps listed by @Arsh-Sandhu |
You can generalize this into a multisig catch up functionality for synchronizing the entire multisig group state to a new participant. This goes beyond simple KEL catch up (
The existing functionality in |
This sort of functionality needs to exist in KERIpy for multisig groups in general. It applies to |
There’s no way for a new member in a multisig to catch up with all previously created registry in a multisig.
version: Current stable release latest/0.2.0-dev4 (2024-11-05)
I’ve created a test case to highlight that there’s no functionality for a multisig to extend or change their members and continue normal issuance operations.
Steps to reproduce
Expected result
Member C gets a list with registries belonging to the multisig.
Actual result
Member C gets an empty list of registries for the multisig.
Reproduction
https://github.com/nordlei/vlei-sandbox/blob/multisig-join-credential/src/issues/multisig-join-registry-problem.test.ts
Related
#283
The text was updated successfully, but these errors were encountered: